I'm in a Xamarin project where I use a web service in PHP.
The problem is as follows, I send json to ws but when I receive it by POST, nothing arrives on it
C # code:
HttpContent content = new StringContent(json, Encoding.UTF8...
asked by
18.07.2018 / 20:20