Hi all,
I used the below,
I'm getting the below,
[HTML]java.io.IOExcep tion: Server returned HTTP response code: 504 for URL: http://127.0.0.1/search?q=travel[/HTML]
I've also set the proxies. Also, for your information, when i just chang the url to yahoo.com, its working fine.
Any inputs would help me.
Thanks,
fREDDIE
Out of the box question: I started a thread under networking. Is there a way to move it to somewhere else? May be here??
I used the below,
Code:
InputStream in = new URL ("http://127.0.0.1/search?q=travel") .openStream () ;
[HTML]java.io.IOExcep tion: Server returned HTTP response code: 504 for URL: http://127.0.0.1/search?q=travel[/HTML]
I've also set the proxies. Also, for your information, when i just chang the url to yahoo.com, its working fine.
Any inputs would help me.
Thanks,
fREDDIE
Out of the box question: I started a thread under networking. Is there a way to move it to somewhere else? May be here??
Comment