回答編集履歴

1

書式の修正

2019/11/12 07:36

投稿

yogore
yogore

スコア13

test CHANGED
@@ -2,11 +2,13 @@
2
2
 
3
3
  ```
4
4
 
5
- - Before
5
+ Before
6
6
 
7
7
  'www-authenticate': [{key: 'WWW-Authenticate', value:'Basic'}]
8
8
 
9
+
10
+
9
- - After
11
+ After
10
12
 
11
13
  'www-authenticate': [{ key: 'WWW-Authenticate', value: 'Basic realm="Please Enter Your Password"' }]
12
14