We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there a way to override per-request header casing (e.g choosing a uppercase for a single header even when http2) ?
The text was updated successfully, but these errors were encountered:
i think the headers are normalized directly in got (to lower case), sounds like a wontfix to me.
got
Sorry, something went wrong.
In got? I think this is happening here in got-scraping:
got-scraping/src/hooks/browser-headers.ts
Line 19 in 5c78d35
So the only way will be to override got-scraping and add a before request hook to handle specific case like this?
Yes but even if we hadn't done that, it would have happened on the lower level, as got does the same
sindresorhus/got#1335
No branches or pull requests
is there a way to override per-request header casing (e.g choosing a uppercase for a single header even when http2) ?
The text was updated successfully, but these errors were encountered: