I've been using file_get_contents on the same URL for years and now suddenly it fails. After reading of similar issues I've tried using various context flags with no luck.
The really odd thing is that I can load the URL from any browser with no issues but file_get_contents fails. Does anyone have any ideas?
ERROR:
Warning: file_get_contents(http://www.aaii.com/sentimentsurvey/sent_results): failed to open stream: Redirection limit reached, aborting in ... on line 286
Thanks in advance!