I started making a app with C#(Xamarin) and now I want to send data fron C# to a PHP or node.js server.
I want to use http(System.Net.Http) to make a simple login, can I run a method directly or do I have to send a json package and recieve it back?
If there are better methods pleas tell me