From a remote server, mine comes over with a url
like:
http://mysite.ru/callback/#param1=value1¶m2=value2
Since these are not request parameters, I do not understand how I can extract data from the URL. Do not tell me how to do this?
From a remote server, mine comes over with a url
like:
http://mysite.ru/callback/#param1=value1¶m2=value2
Since these are not request parameters, I do not understand how I can extract data from the URL. Do not tell me how to do this?
Source: https://ru.stackoverflow.com/questions/76955/
All Articles