<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unreadable characters in HTTP_GET function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500215#M2003133</link>
    <description>&lt;P&gt;Probably it's in UTF-8 encoding. No error here. Create an ABAP program to decode the UTF-8. Note that you should not use HTTP_GET. Use CL_HTTP_CLIENT and other classes, it will be easier for you to get directly the characters (implicit decode).&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2021 15:09:50 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-10-29T15:09:50Z</dc:date>
    <item>
      <title>Unreadable characters in HTTP_GET function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500214#M2003132</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I am using HTTP_GET function module to get the exchange data through API. The function module able to return the status 200 but the response body of the function module returning unreadable characters. Do i need to pass any headers to get the exact output as when i check through Postman/web browser its returning exact data.&lt;/P&gt;
  &lt;P&gt;This is the reponse in the function module.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1986716-capture.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Please help me with this.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 12:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500214#M2003132</guid>
      <dc:creator>former_member596005</dc:creator>
      <dc:date>2021-10-29T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unreadable characters in HTTP_GET function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500215#M2003133</link>
      <description>&lt;P&gt;Probably it's in UTF-8 encoding. No error here. Create an ABAP program to decode the UTF-8. Note that you should not use HTTP_GET. Use CL_HTTP_CLIENT and other classes, it will be easier for you to get directly the characters (implicit decode).&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 15:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500215#M2003133</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-10-29T15:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unreadable characters in HTTP_GET function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500216#M2003134</link>
      <description>&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;Sorry for my late comment, Can you please help me with decoding? &lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 08:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500216#M2003134</guid>
      <dc:creator>former_member596005</dc:creator>
      <dc:date>2021-11-24T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unreadable characters in HTTP_GET function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500217#M2003135</link>
      <description>&lt;P&gt;You have lots of examples in the Web how to use CL_HTTP_CLIENT. Method GET_CDATA to get the text (it will automatically decode if the request contains the header field "content-type" with mention to the utf-8 character set).&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unreadable-characters-in-http-get-function-module/m-p/12500217#M2003135</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-11-24T10:13:11Z</dc:date>
    </item>
  </channel>
</rss>

