Forum Discussion
bdo_isd_28658
Feb 20, 2007Nimbostratus
iRule for replacing string in HTTP POST
I am having trouble even getting started on this iRule and would love some help.
We have an application (TAM) that is sending an incorrect HTTP POST to a back end application (APEX). We nee...
hooleylist
Feb 21, 2007Cirrostratus
Hi Cole,
When testing directly to the web server, do you see the full URL in the URI? ie, is the request formatted like this:
POST http://example.com/path/to/file.ext HTTP/1.1
Or is it like this?
POST /path/to/file.ext HTTP/1.1
What's it like when the BIG-IP is used?
I wouldn't expect that BIG-IP would modify any of the HTTP content unless you're doing it explicitly in a rule.
You can use LiveHttpHeaders for Firefox or IEwatch for IE to check the headers being sent and received on the client. You could also capture a tcpdump and review the headers received and sent by the BIG-IP.
Regardless, RFC2616 on HTTP 1.1 states that servers must accept either format. Check this post for details on the RFC and/or removing the fully qualified portion of the URL in the URI (Click here).
Aaron
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