Executing an api call in pyhton via (as part of my mynode fullnode)
req = requests.get('http://192.168.30.87:3002/api/address/%s' % adress)
always returns a 401 'Unauthorized'
How can I avoid that? Doing excatly the same call with the mempool app from my fullnode works just fine with a 200 respone.
Executing an api call in pyhton via (as part of my mynode fullnode) req = requests.get('http://192.168.30.87:3002/api/address/%s' % adress) always returns a 401 'Unauthorized' How can I avoid that? Doing excatly the same call with the mempool app from my fullnode works just fine with a 200 respone.
Thanks!