search

Home  >  Q&A  >  body text

ios - 使用Charles抓取Https请求时,遇到Method为CONNECT模式下的请求均失败,是什么原因呢?

如图所示,在Get跟Post模式下的链接均能正常抓取,有解决方案吗?不胜感激啊

PHP中文网PHP中文网2771 days ago1404

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-04-18 09:54:13

    Method=CONNECT, which I have struggled with for a long time, finally has an explanation. Http CONNECT is equivalent to a tunnel established between the client and the server, and requests through this tunnel are encrypted, so requests in CONNECT mode cannot be captured using packet capture. http://blog.itpub.net/1548080...

    reply
    0
  • Cancelreply