Hacker News new | ask | show | jobs
by Gigachad 949 days ago
The client can request the URL that gets the type of response it wants. There is no advantage of using the accept header.
1 comments

URLs are much longer, harder to remember and harder to communicate than accept header values. It also unnecessarily complicates the API. It also relies on out-of-band/non-standardized information to know which URL returns which format, where the accept headers is in-band/standardize information for specifying the return format. Seems like there are more multiple advantages.