質問編集履歴

1

ご指摘の質問個所を修正しました

2016/11/27 06:29

投稿

zatsudayo
zatsudayo

スコア18

test CHANGED
File without changes
test CHANGED
@@ -14,13 +14,13 @@
14
14
 
15
15
 
16
16
 
17
- <iframe src="http://abc.com/sample.html"></iframe>
17
+ <iframe src="http://example.com/sample.html"></iframe>
18
18
 
19
19
 
20
20
 
21
21
 
22
22
 
23
- WEBブラウザがhttp://abc.com/sample.htmlへGETリクエストを投げて、
23
+ WEBブラウザがhttp://example.com/sample.htmlへGETリクエストを投げて、
24
24
 
25
25
  レスポンスが返ってくる
26
26
 
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- WEBブラウザがhttp://abc.com/sample.htmlに記載されているcssや画像を取得する
37
+ WEBブラウザがhttp://example.com/sample.htmlに記載されているcssや画像を取得する
38
38
 
39
39
 
40
40
 
@@ -76,7 +76,7 @@
76
76
 
77
77
  また、ブラウザで発生するHTTPリクエストを全てキャッチして、
78
78
 
79
- http://abc.com/sample.htmlに記載されているcssや画像のHTTPリクエストを遮断できないかな?と思っています、いかがでしょうか。
79
+ http://example.com/sample.htmlに記載されているcssや画像のHTTPリクエストを遮断できないかな?と思っています、いかがでしょうか。
80
80
 
81
81
 
82
82