- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 12:16 AM
Hello. Is possible to limit the count of HTTP GET requests in the pipelining connection on the ACE?? For example when an attacker sends a lot of requests in the pipelining connection. Thank you.
Solved! Go to Solution.
- Labels:
-
Application Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:33 AM
You should not worry about that.
ACE has normalization to protect itself.
We also limit the amount of memory each connection can consume.
So one user will not be able to cause problem by using pipelining.
g.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:33 AM
You should not worry about that.
ACE has normalization to protect itself.
We also limit the amount of memory each connection can consume.
So one user will not be able to cause problem by using pipelining.
g.
