質問編集履歴

1

Access-Control-Allow-Origin': '*'に修正。失礼しました。誤字です。

2021/02/26 02:35

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -104,7 +104,7 @@
104
104
 
105
105
  headers = {
106
106
 
107
- 'Access-Control-Allow-Origin': 'http://127.0.0.1:5500/',
107
+ 'Access-Control-Allow-Origin': '*',
108
108
 
109
109
  'Access-Control-Allow-Methods': 'POST',
110
110