Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http-auth server get request with "empty user" #258

Open
adiii717 opened this issue Sep 10, 2018 · 0 comments
Open

http-auth server get request with "empty user" #258

adiii717 opened this issue Sep 10, 2018 · 0 comments

Comments

@adiii717
Copy link

There is no client connect with ejabberd server but we are getting a false request in our HTTP-auth server.

We have a check on a user, and a user is not allowed to log in with empty password and username is by default but we notice these logs.

Here are the complete logs of HTTP-auth server which is getting empty user and the password.

{"level":"error","timestamp":1536545024,"method":"GET","url":"http://localhost:3000/check_password?user=&server=home-portal&pass=","user_ip":"::ffff:127.0.0.1","message":"user is empty.","baseUrl":"","status":400,"errorCode":1002,"mac":""}

When we log the request we are getting this URL.
http://localhost:3000/check_password?user=&server=home-portal&pass=

This is not frequent behavior but occur 5 to 10 time in 24 hours.
Ejabberd version is 18.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant