I am serving static content (html, css and js) using lighttpd. I want to call api from a server hosted on the localhost using a wsgi application with python. I am getting the following error when I am trying to call the api from frontend (using ajax with jquery library).
I am accessing the site via brave browser. For testing purpose how can I disable this "Cross-Origin Read Blocking (CORB) blocked cross-origin response" feature?