• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. jwang
    3. Topics

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by jwang

    • J

      Solved Issue with HTTPBuilder

      Scripting general Discussion
      • • • jwang
      5
      0
      Votes
      5
      Posts
      1.2k
      Views

      phildunlapP

      I should have added that the HttpBuilder is adding a Content-Type: application/json header if no Content-Type is supplied, which is probably a bad behavior for a GET. I would still suggest pointing these at a Linux system with a listening netcat, though, so that you could see exactly how the HTTP requests were differing.

      I was able to use that URL with a header of Content-Type: text/plain

      And oddly no API key required, but that probably means there's some limiter. You may want to remove the image from your initial post, since you included your API key and where it goes.

      Edit: I have made it such that in the next version no Content-Type header will be added to GET requests if missing.

    • J

      Solved Basic Module Development Questions

      Development general discussion
      • • • jwang
      12
      0
      Votes
      12
      Posts
      2.3k
      Views

      Jared WiltshireJ

      I guess I have more questions about what you are trying to achieve -

      Do you require the information retrieved from your external HTTP API to be available as data points / point values? (e.g. you want to store history for them in the Mango time series database, or you want the values to be available on the watch list etc) Is the external HTTP API available on the internet / accessible from the client web browser? If so you may be able to request the data directly from the web browser via a XHR request.