Answer the question
In order to leave comments, you need to log in
How to find out where the redirect was made on the client?
There is a NodeJS server that, when following a certain route, http://server.com/verify
makes it res.redirect(`http://example.com`)
To http://example.com
a simple client SPA. How to get full url http://server.com/verify
? Or send with a redirect? I expected to see it in the headlines Referer
or something, but there isn't. Probably due to the fact that the redirect occurs on the server and you need to include this header?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question