Forum Discussion
Phong_Tang_7213
Altostratus
Mar 17, 2017How use BIG-IP to capture HTTP request and response
Hi gurus,
I want to use BIG-IP Virtual Server (with HTTP profile) and capture full HTTP request and response. Can I do that? We can not debug on the Client and the real Server.
Thanks
Phong...
kunjan
Nimbostratus
Mar 20, 2017To capture request POST you can try this.
when HTTP_REQUEST {
if { [HTTP::method] equals "POST" } {
catch { HTTP::collect [HTTP::header Content-Length] }
}
}
when HTTP_REQUEST_DATA {
log local0. "[HTTP::payload]"
}
But I guess the option to troubleshoot for APM SSO, could be to use HTTPWatch or Fiddler.
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