RosettaCodeData/Task/HTTPS-Client-authenticated/Mathematica/https-client-authenticated....

3 lines
112 B
Plaintext

a = RunThrough["curl -E myCert.pem https://www.example.com", 1]
For[ i=0, i < Length[a] , i++, SomeFunction[a]]