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

3 lines
112 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
a = RunThrough["curl -E myCert.pem https://www.example.com", 1]
For[ i=0, i < Length[a] , i++, SomeFunction[a]]