質問編集履歴
1
editerについて加えた
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,8 +16,22 @@
|
|
16
16
|
|
17
17
|
```
|
18
18
|
|
19
|
+
と出ているのですが、このURLをOpenしても、接続が拒否されて見えません
|
20
|
+
|
21
|
+
#editerがAWS cloud9で
|
22
|
+
|
23
|
+
Unable to Preview Application in the AWS Cloud9 IDE with HTTP
|
24
|
+
|
25
|
+
Issue: In the address box of an application preview tab in the AWS Cloud9 IDE, the URL always starts with https. If you try to change https in the box to http and then press Enter, the tab doesn't display the application preview.
|
19
26
|
|
20
27
|
|
21
28
|
|
29
|
+
Cause: To help improve code safety, in the address box of the application preview tab in the IDE, AWS Cloud9 always uses https. This behavior cannot be changed.
|
22
30
|
|
23
|
-
|
31
|
+
|
32
|
+
|
33
|
+
Solution: To view an application preview with an address starting with http instead of https, change https in the address box of the tab to http and then press Enter. Then choose the Open your page in a new tab button. This displays the application preview in a separate web browser tab using HTTP.
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
でhttpをhttpsにしても見れない
|