Skip to content
New issue

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

tag helpers break absolute URLs #314

Open
ghosttie opened this issue Jul 11, 2024 · 1 comment
Open

tag helpers break absolute URLs #314

ghosttie opened this issue Jul 11, 2024 · 1 comment

Comments

@ghosttie
Copy link

Starting in version 3.0.413, absolute URLs like

<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

get the application's path prepended to them so they end up like

<script type="text/javascript" src="/platform/https://www.gstatic.com/charts/loader.js"></script>

and don't work (in this example the path is "/platform/")

3.0.405 is fine

@JordanRieger
Copy link

Same issue here. I'm on 3.0.422, with ASP.NET Core 8.0.1 and Razor Pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants