Hi,
I'm trying to create an API call using the Network Module to create a record within a local application. The local application uses an API key for the API. Using Postman and the header "Private-Token" works fine. However, when I try to do the same call with the same headers within the ISY all I get is the very helpful "Request Failed" message. No return codes or anything to help guide me to the actual issue.
The only difference between Postman and the ISY I can find is that within Postman you can tell it to bypass SSL validation since the local application is just using a self signed cert.
Can you set the network module to ignore SSL validation somewhere?
Thank you.