Forum Discussion
shashank_shetti
Nimbostratus
Feb 16, 2016Redirect but keep the original url in the address bar
Given a domain hosted in our company orginalSite.com but this site should resolve to vendor site ex: vendorsite.com.
It can not be redirected because requirement is to keep orginalSite.com (orig...
VernonWells
Employee
Feb 16, 2016@shashank - Is there an error in /var/log/ltm that appears when you make a request? If not, then the server is probably unhappy with the modified request. You can do two tests:
- From the BIG-IP, use
to make the modified request;curl - Run
on the BIG-IP to verify the result.tcpdump
For the first:
curl --resolve vendorsite.com:80: -V http:///UserAccount/Login 2>&1 | less
where is the IP address of the server. This will return the HTTP response. If it tries without working, then there is a path problem.
For the second:
tcpdump -i 0.0 -s0 -w /var/tmp/dump.pcap host
If you are using SNAT, it must be:
tcpdump -i 0.0 -s0 -w /var/tmp/dump.pcap host or 'host and host '
Then retrieve the pcap file (/var/tmp/dump.pcap) and open it in Wireshark to see what's going on.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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