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?
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.