@[email protected] to Programmer [email protected] • 2 years agoLemmylemmy.worldimagemessage-square74fedilinkarrow-up1381cross-posted to: [email protected]
arrow-up1372imageLemmylemmy.world@[email protected] to Programmer [email protected] • 2 years agomessage-square74fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish7•2 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-square@[email protected]linkfedilinkEnglish1•edit-22 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.