Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes
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.

Documentation: Customize HTTP Handler

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.