For the push mechanism, are you using an HTTPS POST with a JSON payload, or is it through web-sockets?
- We are currently using an HTTPS POST with JSON Payload
Is it okay for the endpoint to be HTTP rather than HTTPS?
- For security reasons, we only accept endpoints that use HTTPS. This ensures secure and encrypted data transmission.
Comments
0 comments
Please sign in to leave a comment.