Skip to content
New issue

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

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

Already on GitHub? # to your account

ProxyClient adds ProxyResult with http status code 500 during redirect #4222

Closed
alrod opened this issue Mar 20, 2019 · 0 comments
Closed

ProxyClient adds ProxyResult with http status code 500 during redirect #4222

alrod opened this issue Mar 20, 2019 · 0 comments
Assignees

Comments

@alrod
Copy link
Member

alrod commented Mar 20, 2019

proxy_test.zip

After executing:

await _proxyClient.CallAsync(new object[] { request }, proxyFunctionExecutor as IFuncExecutor, logger);

request.HttpContext["MS_AzureFunctionsHttpResponse"] is replaced with ProxyResult 500 error.

The issue started to appear after moving function runtime from ASP NET Core 2.1 to 2.2.
Most likely we need to update Microsoft.Azure.AppService.Proxy.Client to ASP.NET Core 2.2. and see if some ResultRedirect test is broken(if there is one)

Function runtime related issue:
#3986

@alrod alrod added this to the Functions Sprint 46 milestone Mar 20, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 31, 2019
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants