-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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 pass insecureHTTPParser
configuration to request?
#105
Comments
On the server-side yes, just pass Let me know if that works for you. |
See previous comment. We use |
that did not work for me. I tried:
PS. tried to pass as an option to constructor as well, no luck |
fyi, still no luck passing that config the way you showed, but what worked is:
|
Because of Incapsula CDN some requests are broken on latest nodejs (cli). Luckily it works ok in RN (and probably in browser).
Error that is thrown by frisbee:
nodejs/node#27711
Workaround is to pass
--insecure-http-parser
to nodejs cli.related: https://nodejs.org/api/cli.html#cli_insecure_http_parser
The text was updated successfully, but these errors were encountered: