I was behind 365 days on an HBN wallet I use for testing. Took about 15 hours to get to current, so I'm still not seeing any issue with syncing. That was very reasonable to me.
i recompile the hobonickels daemon after fixing the source with your fix, but still got HTTP_FORBIDDEN.
any another idea ?
No. What are you doing exactly?
this does work...
curl --user username --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }'
-H 'content-type: text/plain;'
http://127.0.0.1:7373/this does not work...
curl --user username --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }'
-H 'content-type: text/plain;'
http://192.168.2.2:7373/the daemon started with option -rpcallowip=192.168.2.0/24
i think something is wrong with the access rights interpretation
am i wrong ?