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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top