Is it possible for us to set a cookie in a response with an HTTP 204 (No content) status? I managed to set the Set-Cookie header while returning the 204 response (screenshot)
However, my browser does not seem to react to this.
My document.cookie
does not yield what Set-Cookie
wanted to do.