Connect to raspberry
I have my website with Cloudflare DNS to serve, on a page of my website I need to make requests to a local server that runs on a raspberry for this I do them with 'http://ip_raspberry:port/api_route' but the browser throws me the following error
The page at 'url_my_page' was loaded over HTTPS, but requested an insecure resource.
How can I allow these requests to the raspberry? What solution would you give me?
2 Replies
You should take a look at https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/
Cloudflare Docs
Cloudflare Tunnel · Cloudflare Zero Trust docs
Cloudflare Tunnel provides you with a secure way to connect your resources to Cloudflare without a publicly routable IP address. With Tunnel, you do …
Here I was able to configure the subdomain subdomain.sportscamera.app with tunnel, but I think it is accessible by anyone.
I want it to only accept fetch from sportscamera.app and nothing else
Do you know how I can configure it?