Forum Discussion
Scott_Hopkins
Aug 03, 2011Nimbostratus
Auto retry of a request when a 500 proxy error is returned.
We're working on making application failures more seamless in the event of an application crash... and our application uses a combination of the GET and POST methods. Is there a way (or even an easy ...
hooleylist
Aug 03, 2011Cirrostratus
Hi Scott,
As boomchke pointed out it is possible to retry requests based on the response code. The overhead of saving every request's headers might not be horrible. But I'd be concerned with trying to do this for POST requests also. You will need to manually collect the payload for all POSTs. Another issue is that you cannot currently collect more than 4Mb of data. So you should check the Content-Length header to make sure it's less than 4Mb before trying to buffer the request data:
sol6578: TMM will crash if an iRule collects more than 4 megabytes of data
http://support.f5.com/kb/en-us/solutions/public/6000/500/sol6578.html
Aaron
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