0

我们在 ColdFusion 中开发了 Rest web 服务,它使用 POST 数据并返回输出结果。这一切工作正常,但突然它无缘无故停止工作。

这是一个简单的 Web 服务,它使用基本身份验证,传递一些标头和表单数据。这就是邮递员请求的样子。

POST /rest/apis/auth/token HTTP/1.1
Host: mydomain.com
Authorization: Basic PROTECTED
CfURL: www.google.com
Content-Type: application/x-www-form-urlencoded

APIKey=xxxxxx

有时我会收到此错误:

"Error","ajp-nio-127.0.0.1-8018-exec-23","04/19/21","15:48:40","","The @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded The specific sequence of files included or processed is: C:\home\*.cfc'' "

有时我会收到此错误-

在此处输入图像描述

任何帮助表示赞赏。谢谢

4

0 回答 0