使用API接口在获取所有Cookie(Get ALL Cookie)

使用API接口获取所有Cookie(浏览器运行时获取Cookie)

Request Url:

http://127.0.0.1:35000/api/v1/profile/getCookies

Request Type: POST

名称类型描述必传
profileIdstring浏览器配置文件IDtrue
allnumberNo:0 Yes:1true

Body
x-www-form-urlencoded

{
    "profileId": "17D40B01-566A-4E3F-888A-C40A404668B8",
    "all": 1
}


注:

(1)使用本地接口时,需在客户端启动“浏览器自动化设置”并保存设置,教程请参考“开启浏览器自动化端口”

(2)profileId请参考“配置文件ID(Profile ID)在哪”教程或者使用profile/list的api接口获取所有profileId。