You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, i am defaulting to port 7860 instead of 7861. Do i need to permit that too? or will the API directly get access. Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered:
Can you connect to the port using a web browser? You should also check the firewall.
If you can connect using the browser but api is not responding, try using use_https=True.
Can you connect to the port using a web browser? You should also check the firewall.
If you can connect using the browser but api is not responding, try using use_https=True.
It just worked but at the same time it is indifferent about the credentials. It bypasses the creds for some reason.
So that implies that the user/pass serves no purpose.
I have made a new issue post as well. Just wanted to say that this is where both the things come into consideration.
I have a custom domain. Docs doesn't work but well, your client worked using what you suggested. But again, user authentication didn't work. I pass it or don't pass it, it still works so is it bypassing it. If yes that implies somewhere my APIs are exposed right.
I wanted to use the API in two ways. Mobile app and web app. For mobile I need the API structure that also has the user pass that will be passed to the node app.
For web app I am using django and using your client which works but again it may not be secure as it bypasses the need of the authentication.
Following the code shared in the repo.
I keep getting this timeout.
Also, i am defaulting to port 7860 instead of 7861. Do i need to permit that too? or will the API directly get access. Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: