←back to thread

545 points mmh0000 | 2 comments | | HN request time: 0.469s | source
Show context
ec109685 ◴[] No.43572497[source]
There are API’s that chrome provides that allows servers to validate whether the request came from an official chrome browser. That would detect that this curl isn’t really chrome.

It’d be nice if something could support curl’s arguments but drive an actual headless chrome browser.

replies(4): >>43572551 #>>43572562 #>>43572695 #>>43573014 #
1. binarymax ◴[] No.43572551[source]
I’m interested in learning more about this. Are these APIs documented anywhere and are there server side implementation examples that you know of?

EDIT: this is the closest I could find. https://developers.google.com/chrome/verified-access/overvie... ...but it's not generic enough to lead me to the declaration you made.

replies(1): >>43574866 #
2. KTibow ◴[] No.43574866[source]
I think they confused Chrome and Googlebot.