Forum Discussion

Mohammad_1363's avatar
Mohammad_1363
Icon for Altocumulus rankAltocumulus
Jun 05, 2024

After redirecting the http request to another URI multiple windows are opening on browser

Hello

I attached an iRule to redirect http request to another URI, and it is working fine but when redirection happens, multiple tabs are opening.

the connection flow as the below, can you plz help to see what is causing it and how to resolve it. 

 

 

 

  • If you can provide the virtual server configuration as well as the associated iRule we might be able to assist you further.

  • you can use browser's developer tool to track which http transaction triggers the new window open.
    press F12 in browser to open it.

    browser by default sends referencing webpage in addres in Referer and Origin request header.
    xyz.com might be configured to not allow other sites as referencing source.
    internet banking websites usually implements this method to prevent spoofig etc.