Home > database >  401 Unauthorized response on public json flutter
401 Unauthorized response on public json flutter

Time:08-22

I use this json to list stocks(BIST). enter image description here

how can i fix this? Thanks for your help

CodePudding user response:

What is a 401 Unauthorized Error?

A 401 Unauthorized Error is an HTTP status code that indicates that the server received an unverified request.

Fix:

Look for errors in the URL

  • Related