SyntaxFix
Write A Post
Hire A Developer
Questions
You have a typo.
Change: headers.append('authentication', ${student.token});
headers.append('authentication', ${student.token});
To: headers.append('Authentication', student.token);
headers.append('Authentication', student.token);
NOTE the Authentication is capitalized