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
I'm debugging an issue with the following request: https://collectionapi.metmuseum.org/public/collection/v1/departments
Modern versions of Node and tools like Postman use a strict http parser that turns an HPE_INVALID_HEADER_TOKEN. The only way around this is by disabling the parser, but that comes with its own consequences.
Do you have any insight on this? Should I be calling the endpoint differently? Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I'm debugging an issue with the following request:
https://collectionapi.metmuseum.org/public/collection/v1/departments
Modern versions of Node and tools like Postman use a strict http parser that turns an
HPE_INVALID_HEADER_TOKEN
. The only way around this is by disabling the parser, but that comes with its own consequences.Do you have any insight on this? Should I be calling the endpoint differently? Thank you
The text was updated successfully, but these errors were encountered: