jcizel / FredR

FredR: R Interface to Federal Reserve Economic Data API
http://www.jankocizel.com/FredR/
Other
58 stars 34 forks source link

FRED API to require HTTPS August 18. #5

Open kgtaylor opened 9 years ago

kgtaylor commented 9 years ago

Hello,

I work on FRED at the St. Louis Fed. Beginning on August 18, 2015, the FRED API will require HTTPS requests. This change will help provide secure communication with the FRED API. An automatic redirect will forward HTTP requests to HTTPS. We recommend that you update the URLs in your code. The API currently supports HTTPS to allow you to test your applications with this secure protocol.

Please contact us at webmaster@research.stlouisfed.org or 314-444-FRED (3733) if you have questions or concerns. Thanks for using FRED and the FRED API.

Sincerely, Keith Taylor keith.g.taylor@stls.frb.org

Rharald commented 8 years ago

I fixed this in my fork and submitted a pull request.