Need to provide option to pass the authorization header value using HTTP request for the GetImage operation in the FileManager component.
When adding the authorization header value to the HttpClientInstance within the beforeSend event, the header value is properly passed from the client to the server for File Operations, as well as for Upload and Download operations. Similarly, we need to handle and pass the header value for the GetImage operation using the same beforeSend event.
Previously, In BeforeImageLoad we used the ImageUrl argument and concatenated an additional string value to pass data from the client to the server. We need to move away from this approach and implement a more secure and efficient method to pass the authorization header value via the HTTP request for the GetImage operation.