Hi everybody.
I'm having some trouble with 400 (bad request) errors when I try to access a page with a colon (:) in the URL. More specifically, I'm passing a querystring parameter to my page in a 'friendly' manner, eg. /personalisation/cartid/0:1.aspx
OK, that's acceptable since it's a special character, but it doesn't even work when I url encode the character as %3A. :(
Any ideas would be appreciated!
cheers
Oliver