-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add support for raw POST like curl's --data option #64
Comments
Curl documentation says that
So doing a POST with Form body and MIME type application/x-www-form-urlencoded should work |
Yes, I read that too and expected the same. Unfortunately in practice it is not the same. |
Do you have error or warning in javascript console or some message / http code error in response ? This can be useful to understand where is the issue |
Sorry for the delay, you can reproduce simply by doing a POST to https://labs.w3.org/echidna/api/request
I get a 501 Not Implemented return code with the following headers:
|
I tried using the master branch version and it seems to work. I tried a POST request with Form body, application/x-www-form-urlencoded MIME, given fake url, decision and token params and the service returns 202 http code and a Uuid |
This issue is silent for a month, maybe it can be closed. If @birtles has news about he can always reopen it |
Thanks. Sorry, I haven't had time to try install a trunk version to test but I trust it works! |
Specifically, I was trying to use this with W3C's Echidna publication system but ran it to trouble since it complained that it doesn't support form data.
The text was updated successfully, but these errors were encountered: