Hello everyone!
I’m using a Docker Space to deploy my FastAPI application that uses multiple models, but I’ve set it to private since my project contains sensitive code. My problem is that I can’t send requests to the endpoints from anywhere outside my browser and get a 404.
Is it possible to send a token with the request to authenticate myself? If so, how should I include it in my request to make it work properly?
If the space is functioning properly, you should be able to access it like following.
You can figure out the actual space URL yourself, also you can also find it using the GUI.