Ajax发布请求

时间:2017-01-22 20:06:14

标签: javascript ajax post

尝试从服务器获取数据

headers: { 'X-Authenticated-Userid': '15000500000@1' },

但是,我的控制台说:对象{message:&#34;没有标题&#34;,代码:500} 当我设置标题时:header:X-Authenticated-Userid:15000500000 @ 1 - 这给我的后端开发人员 添加到代码render() { const func = (node) => { React.Children.forEach(node.children, (childNode) => { if (childNode && childNode.props && typeof childNode.props.children === "object") { func(childNode.props); } else if (typeof childNode.props.children === "string"){ console.log(childNode.props); } }) } func(this.props); return <span>{ this.props.children }</span>; }

我收到错误对象{message:&#34;错误请求,http代码:0,错误消息:&#34;,代码:500}

可能是我做错了什么?

1 个答案:

答案 0 :(得分:0)

清空&#34; POST&#34;数据。如果你想&#34; GET&#34;来自数据库的数据建议使用&#34; GET&#34;而不是&#34; POST&#34;