如何在 PHP 中获取原始请求?
我的服务器上有一个名为 api.php 的脚本。我使用 POST 请求从其他服务器调用它。有什么方法可以获取 POST 请求的 api.php 原始内容吗?
I have a script called api.php on my server. I call it from other server using POST request. Is there any way to get in my api.php raw contents of POST request?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用下面的代码
use the following code