1
目前可以抓取 python 发送的 post 请求,但是抓取不到 node.js 发送的 post 请求
主要参考下面这篇文章:
https://blog.csdn.net/Enderman_xiaohei/article/details/99441895
但是新版本没有SSL了,改为 TSL。(这个在 https://segmentfault.com/a/1190000023568902 这篇文献中可以找到)
2
然后用 http.request.method==“POST” 这个来过滤
参考文献:
https://segmentfault.com/a/1190000023568902
https://blog.csdn.net/Enderman_xiaohei/article/details/99441895