[置顶] 一个有趣的C#面试题
posted @ 2008-01-02 16:39 得易失易积薄不宏 阅读(320) 评论(0) 推荐(0) 编辑
汇聚大海
posted @ 2008-01-02 16:39 得易失易积薄不宏 阅读(320) 评论(0) 推荐(0) 编辑
今天一个学生在使用axios post调用webpi时报错,但是get却没有问题,请求错误如下:
因为get请求是可以的,首先排除跨域问题。与学生沟通,发现使用jquery的ajax方法是可以调通的,不报错。 经过仔细排查终于定位问题, 问题原因是:
JQuery.ajax的post提交默认的请求头的Content-Type: application/x-www-form-urlencoded
axios.post提交的默认请求头是Content-Type: application/json
所以,api无法接到值,把axios的content-type改为application/x-www-form-urlencoded, 问题解决
参考文章https://www.cnblogs.com/changzhenan/p/8430760.html
posted @ 2021-09-29 10:43 得易失易积薄不宏 阅读(135) 评论(0) 推荐(0) 编辑
posted @ 2019-07-18 09:02 得易失易积薄不宏 阅读(1077) 评论(0) 推荐(0) 编辑
posted @ 2018-10-19 10:34 得易失易积薄不宏 阅读(3167) 评论(0) 推荐(0) 编辑
posted @ 2018-10-19 09:06 得易失易积薄不宏 阅读(1919) 评论(0) 推荐(0) 编辑
posted @ 2018-10-04 09:42 得易失易积薄不宏 阅读(823) 评论(0) 推荐(1) 编辑
posted @ 2017-04-19 14:48 得易失易积薄不宏 阅读(510) 评论(0) 推荐(0) 编辑
posted @ 2016-12-02 16:04 得易失易积薄不宏 阅读(653) 评论(0) 推荐(0) 编辑
posted @ 2014-11-19 16:24 得易失易积薄不宏 阅读(748) 评论(0) 推荐(0) 编辑
posted @ 2013-03-15 00:39 得易失易积薄不宏 阅读(1337) 评论(0) 推荐(0) 编辑
posted @ 2012-11-22 14:06 得易失易积薄不宏 阅读(360) 评论(0) 推荐(0) 编辑