Probe file system for lowercase filename

Lowercase

The incoming request path is examined for uppercase letters and the file system is probed with its equivalent lowercase name. If the equivalent filename exists, return with a status code of 302 "Found" and a location header, instructing the browser to reissue the request.

Want to use JavaScript to probe the server's
native file system?

Study this plugin to learn how set the response body and response status code.

Use the rwserve-lowercase
plugin as a starting point for your next project.

LOWERCASE

Probe file system for lowercase filename

🔗 🔎