Comment by motorest

Comment by motorest 18 hours ago

5 replies

> Bot detection. It's a menace to literally everyone. Not to piss anyone off, but if you haven't dealt with it, you don't have anything of value to scrape or get access to.

What leads you to believe that bit developers are unable to set a request header?

They managed fine to set Chrome's user agent. Why do you think something like X-Browser-Validation is off limits?

Sophira 14 hours ago

Because you would need to reproduce an explicit Google copyright statement which states that you don't have the right to copy it ("All rights reserved.") in order to do it fully.

That presumably gives Google the legal ammunition it needs to sue you if you do it.

  • userbinator 10 hours ago

    Companies like SEGA have tried doing stuff like that in the past, and lost.

  • tomsonj 14 hours ago

    It seems like the requirement to reproduce this copyright header alone, nevermind the validation hash, would be enough to scare off scrapers?

    • Sophira 14 hours ago

      I'm no lawyer, but my take on it is that by reproducing this particular value for the validation header, you are stating that you are the Chrome browser. It's likely that this has been implemented in such a way that other browsers could use it too if they so choose; the expected contents of the copyright header can then change depending on what you have in the validation header.

      To me, it seems likely that the spec is for a legally defensible User-Agent header.

Avamander 8 hours ago

> They managed fine to set Chrome's user agent. Why do you think something like X-Browser-Validation is off limits?

It's not off-limits technically. But do you think it'll remain this simple going forward? I doubt that.