aspnet / Proxy

[Archived] Proxy library for ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples

grahamehorner opened this issue · comments

Please provide more samples on how to use the Proxy middleware; dynamic routing and/or selective routing of URIs to backend services etc.

@grahamehorner I strongly agree. I will try to add some samples in my free time to avoid further confusion.

much appreciated; looking around the middleware trying to figure out how to use it; with a few examples I would be happy to document this; looks cool BTW 👍

For dynamic routing please see HttpContext.ProxyRequest extension method. Added in #46

This issue was moved to aspnet/Home#2487