I'm trying to retrieve xml data using the service from apfy.me like this
curl -H "x-apfy-authorization: [Your API key]" \ http://ift.tt/1qNzWZf
but I get
curl: (1) Protocol http not supported or disabled in libcurl
when I try to run the command in terminal on my mac.
I have no experience in curl, I just want an ordinary url string to fetch the xml data. Is there a way to translate the curl command with header appended to a single url string?
No comments:
Post a Comment