Skip to content

Commit 0f3134e

Browse files
committed
chrome.debugger 抓包请求/响应报文内容
1 parent c7380d9 commit 0f3134e

4 files changed

Lines changed: 102 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"headers": {
3+
"Referer": "http://dev.yacebao.com/script/edit.html?script_id=5LEDTL3fSUJK4g8Bxyr",
4+
"Upgrade-Insecure-Requests": "1",
5+
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.104 Safari/537.36"
6+
},
7+
"initialPriority": "VeryHigh",
8+
"method": "GET",
9+
"mixedContentType": "none",
10+
"referrerPolicy": "no-referrer-when-downgrade",
11+
"url": "http://dev.yacebao.com/assets/app/src/css/font-awesome.min.css"
12+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"headers": {
3+
"Accept": "application/json, text/javascript, */*; q=0.01",
4+
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
5+
"Origin": "http://dev.yacebao.com",
6+
"Referer": "http://dev.yacebao.com/login.html",
7+
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.104 Safari/537.36",
8+
"X-Requested-With": "XMLHttpRequest"
9+
},
10+
"initialPriority": "High",
11+
"method": "POST",
12+
"mixedContentType": "none",
13+
"postData": "username=jessica.liu%40yunzhihui.com&password=123456233",
14+
"referrerPolicy": "no-referrer-when-downgrade",
15+
"url": "http://dev.yacebao.com/signin.do?1499083831415"
16+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"headers": {
3+
"Content-Type": "multipart/form-data; boundary=----WebKitFormBoundarywqUChiD9xdNPLoGd",
4+
"Origin": "http://dev.yacebao.com",
5+
"Referer": "http://dev.yacebao.com/script/edit.html?script_id=5LEDTL3fSUJK4g8Bxyr",
6+
"Upgrade-Insecure-Requests": "1",
7+
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.104 Safari/537.36"
8+
},
9+
"initialPriority": "VeryHigh",
10+
"method": "POST",
11+
"mixedContentType": "none",
12+
"postData": "------WebKitFormBoundarywqUChiD9xdNPLoGd\r\nContent-Disposition: form-data; name=\"file\"; filename=\"request-001.json.txt\"\r\nContent-Type: text/plain\r\n\r\n\r\n------WebKitFormBoundarywqUChiD9xdNPLoGd--\r\n",
13+
"referrerPolicy": "no-referrer-when-downgrade",
14+
"url": "http://dev.yacebao.com/script/attachment.do?1499083894779"
15+
}

doc/chrome.debuger/response.json

Lines changed: 59 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)