Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
Infragistics Web Data Grid - Requests Blocked by WAF(Imperva Secure Sphere)
posted

Hello,

We are facing the below issues and so the requests are blocked by Web Application Firewall(Imperva Secure Sphere Firewall).

1. Extremely Long Parameter HTTP/1.x Protocol Policy - Grid_clientState parameter value Part Size :     5132 Limit :     4096 Truncated

2: ../../ Found In :     post-parameters Offset :     1022 Dictionary Name

Kindly let us know the solution to proceed further.

Thanks in Advance

Parents
No Data
Reply
  • 20255
    Offline posted

    Hello,

    Thank you for your question.

    To be honest this is the first time I hear about such a problem. I assume this might be related to the ViewState of the grid or page, which means that it should be cleared out at some point. I did a quick check with the official ASP.NET View State article, and they are only mentioning clearing a view state when persisting it manually:

    "The second challenge arises because, each time a user visits a different page, a new file holding that page's view state will be created. Over time this will lead to thousands of files. Some sort of automated task would be needed to periodically clean out the view state files older than a certain date. I leave this as an exercise for the reader."

Children