Skip to content Skip to sidebar Skip to footer

Redirect To Url With Auth Header

I'm trying to redirect to protected resource. When I press the login button it posts to my unprotected login api and returns a token. The other routes expect a header 'Authorisatio

Solution 1:

The short answer is, you can't do it like this. You have to use a query param.


Post a Comment for "Redirect To Url With Auth Header"