Forum Discussion
Mohsin1212
Oct 18, 2021Copper Contributor
Request Filtering Blocking Extension .src
My file extension is getting blocked by IIS. I have added the .src extension in the allowed in requestFiltering with below settings
<add fileExtension=".src" allowed="true" />
<add fileExtension=".*src*" allowed="true" />
URL being generated is - /%7B7BImage.src%7D%7D
No RepliesBe the first to reply