<?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: CL_HTTP_ENTITY-&amp;gt; GET_HEADER_FIELD return code 407 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711499#M2019147</link>
    <description>&lt;P&gt;This value means that the server requires authentication. You need to authenticate with the server in order to access the URL. You can either do this by providing credentials in the cl_http_client=&amp;gt;create_by_url method, or by setting the credentials in the global configuration of the HTTP client.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 10:44:40 GMT</pubDate>
    <dc:creator>Yogananda</dc:creator>
    <dc:date>2023-01-16T10:44:40Z</dc:date>
    <item>
      <title>CL_HTTP_ENTITY-&gt; GET_HEADER_FIELD return code 407</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711495#M2019143</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt; 
  &lt;P&gt;In order to connect to URL I call cl_http_client=&amp;gt;create_by_url( EXPORTING url = im_url ….)&lt;BR /&gt; During the standard methods an exception http_communication_failure is raised.&lt;/P&gt; 
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;In the debug I can see that method GET_HEADER_FIELD in CL_HTTP_ENTITY is called. There value = 407&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2132612-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Is this error code connect to ‘407 Proxy Authentication Required’?&lt;/P&gt; 
  &lt;P&gt;Thank you in advance&lt;/P&gt; 
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Hagit&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 07:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711495#M2019143</guid>
      <dc:creator>hagit</dc:creator>
      <dc:date>2023-01-16T07:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: CL_HTTP_ENTITY-&gt; GET_HEADER_FIELD return code 407</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711496#M2019144</link>
      <description>&lt;P&gt;It says to indicate proxy information while connecting (= proxy parameters of create_by_url).&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 08:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711496#M2019144</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-01-16T08:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: CL_HTTP_ENTITY-&gt; GET_HEADER_FIELD return code 407</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711497#M2019145</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;  thank
you for your answer.&lt;/P&gt;

&lt;P&gt;Is it
a baisis issue or are there missing parameters in the url ?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want
to emphasis that the same url from the browser works ok. But via a code (create
by url) an exception is raised.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 08:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711497#M2019145</guid>
      <dc:creator>hagit</dc:creator>
      <dc:date>2023-01-16T08:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: CL_HTTP_ENTITY-&gt; GET_HEADER_FIELD return code 407</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711498#M2019146</link>
      <description>&lt;P&gt;You need to fill the proxy parameters of create_by_url.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 10:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711498#M2019146</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-01-16T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: CL_HTTP_ENTITY-&gt; GET_HEADER_FIELD return code 407</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711499#M2019147</link>
      <description>&lt;P&gt;This value means that the server requires authentication. You need to authenticate with the server in order to access the URL. You can either do this by providing credentials in the cl_http_client=&amp;gt;create_by_url method, or by setting the credentials in the global configuration of the HTTP client.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 10:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711499#M2019147</guid>
      <dc:creator>Yogananda</dc:creator>
      <dc:date>2023-01-16T10:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: CL_HTTP_ENTITY-&gt; GET_HEADER_FIELD return code 407</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711500#M2019148</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;  and  &lt;SPAN class="mention-scrubbed"&gt;yoganandamuthaiah&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Thank you for yoyr answer&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 12:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-http-entity-gt-get-header-field-return-code-407/m-p/12711500#M2019148</guid>
      <dc:creator>hagit</dc:creator>
      <dc:date>2023-01-19T12:36:16Z</dc:date>
    </item>
  </channel>
</rss>

