axios:未捕获承诺错误:请求失败,状态码为415

问题描述

我使用Axios将数据发布到EndPoint,但是在发布数据后,axios告诉我:

\documentclass{article}
\usepackage{xcolor}
%CustomColorDefsHere

\begin{document}

\textcolor{oneColor}{The first color}
\textcolor{twoColor}{The second color}
\textcolor{threeColor}{The third color}

\end{document}

我的代码

Uncaught (in promise) Error: Request Failed with status code 415

我的EndPoint:(ASP.NET Core 3.1)

 Axios.post('/api/formula/',this.rowsMap,{
      headers: {
        'Content-Type': 'application/json',},});
  };

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)