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

[373 byte] By [rbtechnoa] at [2007-10-3 5:06:39]
# 1
Check the server
watertownjordana at 2007-7-14 23:12:37 > top of Java-index,Core,Core APIs...
# 2
if you add the following link to your browser : http://localhost:8080/Collegeweb/users.html?6578706f7274=1&d-149542-e=3did it work correctly ?
darima at 2007-7-14 23:12:37 > top of Java-index,Core,Core APIs...
# 3

First try to run URL with parameters in stander browser, if it works, then something is wrong with your code, otherwise

1.check you are sending the correct names for paramters,

2. try to post the parameters...

hope it helps.

Message was edited by:

iftikhar-4w-programmer-J2EE

iftikhar-4w-programmer-J2EEa at 2007-7-14 23:12:37 > top of Java-index,Core,Core APIs...