Forum Discussion
João_Assad_4295
Nimbostratus
Nov 14, 2005redirect POSTs bigger than 1MB
Hello,
I'd like to redirect POSTs bigger than 1MB to an error page, so I tried this:
when HTTP_REQUEST {
set method [HTTP::method]
set clen [HTTP::header Content-Length]
if { $metho...
Colin_Walker_12
Mar 21, 2006Historic F5 Account
It's interesting that it won't work in Mozilla based browsers. It sounds like it has something to do with the way that the different browsers are handling the 307 response the BIG-IP is sending them. Mozilla isn't dropping immediately, which may have something to do with RFC adherence, but I'd have to dig more deeply into it to be sure.
I might recommend adding some logging statements to be sure that the rule is behaving the same in both scenarios, so you can be sure it's only the browser's interpretation of the response that changes. In which case, you'd have to identify what it takes to get Mozilla to drop the connection.
-Colin
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects