René's URL Explorer Experiment


Title: feat(client): send a same-origin Origin header by default (streamable HTTP) by fede-kamel · Pull Request #2782 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: feat(client): send a same-origin Origin header by default (streamable HTTP) by fede-kamel · Pull Request #2782 · modelcontextprotocol/python-sdk

X Title: feat(client): send a same-origin Origin header by default (streamable HTTP) by fede-kamel · Pull Request #2782 · modelcontextprotocol/python-sdk

Description: Summary The streamable HTTP client opens its handshake with no Origin header. This PR makes it send a same-origin Origin derived from the target URL by default, matching browser behavior and satisfying servers that gate state-changing requests on a present, same-origin Origin (defense-in-depth against DNS-rebinding / CSRF) — without weakening any server's posture. Refs #2727. Honest scoping (please read) While preparing this I verified the motivating claim in #2727 — that go-sdk's http.CrossOriginProtection rejects the Python client with 403 because it sends no Origin. It does not. I built a Go 1.25 server with the real http.NewCrossOriginProtection() (the exact type go-sdk calls) and tested it: Request (POST) Result no Origin (client today) 200 — accepted Origin mismatching Host 403 Origin matching Host (this PR) 200 The stdlib Check() has if origin == "" { return nil } — it fails open for non-browser clients. So this change is not a fix for that 403; I don't want to oversell it. It's worthwhile as browser-parity + defense-in-depth, and for interop with any server that does require a present same-origin Origin. If maintainers feel the client should keep sending nothing, that's a reasonable call and I'll close this. Why derive from httpx.URL (the one real correctness point) parsed = httpx.URL(url) if parsed.scheme not in ("http", "https") or not parsed.netloc: return None return f"{parsed.scheme}://{parsed.netloc.decode('ascii')}" The server compares the Origin host against the Host header. Building the origin from httpx.URL reuses the exact normalization httpx applies to Host (default ports dropped, IPv6 bracketed, userinfo stripped), so the two always agree. This matters for an explicit default port: URL Host httpx sends naive urlsplit origin matches? httpx.URL origin (this PR) matches? https://h:443/mcp h https://h:443 ❌ would 403 https://h ✅ So a careless derivation can turn a working 200 into a 403; this one can't. Behavior A caller-provided Origin (on their httpx.AsyncClient) always wins; the default only fills the gap. The caller's client headers are never mutated. Non-HTTP(S) / authority-less URLs add no header. Tests & checks test_get_default_origin_normalizes_authority / ..._returns_none_without_web_origin — derivation incl. default-port drop, IPv6, userinfo, non-HTTP. test_streamable_http_client_sends_same_origin_by_default — in-process (#2767 harness); asserts the sent Origin equals the Host and the caller's client is untouched. test_streamable_http_client_preserves_custom_origin — caller Origin wins. ./scripts/test: full suite green, 100.00% branch coverage, strict-no-cover clean; ruff + pyright clean. Relationship to existing PRs #2729, #2731, #2752, #2759 already propose an Origin header for #2727. This one differs by deriving from httpx.URL so the Origin/Host match holds for explicit default ports (the cases the urlsplit-based versions get wrong). Happy to consolidate into whichever the maintainers prefer rather than add a fifth — flagging so this isn't duplicate noise.

Open Graph Description: Summary The streamable HTTP client opens its handshake with no Origin header. This PR makes it send a same-origin Origin derived from the target URL by default, matching browser behavior and satisf...

X Description: Summary The streamable HTTP client opens its handshake with no Origin header. This PR makes it send a same-origin Origin derived from the target URL by default, matching browser behavior and satisf...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/pull/2782

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5cf7d2f1-2c69-2b6d-492f-c3c25ff4a65b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD86A:D8745:28BB68:370463:6A5A6D99
html-safe-nonce0bff6be09e80801691733b3a2c07434a9e2ed1d8df191b8087d73f8566cfb9bc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEODZBOkQ4NzQ1OjI4QkI2ODozNzA0NjM6NkE1QTZEOTkiLCJ2aXNpdG9yX2lkIjoiMjY2MTM3NTAzNTA1MTc2NTE0NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac1a37ed14d5b3403e34db27c3e857e82fbe0f6c736ae23e003eb765930582eed8
hovercard-subject-tagpull_request:3807178668
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/modelcontextprotocol/python-sdk/pull/2782/files
twitter:imagehttps://avatars.githubusercontent.com/u/209537060?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/209537060?s=400&v=4
og:image:altSummary The streamable HTTP client opens its handshake with no Origin header. This PR makes it send a same-origin Origin derived from the target URL by default, matching browser behavior and satisf...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None922bdba685ea48400234d557977f0e32d9adbae6f5125725b4f48cacc6801106
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id862584018
octolytics-dimension-repository_nwomodelcontextprotocol/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id862584018
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/python-sdk
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
release03575fc589c0e2692de839d7ca2b3aa5b5179f52
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2782%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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2782%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=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files
modelcontextprotocol https://github.com/modelcontextprotocol
python-sdkhttps://github.com/modelcontextprotocol/python-sdk
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Fork 3.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Star 23.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 256 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 303 https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality 6 https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Code https://github.com/modelcontextprotocol/python-sdk
Issues https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
fede-kamelhttps://github.com/fede-kamel
modelcontextprotocol:mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
fede-kamel:feat/streamable-default-originhttps://github.com/fede-kamel/python-sdk/tree/feat/streamable-default-origin
Conversation 1 https://github.com/modelcontextprotocol/python-sdk/pull/2782
Commits 1 https://github.com/modelcontextprotocol/python-sdk/pull/2782/commits
Checks 27 https://github.com/modelcontextprotocol/python-sdk/pull/2782/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/2782/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files
feat(client): send a same-origin Origin header by default (streamable HTTP) https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#top
Show all changes 1 commit https://github.com/modelcontextprotocol/python-sdk/pull/2782/files
0b9a431 feat(client): send a same-origin Origin header by default (streamable… fede-kamel Jun 5, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2782/commits/0b9a4318489a4de6d83a7f19b97b46fd6ec02c01
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/2782/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files
streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
test_streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
src/mcp/client/streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
View file https://github.com/fede-kamel/python-sdk/blob/0b9a4318489a4de6d83a7f19b97b46fd6ec02c01/src/mcp/client/streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2782/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
tests/shared/test_streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
View file https://github.com/fede-kamel/python-sdk/blob/0b9a4318489a4de6d83a7f19b97b46fd6ec02c01/tests/shared/test_streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2782/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/2782/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2782/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.