I've a RESTful HTTP API. Now I would like to send HTTPS requests from my S7 PLC to the API. I've contacted Siemens and they said that they don't have a HTTPS client implementation.
But there is a tcpClient
module in the library. And since TCP is the foundation for HTTP over SSL, I wanted to ask if somebody has already implemented a HTTPSClient or if somebody knows where to start?
The API is only via HTTPS accessible to protect the privacy.