Closed
Description
http changed recently to follow a redirect on POST. However, the followup request does not include the headers from the original request. This caused a problem in a Selenium setting because the Accept: app/json header was not propagated. Is there a standard for which headers should be copied when following a redirect? Should we, uh, follow it?