1
目前可以抓取 python 发送的 post 请求,但是抓取不到 node.js 发送的 post 请求
主要参考下面这篇文章:
https://blog.youkuaiyun.com/Enderman_xiaohei/article/details/99441895
但是新版本没有SSL了,改为 TSL。(这个在 https://segmentfault.com/a/1190000023568902 这篇文献中可以找到)

2
然后用 http.request.method==“POST” 这个来过滤

参考文献:
https://segmentfault.com/a/1190000023568902
https://blog.youkuaiyun.com/Enderman_xiaohei/article/details/99441895
本文探讨了如何在新版本中处理从SSL到TLS的转换,针对Node.js发送的POST请求抓取遇到的问题,重点介绍了使用http.request.method == 'POST'进行过滤的技巧,适合解决前后端开发者遇到的抓包难题。
363





