InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Wordpress RSS feed tutorials

  • create rss feed for wordpress on Google feedburner
  • use your own domain name for feedburner feed
  • redirect wordpress feed to feedburner feed
  • setup Google feedburner email subscription newsletter
  • Google feedburner email subscription vs Mailchimp
  • setup MailChimp Rss email campaign
  • ping feedburner to force update rss cache
  • customize wordpress rss feed
  • Fetch wordpress rss feed as FeedBurner user agent
 
  • Home
  • > Tutorials
  • > Wordpress
  • > Wordpress RSS feed

Fetch wordpress rss feed as FeedBurner user agent on command line

By admin on Dec 4, 2015

In case you have setup your wordpress feed to redirect to Feedburner url for regular user-agents, you can use either curl or wget (Mac or Linux) to fetch your feed as FeedBurber user-agent. This may be useful for debugging purpose.

Fetch feed as user agent FeedBurner using curl

$ curl  -A "FeedBurner" https://infoheap.com/feed/

Fetch feed as user agent FeedBurner using wget

$ wget -U "FeedBurner" https://infoheap.com/feed/ -O -

Option -O - will cause the output to be printed on stdout.

Suggested posts:

  1. How to use your own domain name for feedburner feed urls
  2. How to view flash debug log using Firefox on Mac
  3. How to create rss feed for wordpress blog on Google feedburner
  4. git – how to diff two branches
  5. Google feedburner email subscription vs Mailchimp
  6. Alexa rank – how reliable is it?
  7. How to redirect wordpress feed to feedburner feed url
  8. Command line – top IP list from apache access log
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Curl, Linux, Linux/Unix Command Line, Mac, Tutorials, Ubuntu Linux, Web Development, Wordpress, Wordpress RSS feed
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress