Home > Backend Development > PHP Tutorial > php 两站数据互通的有关问题

php 两站数据互通的有关问题

WBOY
Release: 2016-06-13 12:38:51
Original
946 people have browsed it

php 两站数据互通的问题
如题
我现在在php端定义好了数据接口api。返回的json格式数据,通过https协议传递。我想知道在访问数据接口时要不要做加密或什么操作,怕数据传递不安全。求赐教,求商讨……

比如:a是原网站,b网站通过数据接口https://xxxxx/login?name=xx&pwd=xx进行登录,我们数据接口返回登录结果。老感觉不咋安全。

PHP 安全 API
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