Disable lowercase urls

Is there anyway to disable lowercase urls

I have a url that rewrites url and it gets from website hosted in netlify

but since it makes url lowercase it becomes in a loop

Lowercase cannot be disabled for static files. For rewrites and Functions, case is preserved.

user sends request to url → url sents request to netlify → netfily services the things

url is not hosted in netifly

@hrishikesh

for example i send request to google.com
google.com sends request to example.com via rewrite
example.com gets contents to google.com and serves to user

there should be a settings to disable it

is like proxy

You’re saying that you’re proxying to Netlify and that’s causing an issue with lowercase URLs? Could you share an example URL?

https://test.codelabworks.is-cool.dev/Resources

i have seen many forms before requesting a way to disable it

there should be a settings to disable it

I disabled pretty URLs on your website and now it’s working as you want it. It had nothing to do with lowercase URLs.

ok thanks
if i want to disable next time should i create a thread

You should disable Pretty URLs yourself: Build & deploy | Site configuration | student-hub-backup | Netlify and re-deploy. I’d advise you to do it now for the current site as well.

ok thanks for helping