0

My web application sitting in tomcat reads the files in Amazon S3 buckets. Is there a way to capture the request? I am not sure what protocol it uses. (s3?) I would like to capture this request using fiddler.

Any idea?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Kevin Rave
  • 13,876
  • 35
  • 109
  • 173

1 Answers1

0

As far as I know, S3 typically uses HTTP/HTTPS for communication (REST, SOAP). Are you using a library to make your S3 calls? The library may not use the default proxy.

As you know, Configuring Tomcat to communicate through proxy in Localhost - Fiddler has general details on how to configure Tomcat to use the Fiddler proxy.

Community
  • 1
  • 1
EricLaw
  • 56,563
  • 7
  • 151
  • 196