Shazwazza / ClientDependency

DEPRECATED. A library for managing CSS & JavaScript dependencies and optimization in ASP.Net
139 stars 65 forks source link

Some sites force a "/" to be at the end of every URL #110 #111

Closed nul800sebastiaan closed 7 years ago

Shazwazza commented 7 years ago

I don't understand how a site forces a "/" to be at the end of every url? This would break every query string request

Shazwazza commented 7 years ago

Not sure how this can happen, but the PR can't hurt so will merge it in :)

alindgren commented 7 years ago

@Shazwazza they are probably using an URL Rewrite enforce trailing slash rule -- probably they should just add an exception for the CD handler but this is good too.