-
Notifications
You must be signed in to change notification settings - Fork 140
Support application/json POSTs
#389
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
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
Comments
Need to enable JSON POST setting first.
Implemented in 3.6 on develop. |
Doesn't account for |
Forgot to listFirst() the value.
Is there any documentation on how this works? I am testing this using the Firefox REST client and I'm showing rc as containing none of the JSON data at all? Do I need to deserialize? If so, what do I need to deserialize? |
Please don't use old, closed issues for support questions -- post on the FW/1 mailing list or join the CFML Slack and ask in the #fw1 channel there. That way your question will get in front of hundreds of folks who can help you. Thanks. |
Requested by a couple of people (including World Singles).
Need to be able to accept
Content-Type: application/json
and a JSON body (which may be binary on certain CFML servers!) and unpack it intorc
at the start of the request.The text was updated successfully, but these errors were encountered: