Question

Basically I'm writing some code which does an internal webclient request, gets all the headers and then I want to add those headers to a Redirect() call via a controller.

Is there any way to do that?

Était-ce utile?

La solution

Unfortunately it's not possible for security reasons as specified above.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top