Saw these errors in my logs today - what is PROPFI...
# http4k
a
Saw these errors in my logs today - what is PROPFIND? Well it appears to be an obscure HTTP verb for getting info from a WebDav server. In other words, these requests are most likely hackers poking around. I could catch the IllegalArgumentException however this is likely to be universal - I think it would be preferable for http4k to return a 501 or 404 (without raising an error) if it doesn't recognize the HTTP method. Thoughts?
d
Its a good point. The server shouldnt blow up like that . Can you raise an issue? There should also be a test to cover every server implementation.
a