Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个与我们服务的 REST 交互的 mosync 应用程序。我正在使用 AMDownload 包。Wat 是发送 REST API 所需的 json 有效负载的正确方法吗?
HTTP 400 错误请求的发生可能是因为 MoSync Android 运行时弄乱了 URL,导致服务器返回此错误。或者,也许 MoSync Android 运行时认为 URL 错误,并发回 HTTP 400 错误请求。
您可以在 Android 设备上进行测试吗?看看结果是否一样。
此外,是否可以找到发送到服务器的确切 URL/数据?也许使用一些网络监控软件。如果你可以访问服务器,你能看到它收到的请求吗?如果您在 Firefox RESTClient 之类的客户端中输入相同的请求,您会得到相同的响应吗?