I\'m writing a webapp that reponses an HTTP redirect. Is there a way to force the client to forward the headers I include in the response to the new url?
Example req
Other than HTTP cookies, there's nothing in the protocol specification about forwarding headers. The client needs to implement this functionality.