Search:

Type: Posts; User: exploit123

Search: Search took 0.10 seconds.

  1. Connect Java app thru proxy with authentification

    I have a java app that has to connect thru a proxy to some addresses This is what I've tried

    final String authUser = "xxx";
    final String authPassword = "xxx";
    Authenticator.setDefault(
    new...
  2. Connect Java app thru proxy with authentification

    I have a java app that has to connect thru a proxy to some addresses This is what I've tried

    final String authUser = "xxx";
    final String authPassword = "xxx";
    Authenticator.setDefault(
    new...
Results 1 to 2 of 2