...
Code Block |
---|
breakoutMode | wide |
---|
language | js |
---|
|
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="209715200" />
</requestFiltering>
</security>
</system.webServer> |
hptrim.config (changes for v23+ only)
Open the hptrim.config for the CMService web app and set the property requireAntiForgeryToken to false
Code Block |
---|
breakoutMode | wide |
---|
language | js |
---|
|
requireAntiForgeryToken="false" |
NOTE: If you see the following error within the T4S log file “Unauthorized User Access to Search“ check if the requireAntiForgeryToken
existis within the hptrim.config, and if not then add it.