Using Web API as a proxy for downloading files
Imagine this scenario: an ApiController Action that acts as a proxy to an external CDN for downloading files (yes, even large ones). The basic idea here is to use HttpClient to create an async request to the CDN passing also the optional range headers and then simply return the result...
2014, May 06 — 5 minute read