On Thu, Mar 14, 2019 at 18:57 sciUser <[email protected]> wrote:

> Anyone know the correct syntax for curl syntax to generate a token for a
> user?


https://davidwalsh.name/curl-post-file

curl -X POST -F 'username=guacuser' -F 'password=password'
https://example.com/guacamole/api/tokens

(I haven't actually tried it, just a guess at this point.)

-Nick

Reply via email to