<div dir="ltr">I fixed the issue returning hub.challenge value in the query string in the GET request.<br><br>On Saturday, November 16, 2013 4:49:38 PM UTC+5:30, Harshana Weerasinghe wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><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 <a href="http://localhost:15670/endpoint/x/NodeJsDemo" target="_blank">http://localhost:15670/<wbr>endpoint/x/NodeJsDemo</a>&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.<wbr>callback=<a href="http://someServer.com:8182/Publish&amp;hub.topic=NodeJsDemo&amp;hub.verify=sync&amp;hub.verify=async&amp;hub.lease_seconds=600" target="_blank">http://someServer.<wbr>com:8182/Publish&amp;hub.topic=<wbr>NodeJsDemo&amp;hub.verify=sync&amp;<wbr>hub.verify=async&amp;hub.lease_<wbr>seconds=600</a>" <a href="http://localhost:15670/subscribe/x/NodeJsDemo" target="_blank">http://localhost:15670/<wbr>subscribe/x/NodeJsDemo</a><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 <a href="http://someServer.com:8182/Publish" target="_blank">http://someServer.com:8182/<wbr>Publish</a></div><div><br></div><div><br></div></div></blockquote></div>