Results 1 to 6 of 6

Thread: RESTTest.vw problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Edmonton Canada
    Posts
    933

    Default RESTTest.vw problem

    First, thanks to Mike Peat for providing RESTTest.vw in his blog posting "Consuming RESTful Services in Dataflex"

    This works
    Host: jsonplaceholder.typicode.com
    Port: 80
    Path: posts
    Verb: GET


    My problem is that this does not work
    Host: Localhost/WebOrder_19_1/SimpleREST
    Port: 80
    Path: customers
    Verb: GET
    The error is "HTTP request failed" resulting from Get HttpVerbAddrRequest returning 0

    In a browser this works
    Localhost/WebOrder_19_1/SimpleREST/customers

    I also tried 192.168.200.241 instead of Localhost. Same problem

    Any ideas what my problem might be?
    Thanks
    RChi
    Last edited by ArchieCampbell; 12-Aug-2020 at 11:11 PM.

Tags for this Thread

Posting Permissions

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