Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 3, 2021. It is now read-only.

Releases: ProxyKit/ProxyKit

Minor bug fix, final intended release.

23 Oct 11:43
5ce8141

Choose a tag to compare

One bug fix:

  • #220 Incorrect forwarding of multiple cookies

This is intended to be the final release as https://github.com/microsoft/reverse-proxy is expected to be a release alongside .NET5.0 PR and they have introduced AspNet Core 3.1 support too.

Regression bug fix

11 May 10:39

Choose a tag to compare

  • Fix for azure "bad gateway" #227

.NET Core 3.1 and ASPNET Core 3.1 support.

10 Feb 22:15

Choose a tag to compare

  • Support netcoreapp3.1 and aspnet core3.1 #199

v2.2.2

16 Nov 22:58
b69e859

Choose a tag to compare

  • [Bug] #179 Bad Gateway when trying to proxy to Azure (thanks to @kolomik for PR #189)

https://www.nuget.org/packages/ProxyKit/2.2.2

Patch release

17 Oct 20:12
dceddc8

Choose a tag to compare

  • Request bodies in GET, HEAD, DELETE are not ignored and just passed through if they exist. #168

Support for AspNetCore 3.0

01 Oct 17:26
7753480

Choose a tag to compare

  • Supports AspNetCore 3.0 #165
  • Continues to support AspNetCore 2.1 LTS.

https://www.nuget.org/packages/ProxyKit/2.2.0

Patch release

14 Aug 17:05
96fd86a

Choose a tag to compare

  • Read only streams should not be flushed #143

Perf patch

12 Jul 13:04
d36b195

Choose a tag to compare

Removed usage of typed http client in favour of a named one #124 , #137

Available on nuget.org: https://www.nuget.org/packages/ProxyKit/2.1.2

WebSockets and Typed Handler

17 Jun 06:58

Choose a tag to compare

Summary

This release contains 2 primary new features, support for WebSockets and Typed Handlers as well as fixes and documentation improvements.

WebSockets

WebSocket requests can now be forwarded to an upstream host. They are handled independently of HTTP requests do the different mechanism for customizing the initial upstream requests.

Typed Handlers

As an alternative to the delegate approach, typed handlers allow you to inject services into you proxy handling code.

Fixes And others

  • #75 Fix OptionsPattern For ProxyOptions
  • A few fully runnable recipes added, Simple, TenantForwarding and SignalRSimpleChat

Contributors

Thanks to @datvm, @ChrisTorng, @samcov, @ben-foster-cko, for your reports, PRs and discussions 😄

v2.0.4

01 Feb 11:02
ed9b055

Choose a tag to compare

  • [Bug, Workaround] ASPNET Core can accept a requests that has a malformed User-Agent #55 . Thanks to @doggy8088 .
Morty Proxy This is a proxified and sanitized view of the page, visit original site.