HTTPS/Client-authenticated: Difference between revisions

added Arturo implementation
(Omitted EasyLang)
(added Arturo implementation)
Line 4:
 
This task is in general useful for use with [[Creating a SOAP Client|webservice client]]s as it offers a high level of assurance that the client is an acceptable counterparty for the server. For example, [http://aws.amazon.com/ Amazon Web Services] uses this style of authentication.
 
=={{Arturo}}==
 
<syntaxhighlight lang="arturo">r: request.get.certificate:"mycert.pem" "https://www.example.com" ø</syntaxhighlight>
 
=={{header|C sharp|C#}}==
1,532

edits