Skip to content

Conversation

rprinz08
Copy link

Sometimes, services send JSON data which includes a BOM (https://de.wikipedia.org/wiki/Byte_Order_Mark) which is wrong (according to https://tools.ietf.org/html/rfc7159#section-8.1 second paragraph) but break things as node-rest-client throws an exception when calling JSON.parse. This patch tries to remove UTF-8/16/32 BOMs before this to be more robust against such services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant