David Bartley

Results 14 comments of David Bartley

The `requests` library puts `User-Agent` first, I assume because it just updates the default headers, which list that first: ``` def default_headers(): """ :rtype: requests.structures.CaseInsensitiveDict """ return CaseInsensitiveDict({ 'User-Agent': default_user_agent(),...

Yeah, I ended up just setting `USE_REQUESTS = False` for amex. I wonder if there should be a CLI flag or Client arg to disable the requests module, though?

Same for `Samsung SSD 860 EVO 1TB`.

I'm not sure if browsers other than Safari support this, but it's supported across Apple iOS, iPadOS, and macOS.