강의

멘토링

로드맵

Inflearn Community Q&A

xxxxxxxxxx's profile image
xxxxxxxxxx

asked

Applying TypeScript to Node.js (feat. NodeBird)

Making an axios ts library

a태그 데이터 받는방법

Written on

·

169

0

소셜로그인 시 a태그로 서버한테 get요청을 보내고 있는데 서버의 응답값을 받을 방법이 있을까요? 

ex) res.send 이런식으로

쿠키로 해결해야될까요?

웹앱typescriptnodejs

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

a태그 사용 시 서버의 응답값을 직접 받지는 못하고 res.redirect(주소?받고싶은데이터) 이런 식으로 리다이렉트로 데이터와 함께 다른 라우터로 보내야 합니다.

xxxxxxxxxx's profile image
xxxxxxxxxx

asked

Ask a question