snikket-im / snikket-web-proxy

Apache License 2.0
6 stars 8 forks source link

Returns 200 OK with "snikket is starting" page on really strange requests #2

Open horazont opened 3 years ago

horazont commented 3 years ago

For example:

$ printf 'GET http://www.example.com/ HTTP/1.1\nHost: example.com\n\n' | ncat 127.0.0.1 80

I found those in the logs of my nginx which is exposed to the world…