Relative Content

Tag Archive for asp.net-core.net-coreproxy

ASP.NET Core, proxy through MVC action method

Alongside other endpoints, I have in my Web API (.NET 6.0 or .NET 8.0), I would like to create proxy for some portion of requests I know I just want to pass to 3rd party API, while not really caring about what is being sent/received (so that I don’t need to redo all contracts on my side).

ASP.NET Core, proxy through MVC action method

Alongside other endpoints, I have in my Web API (.NET 6.0 or .NET 8.0), I would like to create proxy for some portion of requests I know I just want to pass to 3rd party API, while not really caring about what is being sent/received (so that I don’t need to redo all contracts on my side).

ASP.NET Core, proxy trough MVC action method

Alongside other endpoints I have in my web API (net6.0 or net8.0), I would like to create proxy for some portion of requests I know I just want to pass to 3rd party API, while not really caring about what is being sent/received. (So that I don’t need to redo all contracts on my side)