Results 1 to 10 of 15

Thread: Setupbuilder Get HTTP

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7

    Default Re: Setupbuilder Get HTTP

    Hi Friedrich,

    OK well can SetupBuilder use GET rather than POST?

    If I load the Web page and check using Fiddler it's doing a GET and the
    attached project uses the new ClaRunExt HTTP functions to GET the response.
    Either as a file, or an XML string.

    !*** next line should be all on one line ***
    requestEndpoint =
    'http://www.armisoftware.com/portit/portitwintest.php?echo=0&ns=14624-886-6738604-61711&ip=&data=1&vw=%2010,1,0,2476'
    httpVerbMethod = HttpVerb:GET
    requestParameters = 'format=xml'
    postData = ''
    responseOut = ''

    retVal =
    webReq.HttpWebRequest(requestEndpoint,httpVerbMeth od,postData,requestParameters,responseOut)

    So if SetupBuilder can GET it should be OK yes?

    Maybe I'm wrong but the address seems to be about grabbing stock market
    quotes, seems a strange thing to want to do with SetupBuilder?

    Graham
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •