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

2 lines
118 B
Mathematica

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