It looks like a spambot trying to send an invalid request, or possibly to see if your server is misconfigured to allow proxying.
Do you have to worry? I find it a bit strange that a 302
status code is returned, as in 302 Found
, I would expect such request to generate a 404 Not Found
, or maybe 400 Bad Request
or 403 Forbidden
, but, in general, these kinds of requests should not cause much worry with properly configured modern servers.
(In your situation, I would guess that a 302 is returned because you redirect 404 pages to a single "not found" page? If so, then, yes, you do have to worry in regards to the usability of your site, because that's not a good practice, as the user has no chance to easily correct a mistyped URL, since it just disappears into thin air, and they'd have little clue as to what's wrong.)