HSLHttp library http vs. https

Hi all,

I am currently testing the HSLHttp library for the first time in order to receive data directly from our LIMS. The LIMS offers a SOAP API which should be fine because the HSLHttp library supports xml.

However, we need to work with encrypted messages, but I am not sure if the HSLHttp library also works with https urls. Does it? Or is there another library which can be used instead?

Thanks for your help in advance
Martin

Hi @Martin,

The HslHttp Library does work with https URLs as well. The demo method that gets installed alongside the library has some examples of calls to https clients.

Thank you,
Dan

2 Likes