I am making an ajax call using fetch. When I use no-cors, the Authorization header disappears. If I use cors, the Authorization header is there, but I get cors error. I want