Forum Discussion

ukeasyproj's avatar
ukeasyproj
Helper II
9 years ago
Solved

questions regarding using RESTful API as data source

Before I can pull data, I need to do the following:     Authentication is managed using HTTP one (only “Basic” is supported right now). Every request must include an authorization HTTP Header. Als...
  • ukeasyproj's avatar
    ukeasyproj
    9 years ago

    it turns out it was an error on my part regarding the link that I used for my api call, it shouldve been https not http, everything works now