Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy component can be used stand-alone for advanced scenarios #408

Closed
Tratcher opened this issue Sep 9, 2020 · 1 comment · Fixed by #455
Closed

Proxy component can be used stand-alone for advanced scenarios #408

Tratcher opened this issue Sep 9, 2020 · 1 comment · Fixed by #455
Labels
Partner Blocking: Collab Services Priority:0 Used for divisional .NET planning Type: Idea This issue is a high-level idea for discussion. User Story Used for divisional .NET planning

Comments

@Tratcher
Copy link
Member

Tratcher commented Sep 9, 2020

Many users have very basic needs from a proxy. They don't need load balancing, affinity, or even routing, or they address those concerns in their own way. What these users really need is the code from HttpProxy that manages the transition between HttpContext and HttpRequestMessage. They want to call this from their own controller or middleware to forward specific requests to specific destinations.

Consider directly exposing HttpProxy (or a more targeted API) for these use cases.

@Tratcher Tratcher added the Type: Idea This issue is a high-level idea for discussion. label Sep 9, 2020
@DanielDestino
Copy link

I had the same need and made a simple clent implementation of YARP here:

https://github.com/DestinoAS/Destinet.HttpProxyClient

@karelz karelz added this to the 1.0.0 milestone Sep 17, 2020
Tratcher added a commit that referenced this issue Oct 6, 2020
Tratcher added a commit that referenced this issue Oct 8, 2020
Tratcher added a commit that referenced this issue Oct 10, 2020
@Tratcher Tratcher modified the milestones: 1.0.0, 1.0.0-preview6 Oct 10, 2020
@samsp-msft samsp-msft changed the title Simple proxying Proxy component can be used stand-alone for advanced scenarios Oct 21, 2020
@samsp-msft samsp-msft added the User Story Used for divisional .NET planning label Oct 21, 2020
@samsp-msft samsp-msft added the Priority:0 Used for divisional .NET planning label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Partner Blocking: Collab Services Priority:0 Used for divisional .NET planning Type: Idea This issue is a high-level idea for discussion. User Story Used for divisional .NET planning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants