<div dir="ltr">Hi All,<div><br></div><div>I'm new to RabbitMQ and RabbitHub and configured server and it's running good. I created&nbsp;Exchange using&nbsp;</div><div><br></div><div>curl -X PUT http://localhost:15670/endpoint/x/NodeJsDemo&nbsp;<br></div><div><br></div><div>when I create Subscription for that I'm getting error "Request verification failed: {request_status,404}"</div><div><br></div><div>I'm using&nbsp;</div><div><br></div><div>curl -vd "hub.mode=subscribe&amp;hub.callback=http://someServer.com:8182/Publish&amp;hub.topic=NodeJsDemo&amp;hub.verify=sync&amp;hub.verify=async&amp;hub.lease_seconds=600" http://localhost:15670/subscribe/x/NodeJsDemo<br></div><div><br></div><div>create to subscription.&nbsp;</div><div><br></div><div>what I wanted to do is all the messages comes to the&nbsp;Exchange&nbsp;NodeJsDemo needs to be delivered to web API http://someServer.com:8182/Publish</div><div><br></div><div><br></div></div>