Assistance with Capturing cURL Request using tcpdump

2024-09-23 Thread Kaushal Shriyan via curl-users
Hi, 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 backend server/system using tcpdump and analyze the

Help on : CURL header -> Authorization: Negotiate

2024-09-23 Thread Jason Qian via curl-users
Hi, We have a client that uses: CURL Version [7.83.0] CURL SSL Version [OpenSSL/1.1.1n] When Kerberos is enabled, sometimes the server ticket of Negotiate is too large that the server has problems handling it. My question is in the curl, is there a way to control the siz

Capture the cURL (https://curl.se/) request (header and body) initiated by Postman REST API client

2024-09-23 Thread Kaushal Shriyan via curl-users
Hi, I am using a postman to invoke a REST API call. Is there a way to capture the cURL (https://curl.se/) request (header and body) initiated by Postman REST API client to the Application server which is running RHEL 8.10 OS to the backend server/system? Postman -> Application server -> Proxy ser