Quote:
Originally Posted by Klen
Yeah, kind a self-explanatory  But i am just used to see either redirect or error message so find it to be weird policy.
|
204 is to tell the browser that the request was successful but no content is sent back so no need to parse the body... Usually used in API's and non-GET methods... What URL are you trying hit that gives you that?