Need help......
HI, I'm now trying to read pages from my intranet site using URL&URLConnection .Now I can read page by giving Url like
URL ur1= new URL("http://localhost:8080/Collegeweb/users.html");
But i couldn't read ,if i give as follows:
URL ur1= new URL("http://localhost:8080/Collegeweb/users.html?6578706f7274=1&d-149542-e=3");
plz reply me

