RosettaCodeData/Task/HTTPS-Authenticated/Mathematica/https-authenticated.math

3 lines
118 B
Text
Raw Permalink Normal View History

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