Locating and Reading RSS Feeds with cURL
-
QUESTION: How does one go about locating one’s RSS2, ATOM, or other feed using cURL?
I have now tried the following four URLs and am beset with failure each time.
$url = “https://www.grammarcaptive.com/feed”;
$url1 = “https://www.grammarcaptive.com/wordpress/feed”;
$url2 = “https://www.grammarcaptive.com/wordpress/index.php/feed”;
$url3 = “https://www.grammarcaptive.com/wordpress/index.php/feed/rss2”;I am beset with the following responses:
1) Not Found
2) Oops, That page cannot be found
3) [nothing]
4) Moved PermanentlyAlso, if you have a suggestion with regard to the appropriate cURL commands that would be useful in parsing my feeds once they are located; it would be very helpful.
Roddy
- The topic ‘Locating and Reading RSS Feeds with cURL’ is closed to new replies.