XF 2.0 404s on /forum/login/forum/threads/xyz.123

rfc0001

Well-known member
Seeing pretty regularly 404s in error logs of URL /forum/login/forum/threads/xyz.123 on multiple threads (presumably whatever thread someone logged in from). Bug?
 
If this is something you can actually reproduce through testing then having details of how to reproduce it would be useful. In my testing it isn't possible to trigger anything like that.

We have one entry in our access log today but it looks like a bot or a spammer so it's likely some sort of automated mechanism that is just getting stuff wrong.

It's worth checking the IP addresses listed against these entries to see if they come up as a spam source or shared network device, and indeed whether they actually relate to a genuine user on your forum:

https://whatismyipaddress.com/ip/{ip}

Aside from that, some level of reproduction steps or patterns (such as specific URLs or IP addresses) might help us troubleshoot this further.
 
In 99,99% of all cases such broken requests are generated by dumb bots/scrapers, nothing to worry about.
We get tons of such requests, usually from China, Russia, etc. - we just filter them so they don't even reach our backend servers.
 
Not this exact error, but one I can repro:
  1. Navigate to XF 2.0.11 forum
  2. Click Log In
  3. Overlay is displayed - Enter valid user with wrong password and click Log In
  4. Redirected to /forum/login/login
 
Top Bottom