follow of curl for java
i want how to follow 开发者_C百科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
See
Apache Http Client 4.0 using parameter "http.protocol.handle-redirects"
精彩评论