Search results

  1. T

    MICROSOFT.XMLHTTPS Issue

    Thanks for the response. I've done Progress sockets before but I'm not clear on how to incorporate certificates into it, nor implement a clean HTTPS call using it. Any info would be appreciated.
  2. T

    MICROSOFT.XMLHTTPS Issue

    I'm having a problem access the MICROSOFT.XMLHTTP object for a program I'm writing. I need to post information to a website and return the data. Below is my code: CREATE "Microsoft.XMLHTTP" hOutputHTTPS NO-ERROR. hOutputHTTPS:OPEN('POST', vURL,FALSE)...
Back
Top