[Feature]: Return cacheable profile picture as fallback #1606
bt90
started this conversation in
Feature Request
Replies: 1 comment
|
Given the response body will be zero bytes either way, I don't see the value of using 204? The browser would have to revalidate anyway and would so the behaviour would be no different. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature detail
Currently, if an account does not have a profile picture associated with it, the API responds with an (at least for Firefox) uncacheable 404:
Maybe we could use HTTP 204 instead?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204
Platform
Web
All reactions