Skip to content

Fixes request body parsing failing when BOM is present#1677

Merged
Badgerati merged 2 commits intodevelopfrom
Issue-1604
Apr 12, 2026
Merged

Fixes request body parsing failing when BOM is present#1677
Badgerati merged 2 commits intodevelopfrom
Issue-1604

Conversation

@Badgerati
Copy link
Copy Markdown
Owner

Description of the Change

Before parsing the supplied request body, Pode will remove the BOM character if present - as this breaks JSON, XML, CSV, etc. parsing.

Related Issue

Resolves #1604

@Badgerati Badgerati added this to the 2.13.0 milestone Apr 12, 2026
@Badgerati Badgerati self-assigned this Apr 12, 2026
@Badgerati Badgerati merged commit abb33ae into develop Apr 12, 2026
23 checks passed
@Badgerati Badgerati deleted the Issue-1604 branch April 12, 2026 15:40
@Badgerati Badgerati mentioned this pull request Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pode fails to convert JSON with BOM + simple fix

1 participant