<?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 Using VBA with HTTP requests - need coding help please! in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Using-VBA-with-HTTP-requests-need-coding-help-please/m-p/71789#M44240</link>
    <description>&lt;P&gt;I am coding in VBA with Access 97. Yes, that is my platform.&lt;/P&gt;&lt;P&gt;Here is the code that I use to POST to another server. It works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With CreateObject("msxml2.xmlhttp")&lt;BR /&gt;.Open "POST", "&lt;A href="https://sandbox.some_domain.com/api/v1/orders/" target="_blank"&gt;https://sandbox.some_domain.com/api/v1/orders/&lt;/A&gt;", False&lt;BR /&gt;.setRequestHeader "Authorization", "Token my_token_key"&lt;BR /&gt;.setRequestHeader "Content-Type", "application/json"&lt;BR /&gt;.setRequestHeader "Accept", "application/json"&lt;BR /&gt;.Send (strJson)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to know how to put my credentials into Authorize.Net. Where do the LOGIN and API Key get inputted?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 14:01:27 GMT</pubDate>
    <dc:creator>SOTA101161</dc:creator>
    <dc:date>2020-04-30T14:01:27Z</dc:date>
    <item>
      <title>Using VBA with HTTP requests - need coding help please!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Using-VBA-with-HTTP-requests-need-coding-help-please/m-p/71789#M44240</link>
      <description>&lt;P&gt;I am coding in VBA with Access 97. Yes, that is my platform.&lt;/P&gt;&lt;P&gt;Here is the code that I use to POST to another server. It works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With CreateObject("msxml2.xmlhttp")&lt;BR /&gt;.Open "POST", "&lt;A href="https://sandbox.some_domain.com/api/v1/orders/" target="_blank"&gt;https://sandbox.some_domain.com/api/v1/orders/&lt;/A&gt;", False&lt;BR /&gt;.setRequestHeader "Authorization", "Token my_token_key"&lt;BR /&gt;.setRequestHeader "Content-Type", "application/json"&lt;BR /&gt;.setRequestHeader "Accept", "application/json"&lt;BR /&gt;.Send (strJson)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to know how to put my credentials into Authorize.Net. Where do the LOGIN and API Key get inputted?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 14:01:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Using-VBA-with-HTTP-requests-need-coding-help-please/m-p/71789#M44240</guid>
      <dc:creator>SOTA101161</dc:creator>
      <dc:date>2020-04-30T14:01:27Z</dc:date>
    </item>
  </channel>
</rss>

