Skip to content

Add note about routing with special characters not working in .net core, 5+ #27900

Closed
@Nils-Berghs

Description

@Nils-Berghs

Routing in .net (starting with core and at least up to 7) does not work for strings, nor is there a workaround possible.
The problem is that route parameters are half URL decoded by the middleware (Yes halve). So unless you know in advance what all possible routing values will be, routing WILL NOT and CAN NOT reliably work.

see dotnet/aspnetcore#11544


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 60876

Metadata

Metadata

Assignees

Labels

Source - Docs.msDocs Customer feedback via GitHub Issuedoc-enhancementseQUESTeredIdentifies that an issue has been imported into Quest.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions