java - PHP curl模拟POST问题,为什么明明是模拟的是POST,firebug仍显示GET?

WBOY
Release: 2016-06-06 20:46:21
Original
1161 people have browsed it

PHP curl模拟POST问题,为什么明明是模拟的是POST,firebug仍显示GET?

回复内容:

PHP curl模拟POST问题,为什么明明是模拟的是POST,firebug仍显示GET?

浏览器访问 PHP, PHP 去模拟提交数据, 浏览器得到的响应是浏览器-PHP之间的正常访问请求,是 200状态的 GET 请求。 想知道 PHP 是否 POST 了数据,用抓包工具抓,或者去看被请求地址的日志。

首先我想说的是,你用php去请求别的东西,你的firebug是看不到的。你的firebug只能看到你的firefox的请求,而非程序内部的。内部的请求要展示出来,你得用点调试手段,如用firephp dump出一些信息。

您好,firebug不能检测到php curl函数发起的请求,您所看到的firebug中的请求是您直接在浏览器地址栏敲入url发起的请求,在浏览器地址栏敲入url发起的请求常规来说都算get请求!

看看请求的返回信息 浏览器只会显示请求的地址

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template