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

3 lines
112 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a = RunThrough["curl -E myCert.pem https://www.example.com", 1]
For[ i=0, i < Length[a] , i++, SomeFunction[a]]