I guess the server expects url encoded data and not text plain. So try define the following before setup() int port = 80; String response; ...
確定! 回上一頁