Forum Discussion

Subrun's avatar
Subrun
Icon for Cirrostratus rankCirrostratus
Jan 09, 2020

Redirect is not showing from Browser but from F5 CLI

This is an interesting problem. I have a monitor set for https:/FQDN/ouaf with 302 receive string.

 

there are 2 node 1.1.1.1 1.1.1.2 listening on 6500. Currently on 1.1.1.2 service is down. But both is returning with 302 for /ouaf link. But If I check at IE https://1.1.1.2:6500/ouaf it does not show output meaning service is down.

 

But from F5 for 1.1.1.2 it returns with 302. Note that there is a redirect policy set from 3.3.3.3 to 3.3.3.3/ouaf ( 3.3.3.3 is the VIP IP )

 

Question is why for the Service Down Node from F5 it shows 302 but not from browser. ? and how/what to set at monitor in this situation ?

 

CURL Output from F5

 

admin@Device :In Sync] ~ # curl -vk https://1.1.1.2:6500/ouaf

*  Trying 1.1.1.2...

* Connected to 1.1.1.2 (1.1.1.2) port 6500 (#0)

< HTTP/1.1 302 Moved Temporarily

< Date: Thu, 09 Jan 2020 01:34:20 GMT

< Location: https://1.1.1.2:6500/ouaf/

< Content-Length: 257