• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mliu18
    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
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Groups 0

    Topics

    • M

      [Dashboard] "ma-point-value" use both 'flash-on-change' and 'font color' properties

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      762 Views
      No one has replied
    • M

      cannot view REST API documentation in V3

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      10
      0 Votes
      10 Posts
      4k Views
      phildunlapP
      Certainly! Thanks for sharing what got it working for you.
    • M

      Mango 3.0 HTML dashboard unresponsive/taking up CPU utilisation

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      3
      0 Votes
      3 Posts
      1k Views
      M
      Hi Jared, Thanks for the prompt response. Just wondering what do you mean by a single <ma-point-values> with an array of points? Cheers. Warm regards, Michael
    • M

      DNP3 doesn't support floats??

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      878 Views
      No one has replied
    • M

      any generic guide to REST API + python?

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages python rest api
      11
      0 Votes
      11 Posts
      5k Views
      Jared WiltshireJ
      For anyone reading this thread, if you use Mango v3.3 you can now generate JWT authentication tokens from the users page on the new UI and use these to authenticate instead of logging in from your script. You do not need to use any CSRF/XSRF protection cookies/headers when using JWT authentication. Just set the one header on every request - Authorization: Bearer <token>