From a remote server, mine comes over with a url like:

 http://mysite.ru/callback/#param1=value1&param2=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?

  • 2
    Parsing regular expression. - oxyage
  • Are there no simpler solutions? - Nicolas Chabanovsky
  • one
    this is the simplest solution!) - LeD4eG

0