I don't think that one has Https. If not you might need the Web Client SL library from the IIoT Libraries bundle from the same store ( but it requires a license ).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the best way to make an HTTP request?
I'm using e!Cockpit and Structured Text and I need to make an HTTP request to one of my Shelly 1 relays to turn on the light. It will look like:
https://IP_ADDRESS/relay/0?turn=on or https://IP_ADDRESS/relay/0?turn=off
and I don't care about the response.
Have you tried this?
https://store.codesys.com/http-client-example.html?___store=en
It gives an xDone / xError, if you're not interested in the actual response.
I don't think that one has Https. If not you might need the Web Client SL library from the IIoT Libraries bundle from the same store ( but it requires a license ).