麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 編程 > JavaScript > 正文

httpclient模擬登陸具體實現(使用js設置cookie)

2019-11-20 21:29:09
字體:
來源:轉載
供稿:網友
httpclient模擬登陸(使用js設置cookie)
復制代碼 代碼如下:

<html>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<link rel=stylesheet type=text/css href='/bbs.css'>
<script>document.cookie='utmpnum=51;path=/;domain=.' + window.location.host</script>
<script>document.cookie='utmpkey=20154732;path=/;domain=.' + window.location.host</script>
<script>document.cookie='utmpuserid=yay;path=/;domain=.' + window.location.host</script>
<meta http-equiv='Refresh' content='0; url=/firstpage.php'>

h4ttpclient 4.3:

最簡單的方法就是通過得到的cookie定制一個httpclient,根據上面的例子,方法如下:
復制代碼 代碼如下:

CookieStore cookieStore = new BasicCookieStore();

for (int i = 0; i < 3; i++) {
String name;
String value;
int flag=s.indexOf("document.cookie");
s=s.substring(flag+17);
flag=s.indexOf('=');
name=s.substring(0, flag);
value=s.substring(flag+1, s.indexOf(';'));
BasicClientCookie cookie = new BasicClientCookie(name,
value);
cookie.setVersion(0);
cookie.setDomain(".www.zju88.org"); //這個網址對應的是<span style="font-family: Arial, Helvetica, sans-serif;">window.location.host的返回值</span>
cookie.setPath("/");
cookieStore.addCookie(cookie);
}
// Set the store
CloseableHttpClient httpclient = HttpClients.custom()
.setDefaultCookieStore(cookieStore)
.build();

android:

我找了半天也沒找到上面方法對應的API,只能在每次訪問前加cookie了
復制代碼 代碼如下:

String cookie="";
for (int i = 0; i < 3; i++) {
String name;
String value;
int flag=s.indexOf("document.cookie");
s=s.substring(flag+17);
flag=s.indexOf('=');
name=s.substring(0, flag);
value=s.substring(flag+1, s.indexOf(';'));
cookie +=name +"="+value;
if(i!=2)
cookie+=";";
}

/*
* 每次訪問網絡
*/
HttpGet httpget = new HttpGet(url);
httpget.addHeader("Cookie",cookie);
//如果httpclient中已經有cookie可能需要設置httpclient的cookie策略,具體可查官方API (:
HttpResponse response = httpclient.execute(httpget);

ps:如果是用java SE,也可以使用htmlunit類,它會執行js。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 成人免费观看49www在线观看 | 亚洲一区二区在线免费 | 中文字幕电影免费播放 | 看免费黄色大片 | 中文字幕在线视频网站 | 国产三级午夜理伦三级 | 国产精品久久久久久久av | 日本精品视频一区二区三区四区 | 性大片1000免费看 | 午夜网站视频 | 国产精品免费在线 | 精品视频在线免费看 | 精品一区在线视频 | 免费观看又色又爽又黄的崩锅 | 成人毛片100免费观看 | 久久蜜桃香蕉精品一区二区三区 | 99精美视频 | 斗罗破苍穹在线观看免费完整观看 | 91精品国产一区二区三区四区在线 | 久色亚洲| 国产精品av久久久久久久久久 | 免费久久精品 | 国产精品一区在线免费观看 | 久久2019中文字幕 | a视频在线免费观看 | 成年人在线免费播放视频 | 国产精品久久久久久久久久东京 | 羞羞视频免费观看网站 | 中文字幕亚洲一区二区三区 | 国产精品久久久久影院老司 | 亚洲视频在线一区二区 | 日韩美香港a一级毛片免费 欧美一级淫片007 | 美女久久 | 99国产精品国产免费观看 | 日本免费一区二区三区四区 | 牛牛a级毛片在线播放 | 精品一区二区三区免费 | 欧美性生活免费视频 | 最新av在线播放 | 亚洲国产色婷婷 | 成熟女人特级毛片www免费 |