rabbitmq / rabbitmq-web-stomp

Provides support for STOMP over WebSockets
Other
89 stars 26 forks source link

Fix use of default credentials with use_http_auth #67

Closed essen closed 7 years ago

essen commented 7 years ago

When HTTP authorization header is not sent, we use the default credentials defined in the rabbitmq_stomp configuration.

Fixes https://github.com/rabbitmq/rabbitmq-web-stomp/issues/60.

Also see https://github.com/rabbitmq/rabbitmq-stomp/pull/96.