RosettaCodeData/Task/HTTPS-Client-authenticated/Mathematica/https-client-authenticated.mathematica
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
112 B
Mathematica

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