Re: Help on : CURL header -> Authorization: Negotiate

2024-09-24 Thread Jason Qian via curl-users
Thanks Daniel, Jason On Tue, Sep 24, 2024 at 5:46 PM Daniel Stenberg wrote: > On Mon, 23 Sep 2024, Jason Qian via curl-users wrote: > > > When Kerberos is enabled, sometimes the server ticket of Negotiate is > too > > large that the server has problems handling it. > > > > My question is in th

Re: Help on : CURL header -> Authorization: Negotiate

2024-09-24 Thread Daniel Stenberg via curl-users
On Mon, 23 Sep 2024, Jason Qian via curl-users wrote: 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 size of the ticket which will be sent to the server? No.

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

2024-09-24 Thread Daniel Stenberg via curl-users
On Tue, 24 Sep 2024, Kaushal Shriyan via curl-users wrote: 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