It is working with { headers: new HttpHeaders({ 'Content-Type': 'application/json', 'Authorization': 'Basic ' + btoa('imrank@gmail.com:111111') }) };
but how send cookie id with header, i am trying different ways but facing bad request error
did find any solution bro ?
Any suggestion, I am trying to consume websocket api in ANGULAR
It is working with
{ headers: new HttpHeaders({ 'Content-Type': 'application/json', 'Authorization': 'Basic ' + btoa('imrank@gmail.com:111111') }) };
but how send cookie id with header, i am trying different ways but facing bad request error