• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    Publisher HTML Sender Test Error

    Mango Automation general Discussion
    1
    2
    2.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AlexHK
      last edited by

      I am not sure if it's me who's doing it wrong or if there is an error.
      When I hit HTTP Send Test / Send Static Data it shows "Sending..." and will stay like this until I hit cancel.
      I also get the following error

      WARN  2013-10-21 12:20:07,223 (com.serotonin.m2m2.web.dwr.MiscDwr.jsError:176) - Javascript error
         Description: TypeError: PublisherEditDwr.httpSenderTest is not a function
         Page: http://192.168.0.171:8080/publisher_edit.shtm?pid=1
         Line: 567
         Browser name: Firefox
         Browser version: 23
         osName: Windows
         location: http://192.168.0.171:8080/publisher_edit.shtm?pid=1
      

      Apart from this, what I am trying to do is to post some info via HTTP GET to a Cai WebControl board.

      The URL would be

      http://192.168.1.15/api/seturom.cgi?uromid=1&value=23456789

      But I am using a password, so maybe

      http://admin:password@192.168.1.15/api/seturom.cgi?uromid=1&value=23456789

      Or using static HTTP headers. That's what I am trying to figure out.

      Under Static Headers I entered

      Authorization=Basic YWRtaW46cGFzc3dvcmQ=

      (The string is base64 encode of "admin:password")

      Is what I am doing about right?

      Eventually what I am trying to do is update a value as above on a certain event (ie. HTTP Retriefer receives an alarm).

      Alex

      1 Reply Last reply Reply Quote 0
      • First post
        Last post