| ▲ | echoangle 2 hours ago | |||||||||||||||||||||||||
That’s purely a server side configuration issue and has nothing to do with web standards though. There’s nothing that says that the internal communication on the server needs to follow the standards for user agents. And at least according to this, the default setting is off so nginx actually is compliant unless you manually make it not be: https://www.oreilly.com/library/view/nginx-http-server/97817... EDIT: Actually it seems to be on by default: https://nginx.org/en/docs/http/ngx_http_core_module.html#mer... | ||||||||||||||||||||||||||
| ▲ | mjmas 18 minutes ago | parent | next [-] | |||||||||||||||||||||||||
> And at least according to this, the default setting is off It appears to not default to off on my install (AlmaLinux 10). I just tested now. Cloudflare normalises ../ and ./ paths and then the nginx proxy appears to normalise // to /: nginx log:
lighttpd log: | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | cxr an hour ago | parent | prev [-] | |||||||||||||||||||||||||
> That’s purely a server side configuration issue When it's the default, it's not a case of someone having configured nginx to do the thing described, as is their prerogative. It's nginx's defaulting to doing the wrong thing and requiring specific configuration to do the right thing. The author's position is that this violates the RFCs. > and has nothing to do with web standards though Yes it does. Prescriptions for how intermediate servers are or are not to munge data before passing it to the origin server are written directly into the HTTP RFCs. They're filled with references to this. > There’s nothing that says that the internal communication on the server needs to follow the standards for user agents. And is there anyone arguing that that's the case here? | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||