Dear Monks,
I happen to need to access a web service.
It seems I can use curl to make it with following command:
curl -k --incecure --key ./key.pem --cacert ./ca.pem --cert ./client.pem <service_url> -o ./file.dat
So my question is, can it possibly be done by perl with some modules?
I have a feeling that lwp::useragent would not be capable of this, so if this is true, how about other modules?
Thanks in advance
In reply to web service with cert by sylph001
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |