IIS & UrlScan Issues #507
Unanswered
blowsie
asked this question in
Questions and Help
Replies: 1 comment
-
I don't know what you are talking about but it doesn't sound related to this project This sounds like something worth putting in documentation. Better yet: fixed in vite to replace the dot in filenames? It looks like so many other things could break this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IIS and I believe Azure use UrlScan by default.
The default settings break this plugins catch all routes when using File Based routing due to the file name generated containing multiple dots eg.
...all-fc33d227.js
IIS Log
UrlScan
Below is from the UrlScan docs on the rule.
Its possible to create some workarounds for this in IIS by reinstalling another instance of the UrlScan dll and creating a new .ini file. But some of that is out of reach and complex for devs in userland.
I wonder it makes sense to create a workaround and document for this using
extendRoutes()
or similar ?Beta Was this translation helpful? Give feedback.
All reactions