Friday, January 11, 2013

Issues in Https File Downloading

Some times we are facing issues to download the file in HTTPS://www.site.com.
because in IE  https treats files downloading as junk. so it restricted.


Resolution: Removed the code which was sending “no-cache” headers to the browser. The code removed from the page load event -
               //Response.CacheControl = "no-cache";
               //Response.Expires = -1;

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home