I'm not sure is this is an Umbraco issue, or an IIS issue, but the query string is now lowercase and the last 3 digits have been changed.
The only rewrites we have are directory URL's are set to true in the config, and we are redirecting some old URL's to new one's, but this URL has stayed the same.
I've narrowed it down to the fact we have umbracoUseDirectoryUrls set to True, this is causing the query string to be rewritten to lowercase which breaks the 3rd party code. How do we prevent Umbraco from changing the query string ?
Query strings getting changed
Sorry for double post, but I couldn't edit the previous post.
We use a third party service which returns a URL in an email like:
When you click on the link and it takes you to the website, the URL in the address bar is now:
I'm not sure is this is an Umbraco issue, or an IIS issue, but the query string is now lowercase and the last 3 digits have been changed.
The only rewrites we have are directory URL's are set to true in the config, and we are redirecting some old URL's to new one's, but this URL has stayed the same.
Any ideas ?
I've narrowed it down to the fact we have umbracoUseDirectoryUrls set to True, this is causing the query string to be rewritten to lowercase which breaks the 3rd party code. How do we prevent Umbraco from changing the query string ?
is working on a reply...