I have two different applications in one tomcat. One application performs an HTTP request to the REST API on the second application.
How can I sniff packets (the request)?
This is my development machine, not the production architecture.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As in the comments, aside from packet sniffing you can try enabling Tomcat’s
RequestDumperValveto write out all the request parameters being sent to the target server.This will help confirm the data the 2nd server receives and what values are missing