Reading from request inpit stream on BASIC authentication
[530 authentication] [553 authentication] [authentication] [authentication key] [BASIC] [Empty] [InputStream] [Request]
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 from the request and consequent reading from the stream in the same request will return no data.
Solution
A check is added, which defines if reading from the input stream must be done during BASIC authentication. This check will decrease significantly this problem.