Forum Discussion

Venkat_96088's avatar
Venkat_96088
Icon for Nimbostratus rankNimbostratus
Nov 01, 2012

Issue with the log out link

Hi,

 

 

I have a HTTPS VIP configured which has a logout link which redirects to a site which is HTTP and is hosted on a different server.

 

 

However, when logout is clicked the uses the https://www.xyz.com which gives 'page not found'. I would like to change it to http://www.xyz.com only if the user clicks the logout button.

 

 

Kindly help me with this.

 

 

Thank you,

 

Venkat raj

 

5 Replies

  • is https://www.xyz.com in content of response? if so, is using stream profile to change https to http helpful?

     

     

    sol8115: Overview of the Stream profile

     

    http://support.f5.com/kb/en-us/solutions/public/8000/100/sol8115.html
  • Hi Nitass,

     

     

    Thank you for the response. I tries using stream profile but was not successful.

     

     

    The content http://www.xyz.com is not a part of response.

     

     

    The user accesses "https://www.abc.com" (443). Only when logout is clicked it should sent it as http://www.xyz.com (80) which is not part of the Virtual server. This is a site on the internet.

     

     

    Kindly assist me with this.

     

     

    Thank you,

     

    Venkat raj
  • sorry to confuse. actually i want to know where the https link is embedded. so, we can change it to http properly.

     

     

    have you used http analyzer tool? it could be helpful to see http request and response.

     

     

    HttpFox

     

    https://addons.mozilla.org/en-US/firefox/addon/httpfox/
  • Hi Nitass,

     

     

    Sorry for the delay in response... The http Analyzer Tool helped me to fix.

     

     

    I found the content was in the HTTP Response header "Location". I used iRule to modify the feild to redirect with the http:// page and it started working!!

     

     

    Thank you so much for your assistance through this!!!!