Home >Backend Development >PHP Tutorial >用PHP+API接口发短信 抓包 密码暴露的有关问题

用PHP+API接口发短信 抓包 密码暴露的有关问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 12:19:021355browse

用PHP+API接口发短信 抓包 密码暴露的问题
我要用一个短信API做一个短信群发的程序,API官方提供的提交方式如下:
http://www.xxxx.com/abc?action=send&userid=12&account=账号&password=密码&mobile=15023239810&content=内容&sendTime=&extno=

开放式软件,用户免费注册一个帐号后就可以发短信,而发短信统一使用我API里的帐号和密码。

我用PHP的curl_setopt函数进行提交,不过会被抓包工具抓到我的帐号和密码,请问高手,怎么破?感谢
------解决思路----------------------
没办法,因为API定义的接口就是这样

除非你能修改API接口获取的参数先加密,然后接受到再解密
------解决思路----------------------
PHP在服务端执行访问短信API接口。得从服务器抓包才抓得到吧?? 

Statement:
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