Hi, Thanks for the quick reply. I tried that and didn't get a warning. But I still get a server error.
Can I write what the http post generated to a file to see if it's correct? -Andrew Reid On Feb 10, 2012, at 5:06 PM, Oscar Koeroo <[email protected]> wrote: > On 10/2/12 10:57 PM, Andrew Reid wrote: >> C:\curl -x proxy.xxxx.com:port -k -d @/location/filename https://x.x.x.x/ > > > I would do: > > C:\curl -x proxy.xxxx.com:port -k -d @./location/filename https://x.x.x.x/ > > Although I think there is a better guarantueed result when you use a full > path for the input file. Use "" (quotes) around the file path to overcome > possible issues with spaces. > > > Oscar > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
