Ask HN: What would you think of a new HTTP method named PREVIEW?
With the success of Open Graph, lots and lots of HTTP GET requests are sent every day to process only a few <meta> in the <head> of HTML pages.
I believe that this process could be lightened by the adoption of a new HTTP verb. By sending an HTTP PREVIEW /mypage we could leverage caching and write optimized database queries to return a light, serialized response for crawlers and bots.
3 comments
[ 3.0 ms ] story [ 14.8 ms ] threadAlso, from a practical perspective: that approach is easy to implement by using existing tech. Attempting to introduce a new HTTP method is almost guaranteed to fail, both on a technical (getting support into all the things that process HTTP along the way) and the political (actually getting it in a standard) level.