I'm doing a GET request with header, which has basic Auth, I'm getting the following error
link
it seems that it is not sent
let token = "Basic ************=";
let headers = new HttpHeaders({
"Content-Type": "application/js...
asked by
02.08.2018 / 20:10