Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Escaped characters in Url-property auto-unescaped

Vote:
 

Hi,

We have a customer who needs to specify an url containing escaped characters in the querystring: www.example.com/folder/page?uri=/path/%3Fsome=value. When this is stored in an Url-property it is automatically converted to www.example.com/folder/page?uri=/path/?some=value. As it happens, the linked third party website needs the '%3F' in the url and not the replaced '?'.

One might argue that the third party website should handle the '?'. However, the fact remains that you cannot store urls exactly the way you type them in since episerver (or .net?) automatically converts them before storing. Why is this? Has anyone had this problem and solved it?

#85907
May 08, 2014 12:47
Vote:
 

Hi Per,

Do you have to use Url property? It should work fine with string property.

#85938
May 08, 2014 23:51
Vote:
 

Hi Dejan,

As this is an already live website I don't want to alter the property type. The Url editor interface is also designed for links so I would rather let editors continue to use that.

My solution for now will however be an additional string property that if set will override the Url prop. Less than ideal but, as you point out, it works since it doesn't alter the data.

#85947
May 09, 2014 9:40
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.