Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
EpicThomas
on 29/12/2013, 07:38:51 UTC
im trying to automate health checking of my VPSs using API requests from wget or lynx, but whenever I try to use options for wget/lynx to dump webpage to stdout, it fails if give it the API request, just usiing http://localhost:7874 works though.

Quote
[root@vps08 ~]# lynx -dump http://localhost:7874/nxt?&requestType=getState
[1] 2898
[root@vps08 ~]# {"errorCode":1,"errorDescription":"Incorrect request"}

Any tips?

remove the &