Version: 4.7 (using KDE 4.7.2) OS: Linux When using a wpad script to set the proxy, every request to the proxy will be missing the protocol and hostname. For example, it will be: GET / HTTP/1.1 Host: www.yahoo.com Instead of: GET http://www.yahoo.com/ HTTP/1.0 Host: www.yahoo.com If I configure the proxy server directly (eg: without wpad) it works fine. Reproducible: Always Steps to Reproduce: 1. Set proxy server via wpad script 2. Try to connect to any website Actual Results: Bad proxy requests. Expected Results: Good proxy requests.
Same issue that caused bug #283794 is the cause of this bug as well. *** This bug has been marked as a duplicate of bug 283794 ***