如何防止http / 0.9逃避请求? [烧瓶]

时间:2018-03-19 17:43:32

标签: python http flask bad-request http-0.9

我在AWS服务器上收到了一些奇怪的http请求。我在它上运行python3 / flask v0.12 web服务器。

有谁知道我是否应该担心下面的请求?

无论如何使用烧瓶自动拒绝旧的http请求(例如http / 0.8或http / 0.9)?

77.72.83.21 - - [18/Mar/2018 22:46:32] "╚  *%à     Cookie: mstshash=Test" HTTPStatus.BAD_REQUEST -
77.72.83.21 - - [18/Mar/2018 22:46:34] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
77.72.83.21 - - [18/Mar/2018 22:46:34] "╚  *%à     Cookie: mstshash=Test" HTTPStatus.BAD_REQUEST -

213.202.230.144 - - [19/Mar/2018 11:11:00] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
213.202.230.144 - - [19/Mar/2018 11:11:00] "╚  /*à     Cookie: mstshash=Administr" HTTPStatus.BAD_REQUEST -

0 个答案:

没有答案