質問編集履歴
2
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
return token;
|
10
10
|
}
|
11
11
|
```
|
12
|
+
ajax$.ajax({を通った後上記javaの処理を通りました。
|
13
|
+
その後.doneに入ってほしいけど入らずに404...(jqueryがおこられている?)
|
12
14
|
|
13
15
|
```ajax
|
14
16
|
$(function() {
|
1
k
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,6 @@
|
|
14
14
|
$(function() {
|
15
15
|
$('#loginButton').on('click', function() {
|
16
16
|
debugger;
|
17
|
-
check();
|
18
17
|
$.ajax({
|
19
18
|
url: '/csrf',
|
20
19
|
type: 'GET'
|
@@ -28,5 +27,5 @@
|
|
28
27
|
});
|
29
28
|
```
|
30
29
|
```errer
|
31
|
-
GET http://localhost:8080/csrf 404
|
30
|
+
GET http://localhost:8080/csrf 404 jquery-3.3.1.min.js:2
|
32
31
|
```
|