<?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: PROC HTTP in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442640#M110703</link>
    <description>&lt;P&gt;If you're using IWA to connect EG to SAS, you need the SAS server machine to be Trusted for Delegation to pass your identity onto the next network location (SharePoint, in this case).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An admin needs to set this up for you.&amp;nbsp; See the &lt;A href="http://go.documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n1d1zo1jsf2o0en1ehu4c4simfky.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;doc in the SAS admin guide&lt;/A&gt;. Here's &lt;A href="http://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.2&amp;amp;docsetId=calauthmdl&amp;amp;docsetTarget=n1pkgyrtk8bp4zn1d0v1ln4869og.htm&amp;amp;locale=en" target="_self"&gt;another topic about using Kerberos&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 21:54:26 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2018-03-05T21:54:26Z</dc:date>
    <item>
      <title>PROC HTTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442638#M110701</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to run the&amp;nbsp;below SAS code in SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Filename Resp temp;

Proc HTTP
 url="http://**************"
 method="GET"
 out=resp;
run;

libname Test JSON fileref=Resp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is working if we use username and Password in the EG connection profile but If we use &lt;STRONG&gt;IWA &lt;/STRONG&gt;in EG connection profile&amp;nbsp;noticed below errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Invalid JSON in input near line 1 column 1: Encountered an illegal character.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to make any changes to use IWA?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 00:07:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442638#M110701</guid>
      <dc:creator>vkrishna</dc:creator>
      <dc:date>2018-03-06T00:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HTTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442640#M110703</link>
      <description>&lt;P&gt;If you're using IWA to connect EG to SAS, you need the SAS server machine to be Trusted for Delegation to pass your identity onto the next network location (SharePoint, in this case).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An admin needs to set this up for you.&amp;nbsp; See the &lt;A href="http://go.documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n1d1zo1jsf2o0en1ehu4c4simfky.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;doc in the SAS admin guide&lt;/A&gt;. Here's &lt;A href="http://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.2&amp;amp;docsetId=calauthmdl&amp;amp;docsetTarget=n1pkgyrtk8bp4zn1d0v1ln4869og.htm&amp;amp;locale=en" target="_self"&gt;another topic about using Kerberos&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 21:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442640#M110703</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-03-05T21:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HTTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442642#M110705</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;, SAS server machine is trusted for delegation. We are using IWA&amp;nbsp; it's working but when I try to connect to the WEB API its not working.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 22:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442642#M110705</guid>
      <dc:creator>vkrishna</dc:creator>
      <dc:date>2018-03-05T22:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HTTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442849#M110753</link>
      <description>&lt;P&gt;Beginning with SAS 9.4 Maint 3, PROC HTTP&amp;nbsp;allows you to specify&amp;nbsp;several authentication options: NTLM, Negotiate, WebAuthdomain (SAS metadata).&amp;nbsp; See the &lt;A href="http://go.documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n0oei8gxdwze92n1d3mh1wjc5eo5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;options in the PROC HTTP doc&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 12:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-HTTP/m-p/442849#M110753</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-03-06T12:22:27Z</dc:date>
    </item>
  </channel>
</rss>

