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 21, 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.
- Phong_Tang_7213Mar 27, 2017
Altostratus
Thank kunjan
I can not touch the Client and Server so I must do on F5. The "log local0. "[HTTP::payload]"" can not log full HTTP payload to logging
Phong
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