On Mon, Mar 19, 2018 at 7:26 PM, Paul Azad <[email protected]> wrote:
> Hi Mike > > > > Thanks for the prompt reply. > > > > Just confirming, I should be able to use a REST client (such as ARC) > Any REST or HTTP client should work fine. and go to http://GUACAMOLE:8080/api/token/ca5d75b4178839bf0044a3747786 > 0a485a475480d2bc4b559a6559ee3b601e2c > <https://contactmonkey.com/api/v1/tracker?cm_session=741c123c-dbe3-49df-bfd5-40323003ba91&cm_type=link&cm_link=818c93a9-d578-450c-9699-57d4e06d9890&cm_destination=http://GUACAMOLE:8080/api/token/ca5d75b4178839bf0044a37477860a485a475480d2bc4b559a6559ee3b601e2c> > with the method being DELETE? > If your Guacamole instance is running at http://GUACAMOLE:8080/, then yes, however that should be "api/tokens", not "api/token". For reference, the part of the browser side of the Guacamole webapp which makes these requests: https://github.com/apache/guacamole-client/blob/ 4f27a03adfe54d18772c81553c730f5cdc9115e4/guacamole/src/main/ webapp/app/auth/service/authenticationService.js#L318-L322 If you open up your browser dev tools, you'll see this request being issued when you click "logout" within Guacamole's user menu. - Mike
