Question
How do I authenticate to the console with a PUT request to avoid logging in?
I’m trying to access the console using the url (something like: https://cloud.digitalocean.com/droplets/<ID>/console?nolayout=true&i=<OtherID>), but I when I use the URL while not logged in to the control panel I’m asked to login. How do I authenticate through a PUT request within the url so I don’t have to login to access the console?
More simply put, I’m trying to access the console without being required to login to the control panel, I should still be forced to login to the operating system after established connection
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×