Forum Discussion
Avinash1
Nimbostratus
Mar 03, 2020Does 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
Mar 03, 2020Changing 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.
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