tiquorsj 12 years ago I return this as a status code for bad bots. It is my way of saying go sing the "teapot" song.
neur0mancer 12 years ago In certain CTF, for example SQL injection challenges, the target webpage returns 418 to make more difficult the success of blind injection scripts (they will fail randomly, so you have to check that the return code is weird and retry)
citruspi 12 years ago I return that status code for requests that aren't made over SSL, but only for sites which aren't meant for use by the general public.
I return this as a status code for bad bots. It is my way of saying go sing the "teapot" song.
In certain CTF, for example SQL injection challenges, the target webpage returns 418 to make more difficult the success of blind injection scripts (they will fail randomly, so you have to check that the return code is weird and retry)
If the NSA is hacking into your site - that's the code to use :)
I return that status code for requests that aren't made over SSL, but only for sites which aren't meant for use by the general public.