java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.rediff.com
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Check if you didn't set RequestProperty Content-Type to the wrong type or if you're trying to send the wrong file to the server.
Solutions on the web
via Oracle Community by 807555, 1 year ago
via Oracle Community by 807555, 1 year ago
via Oracle Community by 843834, 9 months ago
via Google Groups by Luca Milanesio, 3 months ago
via Oracle Community by 807551, 1 year ago
via Coderanch by Kiran Kumar, 1 year ago
java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.rediff.com
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:558)
at java.net.URL.openStream(URL.java:851)
at TestingClass.
(TestingClass.java:26) at TestingClass.main(TestingClass.java:40)