RosettaCodeData/Task/HTTPS-Client-authenticated/Mathematica/https-client-authenticated.math
2023-07-01 13:44:08 -04: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]]