How to make curl work from command prompt. (I know APIKEY, will keep later). How to solve this protocol error?
D:\nr\platform_installer_win32>curl -X GET ‘https://api.newrelic.com/v2/applications.json’ \ -H “X-Api-Key:${APIKEY}” -i
curl: (1) Protocol “'https” not supported or disabled in libcurl
curl: (6) Could not resolve host: \
D:\nr\platform_installer_win32>curl -X GET ‘http://api.newrelic.com/v2/applications.json’ \ -H “X-Api-Key:${APIKEY}” -i
curl: (1) Protocol “'http” not supported or disabled in libcurl
curl: (6) Could not resolve host: \
D:\nr\platform_installer_win32>curl --version
curl 7.41.0 (i386-pc-win32) libcurl/7.41.0 OpenSSL/0.9.8zf zlib/1.2.8
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL libz
If you don’t already have a New Relic account, you can get full access for free