且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从 Xamarin 调试设备访问 Web Api 时出现错误 400 错误请求

更新时间:2021-12-31 08:19:58

我解决了这个问题.与 Xamarin 或 android 无关,问题出在服务端.

I solved this probolem. It was not related to Xamarin or android, problem was on the service side.

首先启用外部请求:IIS Express 启用外部请求

然后为您的应用编辑绑定信息:IISExpress 返回 503来自远程机器的错误

An then edit binding information for your app: IISExpress returns a 503 error from remote machines