Home > Backend Development > PHP Tutorial > 对于一个API地址,其限制了固定ip请求的次数,没有办法破解吗?

对于一个API地址,其限制了固定ip请求的次数,没有办法破解吗?

WBOY
Release: 2016-06-06 20:25:33
Original
2196 people have browsed it

一个api地址,对固定的ip有请求次数限制,现在用php请求这个api地址,有哪些方法可以伪造自己的ip来请求这个api地址?

回复内容:

一个api地址,对固定的ip有请求次数限制,现在用php请求这个api地址,有哪些方法可以伪造自己的ip来请求这个api地址?

ip除了代理 ,无法伪造,你可以用redis记录 调用次数

使用代理ip,根源上限制请求次数

有的api在获取IP的时候,会从http的好几个头里面获取,有几个是代理使用的头。
可以利用这一点,把自己模拟成一个代理?

http://segmentfault.com/q/1010000002990136/a-1020000003024763

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