we have problem using rabbitmq-auth-backend-http plugin. we use
asp.net mvc core example.
It works itself. But we enabled the plugin as you mentioned and advanced.config as follows:
[
{rabbit, [{auth_backends, [rabbit_auth_backend_http]}]},
{rabbitmq_auth_backend_http,
[{http_method, post},
].
After that what should we see? How will the mechanism work?