Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
agent-framework
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
13.5k
Code
Issues
512
Pull requests
150
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
.NET: fix: do not forward headers on redirect
- #8164
#8164
Merged
Vincent Biret (baywet)
merged 21 commits into
main
microsoft/agent-framework:main
from
fix/redirection-headers
microsoft/agent-framework:fix/redirection-headers
Copy head branch name to clipboard
Sep 10, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
.NET: fix: do not forward headers on redirect
#8164
Vincent Biret (baywet)
merged 21 commits into
main
microsoft/agent-framework:main
from
fix/redirection-headers
microsoft/agent-framework:fix/redirection-headers
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2026
fix: do not forward headers on redirect
Show description for 69edc87
Vincent Biret (baywet)
committed
69edc87
View commit details
Copy full SHA for 69edc87
Browse repository at this point
tests: use mocked handlers instead of simulated endpoints for reliability
Show description for 8565d5b
Vincent Biret (baywet)
committed
8565d5b
View commit details
Copy full SHA for 8565d5b
Browse repository at this point
docs: Clarify redirect handling in DefaultHttpRequestHandler
Show description for e3cc7b3
Vincent Biret (baywet)
and
Copilot
committed
e3cc7b3
View commit details
Copy full SHA for e3cc7b3
Browse repository at this point
chore: Improve exception handling for invalid request URI
Show description for 7f83f9a
Vincent Biret (baywet)
and
Copilot
committed
7f83f9a
View commit details
Copy full SHA for 7f83f9a
Browse repository at this point
docs: fixes xml doc structure
Show description for 38be037
Vincent Biret (baywet)
committed
38be037
View commit details
Copy full SHA for 38be037
Browse repository at this point
tests: linting
Show description for 972c949
Vincent Biret (baywet)
committed
972c949
View commit details
Copy full SHA for 972c949
Browse repository at this point
perf: only read headers for redirect responses
Show description for d67918d
Vincent Biret (baywet)
committed
d67918d
View commit details
Copy full SHA for d67918d
Browse repository at this point
fix: aggregate timeout across redirects
Show description for a443079
Vincent Biret (baywet)
committed
a443079
View commit details
Copy full SHA for a443079
Browse repository at this point
fix: prevent https to http redirects
Show description for e6d0dbb
Vincent Biret (baywet)
committed
e6d0dbb
View commit details
Copy full SHA for e6d0dbb
Browse repository at this point
fix: do not reject provider clients on initial request
Show description for e543953
Vincent Biret (baywet)
committed
e543953
View commit details
Copy full SHA for e543953
Browse repository at this point
tests: refactor to avoid missing disposals
Show description for 9b5da78
Vincent Biret (baywet)
committed
9b5da78
View commit details
Copy full SHA for 9b5da78
Browse repository at this point
fix: do not rely on specific headers names
Show description for 971e888
Vincent Biret (baywet)
committed
971e888
View commit details
Copy full SHA for 971e888
Browse repository at this point
fix: address redirect review feedback
Show description for 1d300c6
Copilot
and
Vincent Biret (baywet)
authored
1d300c6
View commit details
Copy full SHA for 1d300c6
Browse repository at this point
tests: ensure responses are disposed
Show description for c2aaa0d
Vincent Biret (baywet)
and
github-code-quality[bot]
authored
c2aaa0d
View commit details
Copy full SHA for c2aaa0d
Browse repository at this point
chore: suppression of linting rule
Show description for f29e857
Vincent Biret (baywet)
committed
f29e857
View commit details
Copy full SHA for f29e857
Browse repository at this point
fix: reject redirect with body to different origin
Show description for 62fb41e
Vincent Biret (baywet)
committed
62fb41e
View commit details
Copy full SHA for 62fb41e
Browse repository at this point
fix: timeout in dotnet fx as well
Show description for 81a0995
Vincent Biret (baywet)
committed
81a0995
View commit details
Copy full SHA for 81a0995
Browse repository at this point
fix: return the redirect response instead of throwing
Show description for 44cac61
Vincent Biret (baywet)
committed
44cac61
View commit details
Copy full SHA for 44cac61
Browse repository at this point
Apply batched suggestions from code review
Show description for 23993cb
Vincent Biret (baywet)
and
Copilot
authored
23993cb
View commit details
Copy full SHA for 23993cb
Browse repository at this point
Potential fix for pull request finding 'Missing Dispose call on local IDisposable'
Show description for 9dfa1b4
Vincent Biret (baywet)
and
github-code-quality[bot]
authored
9dfa1b4
View commit details
Copy full SHA for 9dfa1b4
Browse repository at this point
chore: linting
Show description for 6fc25b0
Vincent Biret (baywet)
committed
6fc25b0
View commit details
Copy full SHA for 6fc25b0
Browse repository at this point
You can’t perform that action at this time.