Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 948421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:14:35+00:00 2026-05-15T23:14:35+00:00

From the HTTP server’s perspective.

  • 0

From the HTTP server’s perspective.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:14:36+00:00Added an answer on May 15, 2026 at 11:14 pm

    I have captured google crawler request in my asp.net application and here’s how the signature of the google crawler looks.

    Requesting IP: 66.249.71.113
    Client: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)

    My logs observe many different IPs for google crawler in 66.249.71.* range. All these IPs are geo-located at Mountain View, CA, USA.

    A nice solution to check if the request is coming from Google crawler would be to verify the request to contain Googlebot and http://www.google.com/bot.html. As I said there are many IPs observed with the same requesting client, I’d not recommend to check on IPs. And may be that’s where Client identity come into the picture. So go for verifying client identity.

    Here’s a sample code in C#.

        if (Request.UserAgent.ToLower().Contains("googlebot") || 
                 Request.UserAgent.ToLower().Contains("google.com/bot.html"))
        {
            //Yes, it's google bot.
        }
        else
        {
            //No, it's something else.
        }
    

    It’s important to note that, any Http-client can easily fake this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get an image from an HTTP server using Perl. I
My app has to load an image from a http server and displaying it
I have an excel workbook which needs to query data from an HTTP server.
How to make from your Custom HTTP Module a stand aloun TCP\HTTP server capable
I have a small app that downloads some files from a remote (HTTP) server
I am experimenting with various responses from a simple NodeJS HTTP server. The effect
I get data from server: store = new dojox.data.QueryReadStore({url:http://url_with_data}); ... myGrid = new dojox.grid.DataGrid({id:myGrid2,selectionMode:none,style:height:
Consider the following output from a Tomcat server under Eclipse: INFO: Initializing Coyote HTTP/1.1
I'm writing http session manager (gen_server based). That server creates and removes session from
I receive an XML from HTTP server as a String: HttpResponse httpResponse = httpClient.execute

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.