I has current problem: urlA = "https://somethingA.me?someParams=somevalue123" urlB = "https://somethingB.com"
When I access the urlA I am instantly redirected to the urlB. How do I do to get the origin URL? (the urlB) When I try to use window.history there is nothing, document.referrer nothing too. In-network tab of the browser in the document request type I can see the request made to urlA and redirect with 301 response. There's any way to get the origin URL? Please, any tips?