业精于勤,荒于嬉
全部博文(763)
发布时间:2016-03-16 14:16:13
在nginx.conf中配置http { ...... add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Headers X-Requested-With; add_header Access-Control-Allow-Methods GET,POST,OPTIONS; ......}这样就可以实现GET,POST,OPTIONS的跨域请求的支持也可以 add_head.........【阅读全文】