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.
Logging HTTP publisher
-
I'd like to log exactly what the HTTP publisher is sending out to the server that it's connecting to. Is there a way to do this?
-
I just answered my own question. Netcat -l -p whatever port and point the HTTP publisher to localhost:whateverport. Done :)
-
Hi Psysak,
Glad you figured it out. Here's a past thread with info about this: https://forum.infiniteautomation.com/topic/2187/how-to-use-publishers-http-sender
-
That's where I got the idea for netcat, figured I'd post the solution here cause that other thread was a little more complicated than what I wanted to do. Thanks Phil
-
Certainly!
nc -l port#
is definitely the TLDR of that thread :D