Skip to main content

HTTP Connection

Declares an HTTP connection manager that targets an HTTPS endpoint and presents a client certificate alongside basic credentials. Adjust 'ServerUrl', 'Domain', 'UserName', 'Password', and 'ClientCertificateFileName' to match your environment. The password is stored in plaintext in the Biml source, so consider using a project parameter or environment variable when generating production packages.

<Biml xmlns="http://schemas.varigence.com/biml.xsd">
<Connections>
<HttpConnection Name="MyHttpConnection" ClientCertificateFileName="CertConnection" Domain="varigence.com" Password="p@ssw0rd" ServerUrl="https://server.varigence.com" UserName="varigence" />
</Connections>
</Biml>