Hello,
We have exposed a REST service for external vendors to call and post the data. The content type is
application/x-www-form-urlencoded. Service reads the data from Form variable (strData).
This service works as long as data in the Form variable is less than 32KB anything more than that
size CSP gateway is sending the truncated request to superserver.
Is there any configuration that I am missing? or is there any size restriction on
Form variable or there is an issue.

