We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using internationalized domain name, feed resolving by URL fails because UriHelper.GetDisplayUrl is used (suitable for display only): https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.extensions.urihelper.getdisplayurl?view=aspnetcore-7.0
It should be replaced with UriHelper.GetEncodedUrl.
The text was updated successfully, but these errors were encountered:
Github #14: Fixes issue with internationalized domain names
6b1be73
Merge pull request #15 from Geta/bug/git-issue-14
dd58491
No branches or pull requests
When using internationalized domain name, feed resolving by URL fails because UriHelper.GetDisplayUrl is used (suitable for display only):
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.extensions.urihelper.getdisplayurl?view=aspnetcore-7.0
It should be replaced with UriHelper.GetEncodedUrl.
The text was updated successfully, but these errors were encountered: