cookie-extraction
cookie-extraction copied to clipboard
能把 http://localhost:8080/assistant 的代码也发布一下吗?
不确定你使用哪种语言处理http请求, 这里有30种方式可以参考: https://konghq.com/blog/30-ways-to-make-rest-calls-in-node-js-php-python/ 请求的VO:
{
"domain": curDomain, //String
"cookies": cookies //String
}
python的
参考这个:https://blog.csdn.net/qq_29113041/article/details/80392597