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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top