On 19 August 2010 08:49, Rajanikanth <[email protected]> wrote: > Hi, > > How to add strings in "POST / HTTP/1.1\r\n". > > Actually I want to add ‘client name’ in between ‘/’ & “HTTP”.
Just set CURLOPT_URL to "http://yourserver/client%20name" instead of "http://yourserver". -- Michael Wood <[email protected]> ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
