Hey guys
While I’m working on a block explorer, I’ve experienced an issue using the POST call /local/chain/blocks-after.
Every node I’ve tried so far, gives me back the following response:
{
"timeStamp": 96922943,
"error": "Unauthorized",
"message": "remote *.*.*.* attempted to call local /local/chain/blocks-after",
"status": 401
}
I tried this one http://hugealice.nem.ninja:7890/local/chain/blocks-after and even set up my very own supernode. The logs entry after I perform the request:
2018-04-23 19:18:00.544 WARNING remote *.*.*.* attempted to call local /local/chain/blocks-after (org.nem.nis.controller.te.woe preHandle)
2018-04-23 19:18:00.545 INFO Http Status Code 401: remote*.*.*.* attempted to call local /local/chain/blocks-after (org.nem.core.connect.ErrorResponse <init>)
Any help would be appreciated.
Thanks!