Home >Backend Development >PHP Tutorial >诡异的请求,神奇的代理

诡异的请求,神奇的代理

WBOY
WBOYOriginal
2016-06-06 20:27:191135browse

Android 生成一段字符串,放在 Header 请求头里,发给服务器做验证用的,如果设置了网络代理(比如 Charles),服务器能完整地接收到,如果没设置代理,服务器只能接收到一半……

设置代理前:
诡异的请求,神奇的代理

设置代理后:
诡异的请求,神奇的代理

难道我得弄个服务器,所有请求都通过这个代理……
我哭……

回复内容:

Android 生成一段字符串,放在 Header 请求头里,发给服务器做验证用的,如果设置了网络代理(比如 Charles),服务器能完整地接收到,如果没设置代理,服务器只能接收到一半……

设置代理前:
诡异的请求,神奇的代理

设置代理后:
诡异的请求,神奇的代理

难道我得弄个服务器,所有请求都通过这个代理……
我哭……

Statement:
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