Hi, I have a page where I am recieving an url in a parameter like this:
www.example.com?url=www.myurl.com?urlparameter1=hey
The problem is that when I try to retrieve the parameter "url", I only receive "www.myurl.com" instead of "www.myurl.com?urlparameter1=hey". What is the best way to receive the url, is it to extract the whole url and remove www.example.com or is there a more efficient way?