Fetch SharePoint RSS with PHP using cURL for parsing
The SharePoint instance that I needed to get an RSS feed out of was behind an https layer. To accomplish this task, I used cURL to fetch the list. In addition, I needed cURL to not verify the security certificate… Continue Reading