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