Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

POST parameters are not sent #97

Open
jacroe opened this issue Jul 31, 2013 · 5 comments
Open

POST parameters are not sent #97

jacroe opened this issue Jul 31, 2013 · 5 comments

Comments

@jacroe
Copy link

jacroe commented Jul 31, 2013

Whenever I try to POST something from the app, the data is never sent and I end up with a 0 Content-Length. This bug is not only affecting myself, but others have left reviews on the app in the Chrome Web Store.

@bweston92
Copy link

+1 This is still a problem.

@texdc
Copy link

texdc commented May 9, 2014

👍 both params and raw data are not included in the request

@pv7721
Copy link

pv7721 commented Jul 11, 2014

So is this still broken? Thanks!

@brianlmerritt
Copy link

I am setting Post request method, content type application/json, inserting json into Payload, set as utf-8 encoding, and authentication (basic) is working fine. However, the curl request is still not formatting properly (should be equivalent of curl -d '{"json":"request"} ')

Am I missing a tick box or something?

@mohamed-ennahdi
Copy link

When parameters are put in the URL using the method GET, it works fine. But when using payload with method POST, parameters are not sent.

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

No branches or pull requests

6 participants