Home > Backend Development > PHP Tutorial > 如何设置一个页面只接收指定页面post过来的数据?

如何设置一个页面只接收指定页面post过来的数据?

WBOY
Release: 2016-06-06 20:27:09
Original
1744 people have browsed it

如果,用户注册信息做了前端验证后,可否在接收数据的页面进行一些设置,只接收指定页面的数据。
要怎样设置?

另外一个问题就是:如果限制了只接收某个页面发送过来的数据,是不是可以不用做后端验证了?

回复内容:

如果,用户注册信息做了前端验证后,可否在接收数据的页面进行一些设置,只接收指定页面的数据。
要怎样设置?

另外一个问题就是:如果限制了只接收某个页面发送过来的数据,是不是可以不用做后端验证了?

前端使用验证信息+页面信息加密,post到后端让后端解密,解密后分析一下是否合法就行了。

后端必须作验证,永远不要相信客户端传来的数据

传一个变量 后端判断这个变量是不是对的

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