myVictor commented on issue #875: 配置了cors,但还是提示No 'Access-Control-Allow-Origin' 
header
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/875#issuecomment-511169848
 
 
   
   
![image](https://user-images.githubusercontent.com/7285684/61178849-603d2280-a629-11e9-8560-0827692d9046.png)
   配置文件:
   servicecomb:
     cors:
       enabled: true
       origin: "*"
       allowCredentials: false
       allowedMethod: OPTIONS,POST
       maxAge: 3600
   
   发送OPTIONS请求时返回还是405(405 CommonExceptionData [message=Method Not 
Allowed]),是什么情况?
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to