mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: mention lowercasing of HTTP headers (#7224)
This commit is contained in:
parent
25ad7402e9
commit
778ac92469
@ -2189,6 +2189,8 @@ This setting will change the default maximum time for the following methods and
|
|||||||
|
|
||||||
The extra HTTP headers will be sent with every request the page initiates.
|
The extra HTTP headers will be sent with every request the page initiates.
|
||||||
|
|
||||||
|
> **NOTE** All HTTP header names are lowercased. (HTTP headers are case-insensitive, so this shouldn’t impact your server code.)
|
||||||
|
|
||||||
> **NOTE** page.setExtraHTTPHeaders does not guarantee the order of headers in the outgoing requests.
|
> **NOTE** page.setExtraHTTPHeaders does not guarantee the order of headers in the outgoing requests.
|
||||||
|
|
||||||
#### page.setGeolocation(options)
|
#### page.setGeolocation(options)
|
||||||
|
Loading…
Reference in New Issue
Block a user