eminoda commented on issue #1983:
URL: https://github.com/apache/apisix/issues/1983#issuecomment-1010737757


   CORS Plugins: 
   ````
   "cors": {
         "allow_credential": false,
         "allow_headers": "Content-Type,Fetch-Mode,accept", // fix IE CORS
         "allow_methods": "*",
         "allow_origins": "*",
         "disable": false,
         "expose_headers": "*",
         "max_age": 5
        #}
   ````
   Http Methods Options preflight request received 
"access-control-allow-headers: *", allow_headers is not working. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to