Skip to content

Conversation

@max-koehler
Copy link
Contributor

Fixed the redirect handling for HTTP status coded 303.
The client has to follow the header location redirect with the GET method.

For example when we trigger a call to POST example.com/resource we have to follow the header location /resource/1 with GET instead of POST.

Max Köhler added 4 commits January 16, 2013 14:20
- HTTP status code 303: redirect SHOULD be done with GET method
- default data value = {} to avoid wrong content-length headers
danwrong added a commit that referenced this pull request Feb 20, 2013
Fixed redirect handling for HTTP status code 303
@danwrong danwrong merged commit 2c016ef into danwrong:master Feb 20, 2013
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

Successfully merging this pull request may close these issues.

2 participants