User1651809403 posted
Hi,
We converted our APIs from 4.6.1 to 4.7.
We were using the following settings in our web.config to allow certain characters in url parmeters.
<httpRuntime targetFramework="4.6.1" relaxedUrlToFileSystemMapping="true" requestValidationMode="2.0" requestPathInvalidCharacters="" />
<requestFiltering allowDoubleEscaping="true" />
These settings appear to be not working anymore after we converted from 4.6.1 to 4.7.
Is there a way to fix this? What are the recommendations?
Thanks