[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Codepage problem with HttpResponse

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
Code page for an HTTP response is expected to be returned by the server in an HTTP header. You should be able to fetch the HTTP header from the response. The header you need is always called "Content-Type". Should have a value like "application/json; charset=UTF-8" or maybe something like "text/html; charset=ISO8859-1". The part after the semi-colon will be the code page of the response.

Continue reading...
 
Status
Not open for further replies.
Back
Top