Fix keycloak login
Sometimes the requests for anonymous
login and for keycloak
login were triggered at the same time and were mixed up by the query library. This this because they had exactly the same key
as the body's content was not taken into account to generate the key.
-> Added request's body to key
Edited by Mael Gaonach