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

Location headers on proxy POSTs badly mangle response. #96

Open
dcporter opened this issue Feb 24, 2013 · 0 comments
Open

Location headers on proxy POSTs badly mangle response. #96

dcporter opened this issue Feb 24, 2013 · 0 comments

Comments

@dcporter
Copy link
Member

Along with being used in "content moved" responses, Location headers are often returned by RESTful APIs when content is successfully created via POST. Somewhere (though not in the proxy-handling method), abbot is apparently misunderstanding this Location header to be a "content moved" one, and re-POSTing to the new location. Then it's apparently appending the headers from the second response into the body of the first response, which is generally useless.

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