|
|
|
|
|
by Deinumite
3395 days ago
|
|
It doesn't make as much sense for a webpage, but a 304 can be effective for an API. Say you have a resource that needs to be checked periodically, returning a 304 still has the overhead of a tcp connection but not the weight of the payload. |
|