Commit 6f3a8ec8 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

test dynamic header

parent c15e5739
Pipeline #124 passed with stage
in 4 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -39,7 +39,7 @@ function readCookie(cname) {
}
function sendRequest(URL){
console.log(docuemnt.cookie);
console.log(document.cookie);
let xhr = new XMLHttpRequest();
xhr.open("POST", URL, true);
let token = readCookie("XSRF-TOKEN");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment