Hello,
I have this redirect URL:
If i try to get a parameter with this:
it does not return anything.
If i edit URL manually and replace # with ? then it does normally return the parameter.
In both cirumstances, page loaded normally.
As i read, # at URL is used in order to cover single page webapps.
So my question is how to get the parameter after the hashtag?
UPDATE: This question has been asked here. How can i use it in B4J?
I have this redirect URL:
B4X:
https://localhost:8081/fb/updatepassword/#access_token=eyJhbGciOiJIUzI1NiIsImt&expires_at=1706608981&expires_in=3600&refresh_token=mA8xWwjn&token_type=bearer&type=signup
If i try to get a parameter with this:
B4X:
Log(ws.UpgradeRequest.GetParameter("access_token"))
it does not return anything.
If i edit URL manually and replace # with ? then it does normally return the parameter.
In both cirumstances, page loaded normally.
As i read, # at URL is used in order to cover single page webapps.
So my question is how to get the parameter after the hashtag?
UPDATE: This question has been asked here. How can i use it in B4J?
Last edited: