Make https request from react app to nodejs backend http server?
I want to host a React app on my Cloudflare domain and manage SQL requests using my Node.js web server running on localhost:3500. Both the React app and the API are running smoothly. I used Certbot to secure the React app with an HTTPS certificate. I also set up Cloudflare DNS records for both the root domain and the www subdomain.