You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note this is a duplicate of #4334 as was working with umutm on this and we both posted at same time. Happy to close one or the other as no point keeping both open.
Many websites have started to enable HTTP 2.0 with fallback to HTTP 1.1 (CloudFlare started enabling this too).
And, Nodejs' HTTP requests seem to fail on such websites without an error. No statusCodes or body returned.
That is pretty important considering the increase in HTTP 2.0 enabled websites.
Do anyone know a workaround for getting the response of HTTP requests sent to "HTTP 2.0 enabled with HTTP 1.1 fallback websites"?
As an example:
The text was updated successfully, but these errors were encountered: