[tcpdump-workers] Re: Assistance with Capturing cURL Request using tcpdump

2024-10-01 Thread Guy Harris
On Oct 1, 2024, at 8:38 AM, Kaushal Shriyan wrote: > Thanks, Michael, for the quick response. Is there a way to capture and > analyze *HTTPS* traffic since the data is encrypted? Maybe, *if* you can get the necessary information; see https://wiki.wireshark.org/TLS#tls-decryption As it

[tcpdump-workers] Re: Assistance with Capturing cURL Request using tcpdump

2024-10-01 Thread Michael Richardson
Kaushal Shriyan wrote: > Thanks, Michael, for the quick response. Is there a way to capture and > analyze *HTTPS* traffic since the data is encrypted? no. Not possible. That's the point of HTTPS. You'll have to modify the application. Some TLS libraries have options to dump things. -

[tcpdump-workers] Re: Assistance with Capturing cURL Request using tcpdump

2024-10-01 Thread Kaushal Shriyan
Thanks Michael On Tue, Oct 1, 2024 at 6:11 PM Michael Richardson wrote: > > Kaushal Shriyan wrote: > > I am using Postman to invoke a REST API call. Is there a way to > capture the > > cURL (https://curl.se/) request (including headers and body) > initiated by > > the Postman REST A

[tcpdump-workers] Re: Assistance with Capturing cURL Request using tcpdump

2024-10-01 Thread Michael Richardson
Kaushal Shriyan wrote: > I am using Postman to invoke a REST API call. Is there a way to capture the > cURL (https://curl.se/) request (including headers and body) initiated by > the Postman REST API client to the application server running RHEL 8.10 OS, > and then to the backen