RabbitMQ Management Console user name and password in URL

Hi Guys,

I’ve got the management console nicely and I’ve embedded it in a python app. Is it possible to pass the user name and password in the url? Eg

http://localhost:15672/#/?username=guest&psw=abcd

Or something?

Regards

Steve

This is a general question about the RabbitMQ management interface. But no, it doesn’t support this.

You might be able to grab the cookie from a logged in session and persist that.

1 Like