cookie-extraction icon indicating copy to clipboard operation
cookie-extraction copied to clipboard

能把 http://localhost:8080/assistant 的代码也发布一下吗?

Open ctguxp opened this issue 6 years ago • 3 comments

ctguxp avatar Dec 25 '18 15:12 ctguxp

不确定你使用哪种语言处理http请求, 这里有30种方式可以参考: https://konghq.com/blog/30-ways-to-make-rest-calls-in-node-js-php-python/ 请求的VO:

{
       "domain": curDomain,  //String
       "cookies": cookies    //String
}

gongjunhao avatar Dec 26 '18 02:12 gongjunhao

python的

ctguxp avatar Dec 26 '18 06:12 ctguxp

参考这个:https://blog.csdn.net/qq_29113041/article/details/80392597

gongjunhao avatar Dec 27 '18 05:12 gongjunhao