Allowing also GET method on Access-Control-Allow-Methods (dynamic handler).
This commit is contained in:
@@ -54,7 +54,7 @@ module Handlers
|
||||
'Expires' => '0',
|
||||
'Content-Type' => 'text/javascript',
|
||||
'Access-Control-Allow-Origin' => '*',
|
||||
'Access-Control-Allow-Methods' => 'POST'
|
||||
'Access-Control-Allow-Methods' => 'POST, GET'
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user