Forum Discussion

Yozzer's avatar
Yozzer
Icon for Nimbostratus rankNimbostratus
Jul 04, 2014

Safari and http::respond

Hi

 

When I do a:

 

Set content "HTML.content.." http::respond 200 $content

 

Safari on an iPad doesn't display the page.

 

Is this a known issue and is there a workaround?

 

Thanks

 

2 Replies

  • John_Alam_45640's avatar
    John_Alam_45640
    Historic F5 Account

    Do a fiddler or HTTPwatch capture and see what headers are missing.

     

    Try an explicit command:

     

    HTTP::respond 200 -version 1.1 content $content Content-Type "text/html"

     

    https://devcentral.f5.com/wiki/iRules.HTTP__respond.ashx