themusicman@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoLemmylemmy.worldimagemessage-square73fedilinkarrow-up1371arrow-down18
arrow-up1363arrow-down1imageLemmylemmy.worldthemusicman@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square73fedilink
minus-squareMysteriousSophon21@lemmy.calinkfedilinkEnglisharrow-up7·1 year agoNo, it’s probably when the app is expecting a json but the server returns an html, which usually happens in case of 502 errors.
minus-squarebarsoap@lemm.eelinkfedilinkEnglisharrow-up1·edit-21 year agoYou really shouldn’t be expecting any content type when you get any code but a 200. If anything you should expect HTML, then, possibly plain text but that’s a subset (given a loose enough definition of html).
No, it’s probably when the app is expecting a json but the server returns an html, which usually happens in case of 502 errors.
You really shouldn’t be expecting any content type when you get any code but a 200. If anything you should expect HTML, then, possibly plain text but that’s a subset (given a loose enough definition of html).