Get request to create an account:
http://23.228.67.85:7890/account/generate
returns:
{
“timeStamp”: 91187970,
“error”: “Unauthorized”,
“message”: “remote 137.78.99.23 attempted to call local /account/generate”,
“status”: 401
}
Could you please help me with this?
Is any authorization needed for account creation?
Node URL (23.228.67.85:7890) is selected by logic from:
connection.SetTestnet();
connection.AutoHost = true;