Hi, let's way that one of my controller's action gets - as a parameter - an encrypted string. A problem is, that when the URL looks
MyAccount/Activate/?code=DbXQ2SQiwYYiDhC+ahAppa23P95YifE2z6uyvnhWCFE=
the 'code' parameter in that action looks like:
DbXQ2SQiwYYiDhC ahAppa23P95YifE2z6uyvnhWCFE=
(the "+" char is missing)
why ?