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
Hello! I create a chatbot for the messenger, I want a person to be able to get a VPN access key right in the bot. This is the first time I'm setting up an API and I don't know well about it. Therefore, I decided to start with a simple one and made a request for general information about my server. I did it through the URL request on the service where I create a chatbot. You can see what my request looks like in the screenshot (https://myserver/SecretPath/server).
This is because you're requesting it from the browser - we use self-signed certificates on the server by default. If you want to be able to make requests from the browser, you'll need to use a tool like ngrok to get a valid ingress url.
Hello! I create a chatbot for the messenger, I want a person to be able to get a VPN access key right in the bot. This is the first time I'm setting up an API and I don't know well about it. Therefore, I decided to start with a simple one and made a request for general information about my server. I did it through the URL request on the service where I create a chatbot. You can see what my request looks like in the screenshot (https://myserver/SecretPath/server).
As a result, I had this error:
Used this documentation: https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/shadowbox/server/api.yml#tag/Server
Screenshot
The text was updated successfully, but these errors were encountered: