I am using Request.Headers.GetValues("User-Agent").First() within a Web API method and getting 'Mozilla/5.0' when I am certain the crawler and User Agent is 'googlebot'.
I am using IIS Rewrite to arrive at this application and method, might this be causing the issue?
Thanks!