I tried to pass credentials like this:
fetch(this.url + \'/auth/login\', {method:\'GET\', headers: {\'Authorization\': \'Basic \' + btoa(\'xxxx:xxxx\')}}) .t