The request filtering module is configured to deny a request where the query string is too long. Ask Question
By   Junaid A     26-Jan-2025    1

on API CALL GETTING BELOW ERROR

The request filtering module is configured to deny a request where the query string is too long.

Solutions


Junaid A

in web config add these 2 sesstion

Add

<security>
<requestFiltering>
<requestLimits maxQueryString="32768"/>
</requestFiltering>
</security>
</system.webServer>

<httpRuntime targetFramework="4.5.2" maxQueryStringLength="2097151" maxUrlLength="2097151" enable="true" />

10348
Copyright Future Minutes © 2015- 2025 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM