ProxyKit

A toolkit to create code-first HTTP reverse proxies on ASP.NET Core (by ProxyKit)

ProxyKit Alternatives

Similar projects and alternatives to ProxyKit

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ProxyKit alternative or higher similarity.

ProxyKit reviews and mentions

Posts with mentions or reviews of ProxyKit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-20.
  • Microsoft YARP
    8 projects | news.ycombinator.com | 20 Feb 2022
    Worth noting that YARP (or as someone has eloquently described it as PRAY) here was another Microsoft project which basically killed a previous open source project which did the same thing:

    https://github.com/proxykit/ProxyKit

  • How to migrate PHP Laravel API to ASP.NET Core?
    1 project | /r/dotnet | 22 Mar 2021
    This actually feels like one of the instances that PeachPie with a combination of ProxyKit or YARP would be handy.
  • ASP.NET Core WebApi Authentication with Identity
    1 project | /r/dotnet | 26 Jan 2021
    You could setup a proxy with ProxyKit in you WebHost. Your blazor app will send requests to, say http://webhost:5000/api/endpoint. The host will then forward the request to http://webapi:3000/endpoint (or whatever). You'll have to setup some kind of JWT authentication where the WebHost generates a JWT on login and saves it in the cookie. Good thing here is, the cookie really only contains some id the server uses to look up the actual contents of the cookie. Only the cookie gets returned to the browser (blazor app). On each api request, the webhost will fetch the token out of the server-side cookie and append it to the Authorization header. The webapi will validate the token and return the response that will be proxied back to your front-end.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 26 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic ProxyKit repo stats
3
1,082
3.1
over 3 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com