kzahel/web-server-chrome

More Specific file calling

ethanaobrien opened this issue · 0 comments

Lets say I have a file /index.html that uses files relative to the path. The user could request /index.html/ and it would still render but all of the relative links would be broken.

Should we replace this.request.path with this.request.origpath or with this.request.uri?