I want to know how I can send 204 response to user? With PHP it is simple as following:
header("HTTP/1.0 204 No Content");
Thanks
I want to know how I can send 204 response to user? With PHP it is simple as following:
header("HTTP/1.0 204 No Content");
Thanks