You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the following rule and want to block all requests greater 2MB. I tested a lot and found out that the operator function is not working correctly. It always compares via string equal. When I configured a known content-length value and this matches exactly the value, I receive a 413 error.
I use the following rule and want to block all requests greater 2MB. I tested a lot and found out that the operator function is not working correctly. It always compares via string equal. When I configured a known content-length value and this matches exactly the value, I receive a 413 error.
The status page show me the following:
BlockLargeRequests (rule 1)
URL's matching ^(.*)$ will be forwarded to null.
This rule and it's conditions will use the regex matching engine.
Given that the following condition is met.
This rule will set:
The text was updated successfully, but these errors were encountered: