Christian wrote: > Request Method: GET > Request URL: https://lists.ccalternatives.org/archives/?sort=active%22 > Request information: > USER: AnonymousUser > GET: > sort = 'active"' > QUERY_STRING = 'sort=active%22' > RAW_URI = '/archives/?sort=active%22' > HTTP_FROM = 'gptbot(at)openai.com' > HTTP_HOST = '127.0.0.1:8000' > HTTP_USER_AGENT = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; > compatible; GPTBot/1.2; +https://openai.com/gptbot)'
At the end of the provided query string was a double quote, which is an invalid sort mode parameter and produced the error. The %22 is a URL encoded double quote. If the HTTP_FROM and HTTP_USER_AGENT are legitimate, this this appears to be an OpenAI crawler bot, specifically the GPTBot. _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/S7FFQKSCRAJI3H4HDM46QCR7UFKPREG6/ This message sent to [email protected]
