I wrote some simple code in Java, the method should connect to the website and return the BufferedReader.
private BufferedReader getConnection(String url_a)
I do get this error when I do not set the Authentication header or I set wrong credentials.