Forum Discussion
Dec 26, 2013
BIG-IP : redirect loop : debugging techniques
BIG-IP 11.4.0 Build 2384.0 Final
In my hosts file I point www.mydomain.com to my web-server IP, and in my client-browser I submit the request
http://www.mydomain.com/natural-language-url-1 ...
nitass
Employee
can you run curl on f5 and post the output?
curl -v -H "Host: www.mydomain.com" http://pool_member_ip/natural-language-url-1
curl -v -H "Host: www.mydomain.com" http://virtual_server_ip/natural-language-url-1
Dec 27, 2013
C:\Windows\System32>curl -v -H "Host: www.mydomain.com" http://10.23.0.2/natural-language-url-1 |more
* About to connect() to 10.23.0.2 port 80 (0)
* Trying 10.23.0.2...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connected
* Connected to 10.23.0.2 (10.23.0.2) port 80 (0)
> GET /natural-language-url-1 HTTP/1.1
> User-Agent: curl/7.27.0
> Accept: */*
> Host: www.mydomain.com
>
< HTTP/1.1 200 OK
I'm leaving the rest out because it's a few thousand lines of content ( headers, cookies, html ).
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects