Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, 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!

1
Vote

When setting the HttpResponse.StatusDescription, it does not seem to work with https.

Note: This issue occurs for both Success and Failure event


Replication Procedure:


  1. Run the sample with HTTPS and upload the file. Set the debugger in the Success event.
  2. While triggering the success event, check the response status text value in the console window.
  3. We have returned the value from the server as "Syncfusion" for the statusText, but here we could not able to get it. This is the issue.
  4. While checking the same scenario with HTTP, it returns the statusText properly.

Expected: When hosting the link with HTTPS, it should also properly return the statusText.


Actual: When hosting the link with HTTPS, it does not properly return the statusText value from the server side.


Tickethttps://support.syncfusion.com/agent/tickets/504074