Apparently Amazon does this based on the User-Agent header, at which point it sets a cookie that following requests should send back. The following works:
This created a session (for ease of re-use and for cookie persistence), and a copy of the Chrome user agent string. The request succeeds (returns a 200 response).