Archived Forum Post

Index of archived forum posts

Question:

How to duplicate an HTTP curl command using Chilkat?

Oct 26 '12 at 08:39

How can I duplicate a curl command using Chilkat?


Answer

To answer your question, I would need to see the HTTP request that is sent by curl. Please see this web page for information about how to have curl emit information about the HTTP request it sends:

http://stackoverflow.com/questions/866946/how-can-i-see-the-request-headers-made-by-curl-when-sending-a-request-to-the-ser

Once you get information about the request that is being sent (such as headers + body), then send it to me and I should be able to answer the question.