How to capture full HTTP request data (headers and body) with PHP?

前端 未结 3 734
一向
一向 2021-02-06 01:32

I have a problem implementing an API that works with Java, but fails to work with cURL. We\'ve gone through everything so far and there must be something that is different betwe

3条回答
  •  天命终不由人
    2021-02-06 01:43

    These aren't "with php" but you might find them useful for your purposes nevertheless

    • ssldump http://ssldump.sourceforge.net/
    • mod_dumpio http://httpd.apache.org/docs/2.2/mod/mod_dumpio.html
    • mod_dumpost https://github.com/danghvu/mod_dumpost

提交回复
热议问题