internal IP address of the remote server is disclosed
Hi maybe same one has idea why after sending request with HTTP/1.0 and an empty ‘Host’ header, in replay i can see internal VIP IP? after sending http1.1 request everything ok. Example bellow:
curl -I --http1.0 -H 'Host:' https://www.webpage.com
HTTP/1.1 301 Moved Permanently
Content-Length: 154
Content-Type: text/html; charset=UTF-8
Location: http://10.0.0.1
Date: Fri, 13 Apr 2018 10:38:43 GMT
Connection: close
i tested resolution for that using iRule that replace empty header with host name but i have other VIP that replaying correctly even after sending empty host header and couldn't find config differences between them.
If someone have any ideas let me know, don't think it can be problem in web server while IP in replay is VIP on LTM.
thanks