Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lucee 5.3.3 Bad Request 400 #34

Open
puc-covelli opened this issue Jun 18, 2019 · 0 comments
Open

Lucee 5.3.3 Bad Request 400 #34

puc-covelli opened this issue Jun 18, 2019 · 0 comments

Comments

@puc-covelli
Copy link

Just wanted to let you know, since upgrading to Lucee I the httpOAuthCall in base.cfc was failing with 400 Bad request. After a fair bit of messing around, to get this work I had to change the line at 251 from:

<cfhttp url="#arguments.url#" method="#arguments.method#" result="returnStruct" multipart="true" timeout="#arguments.timeout#">

to

<cfhttp url="#arguments.url#" method="#arguments.method#" result="returnStruct" timeout="#arguments.timeout#">

Now all ok and auths correctly again.

FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant