I'm rewriting a former SPA React app with Svelte. I'm using svelte-routing as a router and each time I enter an url in the browser address bar, the URL got lowercased. This causes me a problem because I need to catch URL-parameters with the original case. With the React version, I don't have this problem.
Is it a problem with the sirv/polka server which is used with Svelte or the problem may come from elsewere?
Thank you for any help.