ochuko3d commented on issue #6439:
URL: https://github.com/apache/apisix/issues/6439#issuecomment-1216901157

   @tzssangglass Please we are getting this error **Referrer Policy: 
strict-origin-when-cross-origin** the referrer is **http://localhost:9001/**. 
below is my config
   
    "methods": [
       "POST"
     ],
     "host": "dev.api.assetstack.co",
     "plugins": {
       "cors": {
         "allow_credential": true,
         "allow_headers": "*",
         "allow_methods": "**",
         "allow_origins": "http://localhost:9001";,
         "disable": false,
         "expose_headers": "*",
         "max_age": 600
       }
     },


-- 
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