質問編集履歴

2

検証結果を追記

2021/12/07 03:37

投稿

106
106

スコア0

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,23 @@
19
19
  ### 補足情報
20
20
 
21
21
  クラウド~オンプレ間のネットワーク的な問題は無いものとします。
22
+
23
+
24
+
25
+ ### 追記
26
+
27
+ 下記の環境で検証を実施
28
+
29
+ 1. JSON ServerとngrokでRESTサーバのモックを構築
30
+
31
+ 1. AzureのApp Service(Web Apps)で上記のAPIを呼び出すだけのSPAをデプロイ
32
+
33
+
34
+
35
+ SPAからAPIを実行したところ、下記のエラーが発生した。
36
+
37
+ ```
38
+
39
+ Mixed Content: The page at 'https://xxxxxxxxx/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://yyyyyyyyy'. This request has been blocked; the content must be served over HTTPS.
40
+
41
+ ```

1

初心者アイコンを設定しました。

2021/12/07 03:36

投稿

106
106

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,8 @@
12
12
 
13
13
  SPA(https)からオンプレ(http)APIの呼び出しは可能でしょうか?
14
14
 
15
+ もし可能な場合、必要な設定や手順があれば併せて教えて頂けますと助かります。
16
+
15
17
 
16
18
 
17
19
  ### 補足情報