Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTP POST
#4
Maybe copied not whole script. Some code is hidden between the visible first and second lines. Click the Copy link.

When in the second code you have r:
C# code:
var jsonstr = r.Content.ReadAsStringAsync().Result;

Or in the first code replace the last code line:
C# code:
    var jsonstr = client.UploadString("http://192.168.1.1/test/", data);

Not tested.


Messages In This Thread
HTTP POST - by redbull2k - 12-10-2019, 10:13 PM
RE: QM3 preview - by Gintaras - 12-10-2019, 10:53 PM
RE: QM3 preview - by redbull2k - 12-10-2019, 11:51 PM
RE: QM3 preview - by Gintaras - 12-11-2019, 12:03 AM
RE: QM3 preview - by redbull2k - 12-11-2019, 12:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)