You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a path for URL general target does appear to be extracted correctly. The path to my target includes a port, the IP address appears to be OK but the PORT reported is 80 rather than the one in my path. If I use the same path and POST from RESTer then the target receives the data correctly.
Using a path for URL general target does appear to be extracted correctly. The path to my target includes a port, the IP address appears to be OK but the PORT reported is 80 rather than the one in my path. If I use the same path and POST from RESTer then the target receives the data correctly.
URL Target:
http://IP:8123/api/webhook/brewbubbles1
Telnet Output:
2023-01-31T14:57:28Z V: Triggered URL Target push.
2023-01-31T14:57:28Z V: Host lookup: 192.168.20.145.
2023-01-31T14:57:28Z V: Resolved host 192.168.20.145 to IP 192.168.20.145.
2023-01-31T14:57:28Z N: Posting to: 192.168.20.145
2023-01-31T14:57:28Z V: Connecting to: 192.168.20.145 at 192.168.20.145 on port 80
2023-01-31T14:57:28Z W: Connection failed, Host: 192.168.20.145, Port: 80 (Err: 0)
2023-01-31T14:57:28Z E: URL Target post failed.
I hope that's sufficient information?
The text was updated successfully, but these errors were encountered: