RE: CURL custom POST commands

2015-08-28 Thread Fitzgerald, Kevin
From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Ray Satiro via curl-library Sent: Saturday, August 15, 2015 12:28 AM To: libcurl development curl-library@cool.haxx.se Subject: Re: CURL custom POST commands On 8/14/2015 4:21 PM, Fitzgerald, Kevin wrote: Hello again, I

RE: CURL custom POST commands

2015-08-14 Thread Fitzgerald, Kevin
From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Fitzgerald, Kevin Sent: Monday, July 20, 2015 10:30 AM To: Ray Satiro raysat...@yahoo.com; libcurl development curl-library@cool.haxx.se Subject: RE: CURL custom POST commands On 7/17/2015 2:40 PM, Fitzgerald, Kevin

RE: CURL custom POST commands

2015-07-20 Thread Fitzgerald, Kevin
On 7/17/2015 2:40 PM, Fitzgerald, Kevin wrote: Thank you for the example. But I think I am not going about this correctly. What I actually need to be able to do is connect to a web service (which it appears I am able to do), and send it a POST request. Below is an example of the request that I

RE: CURL custom POST commands

2015-07-17 Thread Fitzgerald, Kevin
-library-boun...@cool.haxx.se] On Behalf Of Aaron Meriwether Sent: Tuesday, July 14, 2015 4:23 PM To: libcurl development curl-library@cool.haxx.se Subject: Re: CURL custom POST commands On Jul 14, 2015, at 12:10 PM, Fitzgerald, Kevin kevin.fitzger...@hp.commailto:kevin.fitzger...@hp.com wrote: I

CURL custom POST commands

2015-07-14 Thread Fitzgerald, Kevin
I have to connect to a web service that requires a username and password and as a result I cannot use the basic CURL POST logic. Does anyone have a program or example of how to use CURL to set up a custom POST? I need to send a request and then receive a response from the web service. Thank

New to CURL - HTTP POST to web service and response

2015-06-17 Thread Fitzgerald, Kevin
Hello, I am very new to CURL and I am trying to figure out the best/correct way to use CURL to perform the functions that I need to perform. I have written a C program running on an HP/UX box. I need to perform an HTTP POST to a web service and then receive a response back from the server. I