TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Request for a new header: State-Of-The-Art

17 pointsby jewbaccaabout 8 years ago

6 comments

icebrainingabout 8 years ago
So you add this header. And then something new comes up. What then?<p>If the same header automatically adds that meaning as well, your site can break essentially randomly, unless you keep tabs on the new stuff and adapt the site to handle them - in which case, you don&#x27;t really need this header, you can just add the new stuff as it comes up.<p>If the header is fixed in meaning (&quot;best practices as of 03&#x2F;2017&quot;), then what value was really gained over simply copy-pasting a list of the recommended headers as of that date?<p>It just seems like it&#x27;s either mostly useless, or too dangerous to use.
评论 #13834143 未加载
评论 #13834398 未加载
forgottenpassabout 8 years ago
I can&#x27;t tell if this is serious or satire.
评论 #13835548 未加载
ctcherryabout 8 years ago
Relevant XKCD, Standards: <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;</a>
hinkleyabout 8 years ago
Response header size notwithstanding, isn&#x27;t this really a problem of app servers having really shitty default headers?<p>You make people turn off safety features manually and the rest of us are fine.
beaconstudiosabout 8 years ago
&gt; Allows CORS from any domain with any headers without OPTIONS preflights.<p>That&#x27;d be a great way to make CSRF attacks from any domain a default setting.
YuriNiyazovabout 8 years ago
And then we will have compatibility tests for browsers that implement how they read SOTA differently. Yuck