WebOptimizer icon indicating copy to clipboard operation
WebOptimizer copied to clipboard

tag helpers break absolute URLs

Open ghosttie opened this issue 1 year ago • 1 comments

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

ghosttie avatar Jul 11 '24 15:07 ghosttie

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

JordanRieger avatar Aug 07 '24 21:08 JordanRieger