I am trying to get account info from my spot testnet account. But I got this error.
Can you help me? If you have ever faced at the same issue, help me please.
This happens when browsers are involved due to higher security standard, using Postman won’t have this issue.
Browser sends OPTIONS as preflight request to the API before sending the actual GET request, so you can try to add OPTIONS into “Access-Control-Allow-Methods” (and maybe also X-MBX-APIKEY to "Access-Control-Allow-Headers:)