My $_POST is empty (at the server) when I’m trying to post at other content type like application/octet-stream, or when i’m using WebClient method at my c# code (for sending a binary 8bit row data).
The server works fine for regular string and only for ContentType = "application/x-www-form-urlencoded".
Where can I check the variale $_POST? at the Request class?
To get raw POST data, use: