Hey, I am trying to use a program that can use URLs, but it does not convert spaces to %20, and I get a 400 bad request when I try to go the URL. Is there any way to make Apache able to read spaces without giving a 400 error?
So what is creating these spaces in url's normaly Apache would resolve the spaces, are you sure you are passing the url correctly?
If the file is on the Apache server with spaces in the filename then Apache will handle this by default, however if you are clicking a link on server"A" that requests a page on server"B" and the link on server"A" has spaces in the url but the file on server"B" does not (or vica-versa) then you can only expect 404's
Do yoy have access to the server to resolve (fix) the filenames or url's ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.