J
Jeff
Hi
asp.net 3.5
When user signup to my website he gets an email containing a url he needs to
click on so he can verify his identiy. Now I got some problem with this url,
I'm changing it a bit which resulted in url not being clickable
(I changed it because before I sent the username as a parameter, that is not
very good in terms of security)
This url is unclickable
Confirm.aspx?user=S0B7mEuiaYBNZcMWpXGG7g%3d%3d
but Confirm.aspx?user=crapbook
is clickable
In addition I used Server.UrlEncode on the "S0B7mEuiaYBNZcMWpXGG7g%3d%3d"
value, maybe I should have used on the enture url?
what you suggest?
asp.net 3.5
When user signup to my website he gets an email containing a url he needs to
click on so he can verify his identiy. Now I got some problem with this url,
I'm changing it a bit which resulted in url not being clickable
(I changed it because before I sent the username as a parameter, that is not
very good in terms of security)
This url is unclickable
Confirm.aspx?user=S0B7mEuiaYBNZcMWpXGG7g%3d%3d
but Confirm.aspx?user=crapbook
is clickable
In addition I used Server.UrlEncode on the "S0B7mEuiaYBNZcMWpXGG7g%3d%3d"
value, maybe I should have used on the enture url?
what you suggest?