Reading from request inpit stream on BASIC authentication

[] [] [] [] [] [] [] []

Symptom
When application with BASIC authentication tries to read input stream from the HttpRequest, after successful authentication, the stream will contain no data.
Other terms
BASIC authentication empty request InputStream
Reason and Prerequisites
The client application must be protected with BASIC authentication and the authentication process must pass successfully. This process will cause reading the input stream [...]