For example, the requests sent by the old generation devices I use are in the form of “192.168.19.1:8088/Test Services/Test?func=getversion”, that is, I want the format of the url to automatically correct the url by automatically converting the space in the service to Test%20Services like the “Encode url automatically” feature in postman.
To tell you the truth, I am new to HAProxy and I don’t have a direct solution for your question, but there is a workaround ( if your are the owner of that web server) - eliminate the space completely (if possible).
The Best Practice is to avoid spaces in folder names, especially those affecting URLs.
Yes, it is funny that there is a gap in the application, but this URL can be accessed by old generation devices and it is not possible to change this since the project has been actively used for more than 15 years. Currently, nginx is doing this in front of haproxy, but I am looking for a solution to this problem in haproxy to get rid of nginx.
WANT TO change but this is causing some issue? I haven’t understand.
The space or %20 are the same. only if is originating some issue you should worry with it. if it is all working, hey, that’s the expected behaviour.