Make an API request to Render service from webpage?

I have a website running on render and it loads data from an API that is also running on Render. The problem I have is that I can’t use the internal address of the Render service because the page I am making the request from is https and will only allow https requests to be make. Can Render support https requests for internal service addresses? Otherwise how else can I call my service that’s already running on Render?

Hey,

If you’re working on a client-side application, it’s best to use the external connection address. Your Render service, whether it’s onrender.com or a custom domain, is set up with HTTPS, so you can easily use the URL exposed by your API Render service.

Regards.
Jérémy, Render Support

1 Like

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