I've an action that I've to put in a GET request.
The URL is build live, and looks like this:
And I get a 404 error.
If I replace the %2C
by the original ,
I got the same problem, just with a little more parameters.
If I make the same request with less parameters, it works.
I already have this:
<system.web>
<httpRuntime maxUrlLength="2097151" maxQueryStringLength="2097151" relaxedUrlToFileSystemMapping="true"/>
</system.web>
Because previously I was having telling me that I was having a maxQueryStringLength set too big.