[AJAX]Authorization Bearer

XCC629·2022년 4월 18일
0

frontend

목록 보기
4/16

GET method에서 토큰보내기

백 개발자의 요청
👩‍💻: jwt 토큰 header에 담아주세요.

요청 header에 Authorization를 보낼때, jwt혹은 OAuth에 대한 토큰이라면 type으로 Bearer을 주어야한다.

Authorization: `Bearer ${localStorage.getItem("token")}`,
profile
프론트엔드 개발자

0개의 댓글