I'm just trying to respond with a string to HttpClient POST request, but my webpage always responds with the whole HTML text plus other things.
I'm a noob and i would appreciate a simple example about how to make a simple string response to a request.
I've tried Response.Clear(), Response.ClearContent(), writing strings into response, etc. but i don't know what i'm doing exactly and doesn't seems to work.
Any help or link to one example?^(i've been googlin all day but never found something simple and never about responses, always about requests) I'm using c#.
Thanks in advance ^^
