Hacker News new | ask | show | jobs
by cwt137 3869 days ago
Why are they not prefixing their headers with "X-"?
1 comments

I recall it became unnecessary at some point(?)

Might be relevant. https://tools.ietf.org/html/rfc6648

Hi, one of the authors here. Correct, we added that to the protocol FAQ too: https://github.com/tus/tus-resumable-upload-protocol/blob/ma...

The only exception is X-HTTP-Method-Override, as people have been standardizing on this, and the header is specifically meant to let people deploy tus in environments that don't support all of HTTP and are apparently hard to change.

Thanks