From what i can see get_url doesn't support specifying custom http headers like the uri module.
What i am trying to do is download some files from the object storage in Softlayer (based on SwiftStack)
1) Customised the softlayer inventory file to include username and apikey as group_vars when generating inventory
2) use uri module to authenticate against object storage and get storage auth token
3) use get_url to download files but need to specify custom header to include token
Am I am correct in saying can't specify custom header in get_url, happy to try and create a patch to support this if this is ok?
thanks
Andrew