Forum Moderators: phranque

Message Too Old, No Replies

/.well-known/change-password

corp.google.com was looking for that...

         

SumGuy

12:32 am on Jan 9, 2020 (gmt 0)

5+ Year Member Top Contributors Of The Month



This hit my https site today:

104.132.61.82 0
404
HEAD /.well-known/change-password
Python-httplib2/0.9.2

The IP is AS41264 (Google LLC)
corpnat-104-132-61-82.corp.google.com

More info about that type of request is here: [news.ycombinator.com...]

If you have that on your site I can't see why you'd want google to index it. But then again this wasn't exactly googlebot, - not sure what it is...

phranque

12:56 am on Jan 9, 2020 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Python-httplib2/0.9.2

the user agent string is from the python programming library http client.

The IP is AS41264 (Google LLC)
corpnat-104-132-61-82.corp.google.com

this isn't from the range used by google's crawlers.
Verifying Googlebot [support.google.com]

A Well-Known URL for Changing Passwords [wicg.github.io]
(Draft Community Group Report, 11 October 2019)

most likely someone at google is using a password manager written in python.
it's unlikely to be anything related to google search.

tangor

1:37 am on Jan 9, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



"Python-httplib" is in my .htaccess as a DENY ... guess I'll have to investigate my 403s in the logs to see if this particular one has hit.