Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.1
-
None
Description
When a request is automatically redirected to a new address, request headers from the original request are not copied.
For example, if I set Accept: application/json and the server returns 302, a new request is sent to the new location without any Accept header. It results in an unexpected content-type in the response. I think it's not correct.
Attachments
Issue Links
- is duplicated by
-
HTTPCORE-392 Initial request headers not added after following 307 redirect
- Resolved