I am calling a REST API and receiving the error “Form key or value length limit 2048 exceeded”.
The body of the request is about 75KB.
This seems to be controlled by a setting in IIS. Is there anything I can do to get around this?
I am calling a REST API and receiving the error “Form key or value length limit 2048 exceeded”.
The body of the request is about 75KB.
This seems to be controlled by a setting in IIS. Is there anything I can do to get around this?
Best answer by jinin
Hi
Could you please try adjusting the web.config file to modify the request limit?
<requestLimits maxQueryString="20480" maxAllowedContentLength="104857600" />
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.