I'm working with a framework, on my react app, that after a first POST Login fetch where I'm sending my data, responds to me with a 302 and starts another fetch with my token into query params.
I need to intercept that token stored into the query string parameters under the key token.
So I fetch
/Login => I get 302 found
Start automatically
/Login/Token?token=enbrGbgr4353.....
The token is also into Response Headers of the first fetch under the key "Location" but seems it's not reachable. Should I get it on the first or second call? And in which way?
Thanks in advance to all.
question from:
https://stackoverflow.com/questions/65560302/http-302-found-do-i-need-to-intercept-a-redirect-fetch-for-get-a-token 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…