Page 2 of 2

Re: NRDP - NO REQUEST HANDLER

Posted: Sun Aug 10, 2014 8:06 pm
by nscott
If he is going to run this

Code: Select all

curl http://***.***.***.***/nrdp/?cmd=hello&token=**************
He is going to need single quotes for sure, & will spin it off into a new shell, he'll need to wrap that in quotes, preferably singles unless he is using some some of variable expansion to do it

Code: Select all

curl 'http://***.***.***.***/nrdp/?cmd=hello&token=**************'
In fact I'd be interested in seeing the raw curl dump from his original command.

Re: NRDP - NO REQUEST HANDLER

Posted: Tue Aug 12, 2014 11:36 am
by ssa_nagios
tmcdonald wrote:Just so we can verify, could you please post both the command you are running and the output? And are you populating both the IP address *and* the token? Sorry if this sounds basic, but we need to make sure that you are typing exactly what you should be.
Yes I used the IP address and the assigned token that was setup.

Re: NRDP - NO REQUEST HANDLER

Posted: Tue Aug 12, 2014 11:48 am
by ssa_nagios
nscott wrote:If he is going to run this

Code: Select all

curl http://***.***.***.***/nrdp/?cmd=hello&token=**************
He is going to need single quotes for sure, & will spin it off into a new shell, he'll need to wrap that in quotes, preferably singles unless he is using some some of variable expansion to do it

Code: Select all

curl 'http://***.***.***.***/nrdp/?cmd=hello&token=**************'

I re-ran the curl command with single quotes around the http portion as shown above and got the following

Code: Select all

curl 'http://***.***.***.***/nrdp/?cmd=hello?&token=********************'
NO REQUEST HANDLER

Code: Select all

curl 'http://***.***.***.***/nrdp/?cmd=nrdsgetclient&token=*******************&configname=***************'
NO REQUEST HANDLER



In fact I'd be interested in seeing the raw curl dump from his original command.
Here is the raw curl dump from the original command

Code: Select all

* About to connect() to ***.***.***.***  port 80 (#0)
*   Trying 10.61.175.6... connected
* Connected to ***.***.***.*** (***.***.***.*** ) port 80 (#0)
> GET /nrdp/?cmd=nrdsgetclient&token=****************&configname=******************HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: ***.***.***.*** 
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Tue, 12 Aug 2014 16:44:27 GMT
< Server: Apache/2.2.15 (Red Hat)
< X-Powered-By: PHP/5.3.3
< Content-Length: 18
< Connection: close
< Content-Type: text/html; charset=UTF-8
< 
* Closing connection #0

Re: NRDP - NO REQUEST HANDLER

Posted: Wed Aug 13, 2014 5:26 pm
by tmcdonald
We might want to move this to a ticket at this point. If you're a customer (as it appears you are) can you send an email to [email protected] referencing this thread?

Re: NRDP - NO REQUEST HANDLER

Posted: Thu Aug 14, 2014 11:55 am
by ssa_nagios
tmcdonald wrote:We might want to move this to a ticket at this point. If you're a customer (as it appears you are) can you send an email to [email protected] referencing this thread?
I sure will send an e-mail to support. Thanks for the help!