Search:

Type: Posts; User: pedro.its

Search: Search took 0.56 seconds.

  1. Replies
    3
    Views
    6,992

    Re: Log in using Apache HttpComponents

    package javaweb;

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.security.KeyManagementException;
    import...
  2. Replies
    3
    Views
    6,992

    Log in using Apache HttpComponents

    Hello guys,

    I'm developing an app to do a POST log in on a server and access another page (who need logged status) to use those information.
    The code:



    public static void main(String[]...
Results 1 to 2 of 2