Hi,
In curl:
curl -o /var/tmp/web-2.0.1.war -x forward-proxy-nr1.mmis.be:3128 --user user:pass https://www…/web-2.0.1.war
Is this possible with get_url, passing user, password and proxy server?
Regards,
Gerrit
Hi,
In curl:
curl -o /var/tmp/web-2.0.1.war -x forward-proxy-nr1.mmis.be:3128 --user user:pass https://www…/web-2.0.1.war
Is this possible with get_url, passing user, password and proxy server?
Regards,
Gerrit
curl -o /var/tmp/web-2.0.1.war -x forward-proxy-nr1.mmis.be:3128 --user
user:pass https://www…/web-2.0.1.warIs this possible with get_url, passing user, password and proxy server?
Currently not. Pull-request is welcome.
-JP