Hello everyone,
If my ASP.Net page returns both response Http headers and redirection to client's Http
request, my question is when client follows the redirection instruction to access the
redirection destination URL, will the client automatically include the response Http
headers into the further Http request headers to follow-up redirection or not? Is it a
standard to follow to include the previous Http response headers to redirection Http
request headers by client or optional?
(my current confusion is I want client to redirect to some other URL and also include
current Http response headers to the redirection URL request headers, but I am not sure
whether all clients could follow this way.)
BTW: clients I mean browsers.
thanks in advance,
George