Hi, we are having some issues with the Friendly url functionality. When it translates the url (non friendly) to a friendly url it does some redirecting. In this redirect the query string parameters are removed, here is an example:
When navigating directly wit the url
http://frameworkt.sas.dk/templates/myprofilelink.aspx?mode=Mode&framework=content&mkt=off&id=254
EPi translates it to -->
http://frameworkt.sas.dk/templates/MyProfile.aspx?id=248&epslanguage=NO
in this step the &mkt=off key is removed from the query string
to later become -->
http://frameworkt.sas.dk/no/98/My_Profile_Container/
Why is this and is there a way to retrieve the missing keys and values withouth dissabeling friendly url.
Is this fixed in 4.61? can't find it in the release notes.