CORS error tryouts.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
[
|
||||
{
|
||||
"origin": ["http://localhost"],
|
||||
"responseHeader": ["Content-Type"],
|
||||
"method": ["GET", "HEAD", "DELETE"],
|
||||
"origin": ["*"],
|
||||
"responseHeader": [
|
||||
"Content-Type",
|
||||
"Access-Control-Allow-Origin",
|
||||
"x-goog-resumable"
|
||||
],
|
||||
"method": ["GET", "HEAD", "DELETE", "POST", "PUT", "OPTIONS"],
|
||||
"maxAgeSeconds": 3600
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user