使用
Stream req = Request.InputStream;
req.Seek(0, SeekOrigin.Begin);
string json = new StreamReader(req).ReadToEnd();
收json的封包
使用Ajax.Post發送的話,收的到資料
但是用平版APP程式發送的話,收不到資料
我在兩台主機上有裝一樣的程式
A主機收的到APP資料,B主機收不到APP資料
B主機之前有重灌過VS2017,不知道有沒有影響
想不出那裡設定有動到
希望能幫小弟解一下,感謝(‵・ω・′)ゞ
IIS Log長這樣
2018-07-20 07:13:24 192.168.1.95 POST /DryPump/Api/TBD - 80 - 192.168.1.52
okhttp/3.8.1 - 302 0 0 4819
2018-07-20 07:13:24 192.168.1.95 GET /DryPump/Api/TBD
AspxAutoDetectCookieSupport=1 80 - 192.168.1.52 okhttp/3.8.1 - 302 0 0 9
2018-07-20 07:13:24 192.168.1.95 GET /DryPump/Api/TBD
AspxAutoDetectCookieSupport=1 80 - 192.168.1.52 okhttp/3.8.1 - 404 0 0 158
2018-07-20 07:14:12 192.168.1.95 POST /DryPump/Api/TBD - 80 - 192.168.1.52
okhttp/3.8.1 - 500 0 0 10214
2018-07-20 07:14:15 192.168.1.95 POST /DryPump/Api/TBD - 80 - 192.168.1.52
okhttp/3.8.1 - 500 0 0 17
2018-07-20 07:15:40 192.168.1.95 POST /DryPump/Api/TBD - 80 - 192.168.1.52
okhttp/3.8.1 - 500 0 0 9083