On Fri, Jun 28, 2019 at 11:19 PM Manoj Patil <[email protected]> wrote:
> please find the snapshot attached in mail there is a error on POST > > This is not an error in the sense of something being wrong. The HTTP 403 response to the initial, anonymous authentication attempt (the POST to .../api/tokens) is what drives the login dialog. The JavaScript side of the webapp attempts to authenticate anonymously, and the Guacamole webapp responds with a 403 containing JSON that says, essentially, "No, I need the following credentials first: (machine-readable description of the credentials)". The login dialog is the interface rendering that response. - Mike
