https://github.com/axios/axios/issues/943
How to set cookies when send a request in node ? · Issue #943 · axios/axios
How to set cookies when send a request in node ?
github.com
1
2
3
4
5
|
axios.get(url, {
headers: {
Cookie: "cookie1=value; cookie2=value; cookie3=value;"
}
}).then...
|
cs |
'공부 > Node.js' 카테고리의 다른 글
node.js 프로젝트 생성 (0) | 2023.02.06 |
---|---|
axios response cookie 설정 (0) | 2023.02.02 |