Forum Discussion
Aditya_Mehra
Cirrus
Aug 31, 2018iRule help for
I have a virtual server and need to modify the traffic via an iRule
Requirement:
1. Need to add authorization via static credential
2. Request comes in as POST , should go as POST fro...
Kevin_Stewart
Employee
Aug 31, 2018Yes, minor type. It should be [HTTP::uri].
But on the other point, there's nothing in the iRule that would be changing the URI, and the VIP wouldn't touch it either.
Not sure if you're re-encrypting between the two BIG-IPs, but you may need to capture traffic between to see what's going on.
You can also set up logging on VIP2 to report the inbound URI.
when HTTP_REQUEST {
log local0. "Incoming method: [HTTP::method]"
log local0. "Incoming URI: [HTTP::uri]"
foreach x [HTTP::header names] {
log local0. "Incoming header ($x): [HTTP::header $x]"
}
}
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