curl-users
File upload with proxy authentication
From: Markus Moeller <huaraz_at_moeller.plus.com>
Date: Fri, 2 Nov 2012 12:58:17 -0000
Date: Fri, 2 Nov 2012 12:58:17 -0000
Should the following work with a proxy which supports negotiate
authentication.
kinit user_at_DOMAIN
curl -v --proxy-negotiate --form file_upload=@test.txt --form do=test --form
subdo=file_upload --form http_submit="Start HTTP upload"
http://www.csm-testcenter.org/test
When I try it I see the proxy sends a 407 with the negotiate header but curl
does not reply (e.g send the same request with an additional proxy
authentication header)
Thank you
Markus
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-11-02