java - How to print/log an Apache HttpClient request query string -
Is it possible to capture the actual query string that will be used for HTTP client requests (HTTP post, HTPT etc.) Either call to I want to do this because my request has failed and I want to debug the actual query string (this is the S3 file upload using HTTPS, so the parameters are complex). Not sure that you tried to do this, but there are some logging settings in the HTTP client library You can enable client.execute (request) before or after?
Comments
Post a Comment