Home > Backend Development > PHP Tutorial > 程序 API 有哪些接口安全需要注意,如何防刷新?

程序 API 有哪些接口安全需要注意,如何防刷新?

WBOY
Release: 2016-06-06 20:50:00
Original
1181 people have browsed it

最近要做一系列的手机客户端接口,包括登陆、留言等功能,怎样做才能比较安全呢?比如防刷新。

回复内容:

最近要做一系列的手机客户端接口,包括登陆、留言等功能,怎样做才能比较安全呢?比如防刷新。

唔,就防刷新我说下我怎么做的:
访问的时候记录用户IP,写到Memcache,ip为key,值为1,有效期一个小时;
每访问一次就给这个IP+1,加到10W次就不执行,只能等到记录过期,然后就可以继续开始咯

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