How to fix nginx throws 400 bad request headers on any header testing tools?

前端 未结 7 808
滥情空心
滥情空心 2020-12-03 06:52

I have my site which is using nginx, and testing site with header testing tools e.g. http://www.webconfs.com/http-header-check.php but every time it says 400 bad request bel

7条回答
  •  时光说笑
    2020-12-03 07:27

    A cause can be invalid encoding in the URL request. Such as % being passed un-encoded.

提交回复
热议问题