执行 git submodule update --init --recursive 的时候报错: fatal: remote error: upload-pack: not our ref...
需要设置 proxy_set_header Host $host:$server_port; location ^~/gateway/ { proxy_set_header Host $host:$server_port;...
1. 前言 W. Richard Stevens在 《Unix Network Programming Volume 1 3rd Edition - The Sockets Networking API》文中的6.2 I/O Models小...
验签:防接口被肆意调用 client对request签名,server对请求进行验签。 鉴权:防调用没有权限的接口 token鉴权,实际上验签、鉴权通常是一同处理的,例如:OAuth2 验证请求的timestamp:...