譬如 localhost/contact 改到 localhost/cn/contact,无论怎么测试都 triiger 了 2 次访问
还测试了以下的:
localhost/cn/contact -> localhost/contact
localhost/contact -> localhost/en/contact
在浏览器上面的 debug 工具开到只访问了一次,但是在 nginx access log 和业务代码里面都看到访问了 2 次,2 次的 useragent 一模一样,都是返回 200.
还测试了以下的:
localhost/cn/contact -> localhost/contact
localhost/contact -> localhost/en/contact
在浏览器上面的 debug 工具开到只访问了一次,但是在 nginx access log 和业务代码里面都看到访问了 2 次,2 次的 useragent 一模一样,都是返回 200.