René's URL Explorer Experiment


Title: http: align header value validation with Fetch spec by RajeshKumar11 · Pull Request #61597 · nodejs/node · GitHub

Open Graph Title: http: align header value validation with Fetch spec by RajeshKumar11 · Pull Request #61597 · nodejs/node

X Title: http: align header value validation with Fetch spec by RajeshKumar11 · Pull Request #61597 · nodejs/node

Description: This PR adds support for relaxed HTTP header value validation via the existing insecureHTTPParser option. This addresses the use case where Node.js needs to interoperate with servers/clients that use control characters in header values (per Fetch spec). Behavior Default (Strict) - per RFC 7230/9110 Header values are validated strictly, rejecting: Control characters 0x00-0x1f (except HTAB 0x09) DEL 0x7f Characters > 0xff With insecureHTTPParser: true (Lenient) - per Fetch spec Header values are validated leniently, only rejecting: 0x00 (NUL) 0x0a (LF) 0x0d (CR) Characters > 0xff This allows control characters like 0x01-0x08, 0x0b-0x0c, 0x0e-0x1f, and 0x7f when the option is enabled. Usage // Client request with relaxed validation const req = http.request({ host: 'example.com', port: 80, insecureHTTPParser: true // Enables lenient header validation }); req.setHeader('X-Custom', 'value\x01with-control-char'); // Now allowed // Server with relaxed validation const server = http.createServer({ insecureHTTPParser: true }, (req, res) => { res.setHeader('X-Custom', 'value\x01with-control-char'); // Now allowed res.end(); }); // Or globally via CLI flag // node --insecure-http-parser app.js What stays strict (regardless of option) Per @pimterry's feedback: http.validateHeaderValue() - The public API remains strict Status message validation - Always strict per RFC Security Consideration This change is safe because: Response splitting requires CRLF injection - CR (0x0d) and LF (0x0a) are always rejected, even in lenient mode NUL is always rejected - 0x00 is rejected in both modes Opt-in only - Users must explicitly enable insecureHTTPParser to get lenient behavior Changes lib/_http_common.js: Added strict and lenient regex patterns, checkInvalidHeaderChar now accepts optional lenient parameter lib/_http_outgoing.js: Added _isLenientHeaderValidation() method, updated setHeader, appendHeader, addTrailers to use lenient validation when enabled test/parallel/test-http-invalidheaderfield2.js: Updated to test both strict and lenient modes Refs: #61582 Refs: https://fetch.spec.whatwg.org/#header-value

Open Graph Description: This PR adds support for relaxed HTTP header value validation via the existing insecureHTTPParser option. This addresses the use case where Node.js needs to interoperate with servers/clients that u...

X Description: This PR adds support for relaxed HTTP header value validation via the existing insecureHTTPParser option. This addresses the use case where Node.js needs to interoperate with servers/clients that u...

Opengraph URL: https://github.com/nodejs/node/pull/61597

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:bf36fd7d-b84b-7523-3760-414e51768ff9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD08C:30AD7C:18C3E40:2293483:6A4CBBB3
html-safe-nonce14e8abe35abd7ac8ce355961f59adf36679366a838e7fd640eebbf7540df9450
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMDhDOjMwQUQ3QzoxOEMzRTQwOjIyOTM0ODM6NkE0Q0JCQjMiLCJ2aXNpdG9yX2lkIjoiNDE1MDg4Mzc4OTM4NjMzMzEwNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac4a911db6e25edbd8feca5f2680b56fe75df758913e5b89670d0dd33fc1040034
hovercard-subject-tagpull_request:3230184613
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/61597/files
twitter:imagehttps://avatars.githubusercontent.com/u/22585507?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/22585507?s=400&v=4
og:image:altThis PR adds support for relaxed HTTP header value validation via the existing insecureHTTPParser option. This addresses the use case where Node.js needs to interoperate with servers/clients that u...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseae90d426644ca15e89bacceb72e51f4e9dbf85f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/61597/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F61597%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F61597%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/61597/files
Reloadhttps://github.com/nodejs/node/pull/61597/files
Reloadhttps://github.com/nodejs/node/pull/61597/files
Please reload this pagehttps://github.com/nodejs/node/pull/61597/files
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/61597/files
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 963 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
nodejs-github-bothttps://github.com/nodejs-github-bot
nodejs:mainhttps://github.com/nodejs/node/tree/main
RajeshKumar11:fix/http-header-value-validation-61582https://github.com/RajeshKumar11/node/tree/fix/http-header-value-validation-61582
Conversation 50 https://github.com/nodejs/node/pull/61597
Commits 1 https://github.com/nodejs/node/pull/61597/commits
Checks 48 https://github.com/nodejs/node/pull/61597/checks
Files changed https://github.com/nodejs/node/pull/61597/files
Please reload this pagehttps://github.com/nodejs/node/pull/61597/files
http: align header value validation with Fetch spec https://github.com/nodejs/node/pull/61597/files#top
Show all changes 1 commit https://github.com/nodejs/node/pull/61597/files
c127c22 http: add httpValidation option to configure header value validation RajeshKumar11 Feb 13, 2026 https://github.com/nodejs/node/pull/61597/commits/c127c221a61665b317f1d93ef128832e25e45226
Clear filters https://github.com/nodejs/node/pull/61597/files
Please reload this pagehttps://github.com/nodejs/node/pull/61597/files
Please reload this pagehttps://github.com/nodejs/node/pull/61597/files
http.md https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
_http_client.js https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
_http_common.js https://github.com/nodejs/node/pull/61597/files#diff-c53157e76b3e2712347a8cadde9d676026c82b00c3c1569e4932ec3ff3c9fa9b
_http_outgoing.js https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
_http_server.js https://github.com/nodejs/node/pull/61597/files#diff-2464899ab38c61dd42654fdb9658c75989cb6883b9c9d76613872a12d3fe2780
node_http_parser.cc https://github.com/nodejs/node/pull/61597/files#diff-bbcf7a115fe4680f3a7c076a487c89bd4ce935e7d2a726cfcb3f69331705e25e
test-http-header-value-relaxed.js https://github.com/nodejs/node/pull/61597/files#diff-ea5f3cd16ae039f4a20ced7a47c4152c7f650d0e5908348107fe8a8231655f58
test-http-invalidheaderfield2.js https://github.com/nodejs/node/pull/61597/files#diff-51ea9a5bbe8beec8f2dbed2bf84d83b324f9dc289b2ee7a18509c402386057f2
doc/api/http.mdhttps://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
View file https://github.com/RajeshKumar11/node/blob/c127c221a61665b317f1d93ef128832e25e45226/doc/api/http.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/61597/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
https://github.com/nodejs/node/pull/61597/files#diff-d692ac4524379ec6a1201165e8ff8d3267c8130e07014e8221ebf7e6f80c6641
lib/_http_client.jshttps://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
View file https://github.com/RajeshKumar11/node/blob/c127c221a61665b317f1d93ef128832e25e45226/lib/_http_client.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/61597/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
https://github.com/nodejs/node/pull/61597/files#diff-cf533721360d04a028e31659e9b6cde7e4bd871200d13ce37d4a358be65bfd43
lib/_http_common.jshttps://github.com/nodejs/node/pull/61597/files#diff-c53157e76b3e2712347a8cadde9d676026c82b00c3c1569e4932ec3ff3c9fa9b
View file https://github.com/RajeshKumar11/node/blob/c127c221a61665b317f1d93ef128832e25e45226/lib/_http_common.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/61597/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/61597/files#diff-c53157e76b3e2712347a8cadde9d676026c82b00c3c1569e4932ec3ff3c9fa9b
https://github.com/nodejs/node/pull/61597/files#diff-c53157e76b3e2712347a8cadde9d676026c82b00c3c1569e4932ec3ff3c9fa9b
https://github.com/nodejs/node/pull/61597/files#diff-c53157e76b3e2712347a8cadde9d676026c82b00c3c1569e4932ec3ff3c9fa9b
https://github.com/nodejs/node/pull/61597/files#diff-c53157e76b3e2712347a8cadde9d676026c82b00c3c1569e4932ec3ff3c9fa9b
lib/_http_outgoing.jshttps://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
View file https://github.com/RajeshKumar11/node/blob/c127c221a61665b317f1d93ef128832e25e45226/lib/_http_outgoing.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/61597/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
https://github.com/nodejs/node/pull/61597/files#diff-48d21edbddb6e855d1ee5716c49bcdc0d913c11ee8a24a98ea7dbc60cd253556
Please reload this pagehttps://github.com/nodejs/node/pull/61597/files
Please reload this pagehttps://github.com/nodejs/node/pull/61597/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.