Forum Discussion
Avinash1
Nimbostratus
6 years agoDoes Big IP change received post request to get ?
I have a client complaining that request coming from our application is in GET instead of POST , where as we are sending POST from application, not sure how it converted to GET, is this happening on ...
Samir
MVP
6 years agoChanging method is bit long process via iRule. I would recommend to check whether client is sending GET or POST method. Attach simple irule to vip.
when HTTP_REQUEST {
# Check the method
log local0. "HTTP Method is [HTTP::method]"
}Try to tune the request from application side.
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