odooController接口开发POST请求的跨域问题解决方法-成都创新互联网站建设

关于创新互联

多方位宣传企业产品与服务 突出企业形象

公司简介 公司的服务 荣誉资质 新闻动态 联系我们

odooController接口开发POST请求的跨域问题解决方法

odoo Controller接口开发 POST请求的跨域问题解决方法

成都创新互联公司是一家专注网站建设、网络营销策划、微信小程序定制开发、电子商务建设、网络推广、移动互联开发、研究、服务为一体的技术型公司。公司成立10多年以来,已经为成百上千家PE包装袋各业的企业公司提供互联网服务。现在,服务的成百上千家客户与我们一路同行,见证我们的成长;未来,我们一起分享成功的喜悦。

1、odoo Controller接口开发,前端在请求的时候会发生跨域问题,报错信息如下:
Function declared as capable of handling request of type 'json' but called with a request of type 'http'

2、解决方法如下:
      odoo官网给的参数解释: cors – The Access-Control-Allow-Origin cors directive value.

            可以在Controller接口上配置参数,如:
            `@http.route("/", type='json', auth="none", csrf=False, method=["POST"],
            website=True, cors="*")`
            这样前端在进行接口调用的时候,就可以调通了,跨域问题就解决了。

网站栏目:odooController接口开发POST请求的跨域问题解决方法
网站网址:http://kswsj.cn/article/pjijei.html

其他资讯