Code: Select all
curl http://***.***.***.***/nrdp/?cmd=hello&token=**************
Code: Select all
curl 'http://***.***.***.***/nrdp/?cmd=hello&token=**************'
Code: Select all
curl http://***.***.***.***/nrdp/?cmd=hello&token=**************
Code: Select all
curl 'http://***.***.***.***/nrdp/?cmd=hello&token=**************'
Yes I used the IP address and the assigned token that was setup.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.
Here is the raw curl dump from the original commandnscott wrote:If he is going to run this
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 itCode: Select all
curl http://***.***.***.***/nrdp/?cmd=hello&token=**************
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
NO REQUEST HANDLERCode: Select all
curl 'http://***.***.***.***/nrdp/?cmd=hello?&token=********************'
NO REQUEST HANDLERCode: Select all
curl 'http://***.***.***.***/nrdp/?cmd=nrdsgetclient&token=*******************&configname=***************'
In fact I'd be interested in seeing the raw curl dump from his 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 #0I sure will send an e-mail to support. Thanks for the help!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?