質問編集履歴

1

エラー文の追加

2019/07/10 17:37

投稿

jpskgc
jpskgc

スコア19

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,37 @@
38
38
 
39
39
  ```
40
40
 
41
-
41
+ ```
42
+
43
+ Request URL: http://localhost:4000/api/post
44
+
45
+ Request Method: OPTIONS
46
+
47
+ Status Code: 404 Not Found
48
+
49
+ Remote Address: [::1]:4000
50
+
51
+ Referrer Policy: no-referrer-when-downgrade
52
+
53
+ Content-Length: 18
54
+
55
+ Content-Type: text/plain
56
+
57
+ Date: Wed, 10 Jul 2019 17:36:01 GMT
58
+
59
+ Provisional headers are shown
60
+
61
+ Access-Control-Request-Headers: content-type
62
+
63
+ Access-Control-Request-Method: POST
64
+
65
+ Origin: http://localhost:3000
66
+
67
+ Referer: http://localhost:3000/post/finish
68
+
69
+ User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
70
+
71
+ ```
42
72
 
43
73
  ### 該当のソースコード
44
74