HTTPS/Client-authenticated: Difference between revisions

Content added Content deleted
Line 40: Line 40:
#x->result->asString</lang>
#x->result->asString</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}} / {{header|Wolfram Language}}==
<lang Mathematica>a = RunThrough["curl -E myCert.pem https://www.example.com", 1]
<lang Mathematica>a = RunThrough["curl -E myCert.pem https://www.example.com", 1]
For[ i=0, i < Length[a] , i++, SomeFunction[a]]</lang>
For[ i=0, i < Length[a] , i++, SomeFunction[a]]</lang>