You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From HTTP/1.1 RFC2616: "If a resource has been created on the origin server, the response SHOULD be 201 (Created)." This also seems to be a common behavior on REST interfaces, and the original ngx_http_push_module did this.
From HTTP/1.1 RFC2616: "If a resource has been created on the origin server, the response SHOULD be 201 (Created)." This also seems to be a common behavior on REST interfaces, and the original ngx_http_push_module did this.
A patch is available here: https://gist.github.com/yirkha/6354891
The text was updated successfully, but these errors were encountered: