Thursday, March 2, 2017

Download excel (or other format) file from web api controller method

Since javascript does not recognize downloadable file formats, setting mere content-type header is not enough when we want to provide a facility to download a file from web api controller method.

This discussion provides a workaround for the issue:

http://stackoverflow.com/questions/14831860/download-excel-file-from-page-via-webapi-call

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...