Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,108 contributions in the last year
Activity overview
Contributed to
dotnet/aspnetcore,
microsoft/reverse-proxy,
dotnet/AspNetCore.Docs
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in microsoft/reverse-proxy that received 2 comments
Request and response transforms
#21, #13 I'm posting this partial work for some early feedback on the design. I have most of the infrastructure set up and some common scenarios im…
+3,135
−218
•
2
comments
- Add option for authZ middleware resource
- Fix unquarantined test
- Only look-up Cache-Control once
- Annotate Authorization.Core, Authorization.Policy with nullable
- Fixup kestrel config tests after feedback
- Add custom request header decoder API to Kestrel
- SpaProxy: Fix proxying of WebSocket protocol
- Make Kestrel config case-insensitive for certificates
- Update System.IdentityModel.Tokens.Jwt to 6.6
- HPackDecoder performance
- Flow endpoint and httpcontext always from authz middleware
- Kestrel Endpoints' "SslProtocols" settable via config (#22663)
- Fix AzureAd options validation
- Fix Kestrel HTTP/2 debug assert failure
- Fix #23038
- Cookie renew ticket if it already exists
- Downgrade to HTTP/1.1 on older Windows versions
- Fix helix-matrix tests
- Annotate Microsoft.AspNetCore.Http with nullable attributes
- Use implicit logging scope for Activity
- Consume host resolver source package from dotnet/runtime
- Add detail to InvalidOperationException in Exception Handler Middleware
- Use redirect helper
- Unquarantine tests
- [SignalR] Move to generic host
- Some pull request reviews not shown.
- add initial drop of TLS parser
- Service Fabric integration (dynamic discovery)
- Remove Contracts
- Removed more APIs
- Add myself to CODEOWNERS
- Remove public API
- Rename AffinityFailurePolicy to FailurePolicy
- TargetFramework set to .net5.0
- Request and response transforms
- [master] Update dependencies from dotnet/runtime
- NuGet package description added
- Session Affinity design
- Making hostname optional if request path is specified for the route
- Request can be affinitized to destinations
- Fix casing of scripts in readme
- Reduce Allocation when choosing the Destination
- Moved to use of IRandomFactory in ProxyInvokerMiddleware
Created an issue in microsoft/reverse-proxy that received 7 comments
Create a proxy docker image
We've proposed shipping YARP in three formats: A library - https://www.nuget.org/packages/Microsoft.ReverseProxy/ A template - #77 A pre-built app…
7
comments
- Inconsistent requirement to specify auth scheme
- Support for x-forwarded-PathBase
- [Announcement] HttpSys client certificate renegotiation disabled by default
- IHttpUpgradeFeature.IsUpgradableRequest always returns true in IIS
- Add IServiceCollection extension for configuring CookiePolicy
- HttpSys test failures on 20145.1001