I tried to add custom header with this:
let manager = Manager.sharedInstance manager.session.configuration.HTTPAdditionalHeaders = [ \"Authorization\": \
A way to do this is to use a RequestAdapter as demoed on the Alamofire advanced usage documentation.