cancel
Showing results for 
Search instead for 
Did you mean: 
SOTA101161
Member
since ‎04-30-2020
‎04-30-2020

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am coding in VBA with Access 97. Yes, that is my platform.Here is the code that I use to POST to another server. It works fine: With CreateObject("msxml2.xmlhttp").Open "POST", "https://sandbox.some_domain.com/api/v1/orders/", False.setRequestHeade...