Home > Backend Development > PHP Tutorial > 用PHP获取远程API数据时,操作的电脑无法打开网站

用PHP获取远程API数据时,操作的电脑无法打开网站

WBOY
Release: 2016-06-06 20:48:23
Original
1080 people have browsed it

例如一网站是 ooxx.com
这个网站有一个功能,就是通过API获取远程数据,假如这个URL地址是: ooxx.com/get.php

当执行这个 ooxx.com/get.php 的时候,电脑(是打开这个URL的电脑,不是指服务器)无法访问 ooxx.com 任何页面,同时,其他电脑(即便是同一网络)都可以正常访问 ooxx.com 任何页面。

给人感觉就是所有获取API的网络连接压力都在本机而非在服务器上进行。

回复内容:

例如一网站是 ooxx.com
这个网站有一个功能,就是通过API获取远程数据,假如这个URL地址是: ooxx.com/get.php

当执行这个 ooxx.com/get.php 的时候,电脑(是打开这个URL的电脑,不是指服务器)无法访问 ooxx.com 任何页面,同时,其他电脑(即便是同一网络)都可以正常访问 ooxx.com 任何页面。

给人感觉就是所有获取API的网络连接压力都在本机而非在服务器上进行。

怀疑是浏览器的最大 HTTP 连接数量限制爆了
参见 http://www.zhihu.com/question/20474326

当然也有可能是你本机的网络环境比较奇怪,比如中途路径了有限制的代理

Related labels:
php
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