I have a problem with commons-httpclient-3.1.
When i try to get some page, cookies do not come to me.
There is no error or exception message. Just null text.
What could you advise me?
Code:
[PHP]import java.net.*;
import java.io.*;
import java.util.*;
import org.apache.comm ons.httpclient. Cookie;
import org.apache.comm ons.httpclient. DefaultHttpMeth odRetryHandler;
import...