Mixed content connecting public to private web service

i am getting a mixed content error when i am trying to connect a node app (public) to a rails api (private).

i cant used https:// but when i configure to run http:// it throws a mixed content.

how do i go about making private web service calls from a public web service?

Hello,

Any requests to private services would need to be made from your backend server running on Render, not from a browser or any client-side code. Anything from the browser would need to be communicating over HTTPS to a public web service.

Feel free to let me know if you still have any questions about this.

Regards,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.