标签:nginx
访问某些接口携带了奇怪的参数 “*&^%$” 如http://weidian.com/item.html?itemID=48335375&p=-1/*&^%$" 使用URL解码工具解码无效,查看nginx日志:
egrep ‘itemID=‘ /data/logs/nginx/20161129/* | grep -F ‘*&^%$‘ --color 看到来源地址比较奇怪,使用ip138查看地址都是百度蜘蛛
本文出自 “明天过后” 博客,谢绝转载!
标签:nginx
原文地址:http://leeyan.blog.51cto.com/8379003/1878098