Jeremy Posted November 3, 2020 Share Posted November 3, 2020 We have set up a node for passing a JSON file out of all the questions from a PCF and we are trying to send this to another server that we have, we have enabled access to/from this server on our firewall to the Hornbill IP address but when sending the file there is nothing that is received and the node seems to mark it as a success which is not true. I can send the setting of the node to someone in a PM if they want to see how it is set up with the details, below is a redacted version. There is nothing that the remote server receives and in the SM log I can't see any errors but there is a lot of noise so struggling to work out the details of the integration in the logs. We have nodes set up for Basic Auth and these work fine, but when we are trying this way is seems to be not working as expected. I highly presume user error on behalf of myself Link to comment Share on other sites More sharing options...
Steve G Posted November 9, 2020 Share Posted November 9, 2020 Hi @Jeremy, Did you get anywhere with this? At a glance, I would think that the endpoint is expecting a JSON payload, but the Body param doesn't appear to be JSON formatted - unless there's some JSON written into that pcf variable... I've just given it a test to be 100% sure though, pointing a HTTP Request node out to RequestBin, and the POST request was received as expected: Cheers, Steve Link to comment Share on other sites More sharing options...
Jeremy Posted November 11, 2020 Author Share Posted November 11, 2020 @Steve G still no luck with our internal server, what would be the IP address that these requests would be sent from? Maybe the server is not setup to accept these requests.... Link to comment Share on other sites More sharing options...
Jeremy Posted November 16, 2020 Author Share Posted November 16, 2020 Does anyone know the IP address that Hornbill communicates from when sending these HTTP requests? Link to comment Share on other sites More sharing options...
Steve G Posted November 16, 2020 Share Posted November 16, 2020 Hi @Jeremy, The source IP should be 87.117.243.10. Cheers, Steve Link to comment Share on other sites More sharing options...
Jeremy Posted November 16, 2020 Author Share Posted November 16, 2020 @Steve G that is what I thought but there seems to be no traffic coming from that IP address when we try to test this node. I have updated to send a json test, but we are not seeing anything in our firewall logs to indicate that refused connections, just seems to be silence. Link to comment Share on other sites More sharing options...
Steve G Posted November 16, 2020 Share Posted November 16, 2020 @Jeremy The easiest way to check if this is an issue with your endpoint or Hornbill sending the requests would be to setup your own RequestBin (I just used a free public one in the above test), point your HTTP Request node at that, leaving the headers and body as they are and just replace the URL, then check to see if the request is received when your workflow sends it. This should prove that the node and workflow are working, and that there may be an issue with your endpoint. Thanks, Steve Link to comment Share on other sites More sharing options...
Jeremy Posted November 16, 2020 Author Share Posted November 16, 2020 @Steve G So I have tried this and there is nothing that is received. It just sits Waiting for event..... Link to comment Share on other sites More sharing options...
Steve G Posted November 16, 2020 Share Posted November 16, 2020 @Jeremy Strange, can you PM me a copy of your workflow so I can take a look please? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now