1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- ### 全局变量
- @hostname = www.xiaohua.com
- # @hostname= localhost:89
- @host = http://{{hostname}}
- @imghost=https://img.xiaohua.com
- @api={{host}}/api
- @contentType = application/json
- @createdAt = {{$datetime iso8601}}
- @useragent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53
- @accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
- ### 打开页面
- GET {{host}}/detail/110625
- User-Agent: {{useragent}}
- Authority: img.xiaohua.com
- Accept: image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
- Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7
- Dnt: 1
- # Referer: http://www.xiaohua.com/
- Sec-Ch-Ua: " Not A;Brand";v="99", "Chromium";v="101", "Microsoft Edge";v="101"
- Sec-Ch-Ua-Mobile: ?0
- Sec-Ch-Ua-Platform: "Windows"
- Sec-Fetch-Dest: image
- Sec-Fetch-Mode: no-cors
- Sec-Fetch-Site: cross-site
- ### 下载图片
- GET {{imghost}}/Picture/201905156369351846864271015176836.jpg
- User-Agent: {{useragent}}
- Authority: img.xiaohua.com
- Accept: image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
- Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7
- Dnt: 1
- Referer: http://www.xiaohua.com/
- Sec-Ch-Ua: " Not A;Brand";v="99", "Chromium";v="101", "Microsoft Edge";v="101"
- Sec-Ch-Ua-Mobile: ?0
- Sec-Ch-Ua-Platform: "Windows"
- Sec-Fetch-Dest: image
- Sec-Fetch-Mode: no-cors
- Sec-Fetch-Site: cross-site
|