<?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 Unexpected behavior of the http procedure in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Unexpected-behavior-of-the-http-procedure/m-p/331226#M7376</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a post to report unexpected behavior of the http proc :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a week, I try to download PDF files via PROC HTTP (SAS9.4M4) with login, password authentication.&lt;/P&gt;&lt;P&gt;Each request gives me this message :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE HTTP used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.24 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.14 seconds&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NOTE: 500 Internal Server Error&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After analyzed the security internet options settings on my Windows server, contacted the provider of the Web Service, I finally found the solution:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The undocumented&amp;nbsp;option of the HTTP PROC -&amp;gt; JAVA_HTTP :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc http&lt;STRONG&gt; java_http&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;webusername="" webpassword=""&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;method="GET" url="&amp;amp;url./&amp;amp;param."&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;out=out;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This behavior can be controlled with the environment variable SAS_JAVA_HTTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have details on the action of this option, I am interested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaetan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2017 16:32:16 GMT</pubDate>
    <dc:creator>Gaetan</dc:creator>
    <dc:date>2017-02-09T16:32:16Z</dc:date>
    <item>
      <title>Unexpected behavior of the http procedure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unexpected-behavior-of-the-http-procedure/m-p/331226#M7376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a post to report unexpected behavior of the http proc :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a week, I try to download PDF files via PROC HTTP (SAS9.4M4) with login, password authentication.&lt;/P&gt;&lt;P&gt;Each request gives me this message :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE HTTP used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.24 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.14 seconds&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NOTE: 500 Internal Server Error&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After analyzed the security internet options settings on my Windows server, contacted the provider of the Web Service, I finally found the solution:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The undocumented&amp;nbsp;option of the HTTP PROC -&amp;gt; JAVA_HTTP :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc http&lt;STRONG&gt; java_http&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;webusername="" webpassword=""&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;method="GET" url="&amp;amp;url./&amp;amp;param."&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;out=out;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This behavior can be controlled with the environment variable SAS_JAVA_HTTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have details on the action of this option, I am interested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaetan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 16:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unexpected-behavior-of-the-http-procedure/m-p/331226#M7376</guid>
      <dc:creator>Gaetan</dc:creator>
      <dc:date>2017-02-09T16:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected behavior of the http procedure</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unexpected-behavior-of-the-http-procedure/m-p/331688#M7399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know,&amp;nbsp;changes are being made to the documentation about this option.&lt;/P&gt;
&lt;P&gt;I am not aware of any fixed timeframe on when it will be available.&lt;/P&gt;
&lt;P&gt;To get further information, probably the best way to go is connecting with TS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem you saw is based on the fact that HTTP in SAS 9.3 was based on Java, and now, with SAS 9.4, it&lt;/P&gt;
&lt;P&gt;is in C.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="cs8A70F0C8"&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anja&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 20:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unexpected-behavior-of-the-http-procedure/m-p/331688#M7399</guid>
      <dc:creator>anja</dc:creator>
      <dc:date>2017-02-10T20:59:56Z</dc:date>
    </item>
  </channel>
</rss>

