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
That XoMOMalm header is the problem, header names are not allowed to have leading (or trailing) whitespace. I guess it's supposed to be part of the preceding Set-Cookie header because it varies with each request.
I'm going to close this out because node's parser is right to reject it but as a workaround try require('http2').
I send a request to https://gateway.ancestry.com/tree/trees/listtrees and fails with
Parse Error: Invalid header value char
.Response:
The response looks:
The issue is the same as here request/request#3187 and probably #27711.
Node.js version: v12.18.3, v13.14.0, v14.7.0
OS: OS X 10.14.6
The text was updated successfully, but these errors were encountered: