themusicman@lemmy.world to Programmer Humor@lemmy.ml · 3 years agoLemmylemmy.worldimagemessage-square78linkfedilinkarrow-up1439cross-posted to: 196
arrow-up1439imageLemmylemmy.worldthemusicman@lemmy.world to Programmer Humor@lemmy.ml · 3 years agomessage-square78linkfedilinkcross-posted to: 196
minus-squareMysteriousSophon21@lemmy.calinkfedilinkEnglisharrow-up8·3 years 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·3 years 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.
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.