php - url parameter question
PHP中文网
PHP中文网 2017-05-27 17:43:32
0
2
402

Scenes:

某个操作,需要展示相关信息并给个确认提示。

practice:

点击操作时,用layer,新开ifrmae 展示。

question:

相应地址在layer新开的iframe中,无法正常打开,浏览器报链接被充值,但是手动复制链接新开tab打开则正常。
url参数:?type=rechargetrue&username=手机号码&transactionMoney=30000.46&fee=0.00

Already tried:

用短数字替换手机号码可以正常。

doubt:

是否浏览器有相应安全机制去判别url参数不能传递手机号?
PHP中文网
PHP中文网

认证0级讲师

reply all(2)
小葫芦

It should be that the link has been reset.
The browser does not have the corresponding security mechanism to determine whether the URL parameters are related to the mobile phone number.
Have you processed the mobile phone number in the pop-up box?

PHPzhong

If that doesn’t work, just encrypt your phone number and then decrypt it
Try

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template