当前位置:网站首页>Alipay failed to verify the signature (sandbox test indicates fishing risk?) [original]
Alipay failed to verify the signature (sandbox test indicates fishing risk?) [original]
2022-06-26 04:20:00 【Telkobe】
Alipay PC Payment synchronization jump signature verification failed , The general reason is that many people will configure the Alipay public key in the configuration to the application public key, resulting in failure , This is not the reason why I directly exclude .
By printing the received parameters, some fishy things are found .
The signature verification fails because there is a parameter not related to payment in the received packet , This is the culprit s, Finally, it was found that it was used before TP, Replace the back with Laravel after nginx The configuration of is copied directly , The rewriting part is also used TP Configuration of , As a result, there is one more in the received data s Parameters , Just modify the rewriting part .
Before the change :
location / {
index index.html index.htm index.php;
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
autoindex off;
}
After modification :
location / {
index index.html index.htm index.php;
try_files $uri $uri/ /index.php?$query_string;
autoindex off;
}
There's another problem , Sandbox test PC Prompt for fishing risk during payment
Open a new browser test directly
边栏推荐
- [从零开始学习FPGA编程-45]:视野篇 - 集成电路助力数字化时代高质量发展-2-市场预测
- Sorting out the knowledge points of the renderview renderobject parentdata of the shuttle
- BSC 及HT 等链的NFT 创造及绑定图片教程
- Conditional variables for thread synchronization
- Mysql8.0 configuring my SQL in INI file_ mode=NO_ AUTO_ CREATE_ User can start
- MySQL enable logbin in Qunhui docker
- [Qunhui] no port access (reverse proxy + intranet penetration)
- mysql自带的性能测试工具mysqlslap执行压力测试
- 6、 Project practice --- identifying cats and dogs
- 1. foundation closing
猜你喜欢
Unity移动端游戏性能优化简谱之 以引擎模块为划分的CPU耗时调优
Clickhouse stand alone installation
CDN with OSS acceleration
[Qunhui] no port access (reverse proxy + intranet penetration)
[geek challenge 2019] rce me
Swagger
What preparation should I make before learning SCM?
Which is the best embedded visual programming software? (introduction, evaluation and selection of visual programming platform) [scratch, mind+, mixly]
6、 Project practice --- identifying cats and dogs
The statistics in the MySQL field become strings, and then they are converted into numbers for sorting
随机推荐
6、 Project practice --- identifying cats and dogs
MySQL enable logbin in Qunhui docker
win10 系统打开的软件太小,如何变大(亲测有效)
Guide de la pompe de données Oracle
Ueeditor automatically appends P tags to rich text.br tags always wrap.br tag solutions
C generic
Install dbeaver and connect Clickhouse
Threejs专用天空盒素材,五种天空盒素材免费下载
Upload script file (one sentence back door) WAF bypass (PHP)
Ubuntu installs PostgreSQL and uses omnidb to view
Review of number theory
College C language final exam · multiple choice questions · summary notes of mistakes and difficulties
What if the serial port fails to open when the SCM uses stc-isp to download software?
Principle and implementation of syn cookie
CTF PHP audit bypasses filtering learning from topics
Tp6 multi table Association (table a is associated with table B, table B is associated with table C, and table d)
But the Internet began to have a new evolution and began to appear in a new state
【掘金运营套路揭露】真心被掘金的套路....
Verrouillage de lecture et d'écriture pour la synchronisation des fils
Sorting out the examination sites of the 13th Blue Bridge Cup single chip microcomputer objective questions