Home > Backend Development > PHP Tutorial > 用PHP采集URL参数被加密怎么处理

用PHP采集URL参数被加密怎么处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:11:35
Original
1083 people have browsed it

用PHP采集URL参数被加密怎么办?
如果用CURL访问带有未加密参数的URL将不会得到返回值,加密后可以。
不过在浏览器用未加密的参数访问没问题。
关键是参数是用户来输入的,加密算法我也不知道,这种情况还能采集吗?
------解决思路----------------------
不过在浏览器用未加密的参数访问没问题。
浏览器可以使用未加密,那么curl也一定行,把自己的数据包伪装好
------解决思路----------------------
你不会说的是url编码吧 ?有的浏览器自动转换的,有的需要你手动转换,那不是加密哟。

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