RosettaCodeData/Task/HTTPS-Client-authenticated/Mathematica/https-client-authenticated.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
112 B
Text

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