What is the name of the domain?
What is the error message?
The requested URL was not found on this server.
What is the issue you’re encountering
Would like to access my own API interface, but this is currently only accessible locally
What steps have you taken to resolve the issue?
I have already put my own website online via Cloudflare tunnel. This can also be accessed via the domain. However, the website accesses its own database. The interface to this database works locally via http:///api/data. Now I would like to make this interface public as well so that access from outside is also possible. To do this, I have created a new route in the tunnel with the path /api/data. However, I still cannot access mydomain.com/api/data on the network.