>
> you can cheat by using --request-target (libcurl: CURLOPT_REQUEST_TARGET)
> to specify an https url:


Clever. I didn't know about --request-target. Got it to work with:

curl -v --request-target "https://example.com/path/to/resource"; -x
localhost:8080 http://localhost:8080/

WIP at https://github.com/curl/curl/pull/2156


Awesome, thanks! Can't wait.
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to