W3 Total Cache, RackSpace Cloud Files, and Forcing Downloads [closed]
This can be broken down to a simple task by adding a custom filter. You will need to add the following to the _send_request method within the CF_Http class in cloudfiles_http.php line 1283. $headers = $this->_make_headers($hdrs); //Add this line below $headers = apply_filters(‘cloudfiles_headers’, $headers, $url_path, $method); This will give you access to the headers from … Read more