我制造了一个网络拖网,有几页改用。 我怎么回过原来的网页?
在一些地点,如Xtema.com.br,我可以采用HttpURLConnection等级,采用“Location”方法,但在其他情况下,如签证.com.br,改头使用javascript或另一种方式,这种方法的回报无效。
总是有某种方式来接上该网页,然后又转方向。 没有任何改头的原始网页并不重要。
• 感谢和骚扰坏官。
EDIT:利用httpConn.setInstance FollowRedirects(true)跟踪Redirections,并将URL与httpConn.getURL合用。
1 The httpConn.getURL only will re-directed page if I calls httpConn.getDate before. 如果我这样做的话,它将在重新定向之前归还原来的URL。
2: Some sites like visa.com.br get the answer 200, but if I open then in the web browser, I see another page. Eg.: my program - visa.com.br - answer 200 (no redirections) web broser - visa.com.br/go/principal.aspx - html code different of the version that i get in my program