@themusicman to Programmer [email protected] • 1 year agoLemmyimagemessage-square76arrow-up1517arrow-down111cross-posted to: [email protected]
arrow-up1506arrow-down1imageLemmy@themusicman to Programmer [email protected] • 1 year agomessage-square76cross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish8•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-square@[email protected]linkfedilinkEnglish1•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.
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.