Well actually I know, that I should replace & by %26
But I'm using this URL to log in with OpenID:
As you can see, the continue parameter is properly escaped.
But after being redirected through Googles login pages, it redirects me back to
https://innubili-gidea.appspot.com/?domain=icada.com
So the &campaign=2
parameter is missing
Can you confirm, that I escaped the continue parameter correctly?
For then it looks to me as this seems to be an issue at Googles login.
You are correctly escaping the Url, and yes, this is a well-known issue.
I just found out it works, if I escape the ampersand twice.