Forum Discussion

banderson_8090's avatar
banderson_8090
Icon for Nimbostratus rankNimbostratus
Jun 27, 2012

Safari HTTP Retry

We're having an issue in which a site (with a redirect), when loaded from Safari, returns an empty response. All other browsers seem to retry which causes this to load properly. Is there a way that we can put a retry into an iRule only for users in which the 302 does not allow the page to load (safari users).

 

 

Thanks,

 

-Ben

 

  • Richard__Harlan's avatar
    Richard__Harlan
    Historic F5 Account
    All you need to do is check the User-Agent and check if it contains AppleWebKit if so do one thing if not do the other. This should catch all Safari including iPad/iPhone.