Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 506 Bytes

File metadata and controls

15 lines (10 loc) · 506 Bytes

Azure AppServices RequestMiddleware

Adds middleware for converting the request back to the original request (Azure AppServices decode path strings and there is currently no way to disable).

For more information see dotnet/aspnetcore#40532 and Azure/azure-functions-host#9402

Examples

Register the middleware

app.UseRestoreRawRequestPathMiddleware();