follow of curl for java
Posted
by zahir hussain
on Stack Overflow
See other posts from Stack Overflow
or by zahir hussain
Published on 2010-03-24T05:55:10Z
Indexed on
2010/03/24
14:13 UTC
Read the original article
Hit count: 247
i want how to follow the link...
for example the link : http://example.com/hi.php
this will redirect another page to http://example.com/vi.php
then this will redirect another page to http://example.com/ji.html
so i need to get the page link "http://example.com/ji.html"
i think, i cant in java.. so have possible in java curl?
thanks advance
© Stack Overflow or respective owner