What I am trying to do :
I am trying to connect to Web Portal [that uses https]using Java. I have written code for supplying user credentials using Authenticator class.W
if you don't want implement this method :
@Override public Result authenticate(HttpExchange he) { throw new UnsupportedOperationException("Not supported yet."); }
take it easy , only delete this line of method :
throw new UnsupportedOperationException("Not supported yet.");