Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Discussions > For Developers > FeedBurner not allowing SimplePie User Agent?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy  
View profile  
(1 user)  More options Aug 28 2008, 10:32 am
From: Andy
Date: Thu, 28 Aug 2008 07:32:02 -0700 (PDT)
Local: Thurs, Aug 28 2008 10:32 am
Subject: FeedBurner not allowing SimplePie User Agent?
We have a little application that pulls in feeds from FeedBurner that
uses SimplePie 1.0 Beta 2.  Recently, some of the feeds our app reads
have stopped working, getting a 404 from FeedBurner.  Since the feeds
still look fine in a browser, I guessed it had something to do with
the user agent.

So, I dug through the SimplePie code and found that it had this user
agent sting:

SimplePie/1.0 Beta 2 (Feed Parser; http://simplepie.org/; Allow like
Gecko) Build/20060530

I started messing around with it at that point and discovered that as
long as the string "simplepie" wasn't in the user agent string,
FeedBurner would respond correctly.  But the instant s-i-m-p-l-e-p-i-e
appears, we get the 404.  In other words:

Fails: SimplePie/1.0 Beta 2 (Feed Parser; http://simplepie.org/; Allow
like Gecko) Build/20060530

Works: SimplePi/1.0 Beta 2 (Feed Parser; http://simplepi.org/; Allow
like Gecko) Build/20060530

Fails: SimplePie

Works: implePie

Does FeedBurner block SimplePie requests after a certain point?

Thanks!

Andy


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Franklin Tse [Community Expert]  
View profile  
 More options Aug 28 2008, 11:32 am
From: Franklin Tse [Community Expert]
Date: Thu, 28 Aug 2008 08:32:05 -0700 (PDT)
Local: Thurs, Aug 28 2008 11:32 am
Subject: Re: FeedBurner not allowing SimplePie User Agent?
Hi Andy,

Do you have a feed that can be used as a sample?


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy  
View profile  
 More options Aug 28 2008, 12:06 pm
From: Andy
Date: Thu, 28 Aug 2008 09:06:26 -0700 (PDT)
Local: Thurs, Aug 28 2008 12:06 pm
Subject: Re: FeedBurner not allowing SimplePie User Agent?
    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Franklin Tse [Community Expert]  
View profile  
 More options Aug 28 2008, 11:43 pm
From: Franklin Tse [Community Expert]
Date: Thu, 28 Aug 2008 20:43:08 -0700 (PDT)
Local: Thurs, Aug 28 2008 11:43 pm
Subject: Re: FeedBurner not allowing SimplePie User Agent?
I can't reproduce the error...

GET /893KpccBusinessUpdateWithMarkLacter HTTP/1.1
User-Agent: SimplePie/1.0 Beta 2 (Feed Parser; http://simplepie.org/;
Allow like Gecko) Build/20060530
Host: feeds.publicradio.org

HTTP/1.0 200 OK
Date: Fri, 29 Aug 2008 03:41:37 GMT
Server: Apache
X-FB-Host: app18
Last-Modified: Fri, 29 Aug 2008 03:41:37 GMT
ETag: tuPn7XoZr5WQxJt7D0lEymCGIEI
P3P: CP="ALL DSP COR NID CUR OUR NOR"
Connection: close
Content-Type: text/xml;charset=utf-8

GET /BurnThisRSS2 HTTP/1.1
User-Agent: SimplePie/1.0 Beta 2 (Feed Parser; http://simplepie.org/;
Allow like Gecko) Build/20060530
Host: feeds.feedburner.com

HTTP/1.0 200 OK
Date: Fri, 29 Aug 2008 03:41:51 GMT
Server: Apache
X-FB-Host: app21
Last-Modified: Sun, 24 Aug 2008 02:10:00 GMT
ETag: OjCU1oTC7C7dLEpDs+/RNVXw1JE
P3P: CP="ALL DSP COR NID CUR OUR NOR"
Connection: close
Content-Type: text/xml;charset=utf-8


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sdewald  
View profile  
 More options Sep 8 2008, 1:25 pm
From: sdewald
Date: Mon, 8 Sep 2008 10:25:15 -0700 (PDT)
Local: Mon, Sep 8 2008 1:25 pm
Subject: Re: FeedBurner not allowing SimplePie User Agent?
I'll second Andy on this question.  Does anyone know the answer?

On Aug 28, 10:32 am, Andy wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Franklin Tse [Community Expert]  
View profile  
 More options Sep 9 2008, 11:21 am
From: Franklin Tse [Community Expert]
Date: Tue, 9 Sep 2008 08:21:34 -0700 (PDT)
Local: Tues, Sep 9 2008 11:21 am
Subject: Re: FeedBurner not allowing SimplePie User Agent?
Just got a message from the FeedBurner Operations Team. SimplePie
clients that do not have caching configured will be forwarded to the
secondary data-center of FeedBurner, which does not always have
immediately up-to-date content.

So, in order to have the latest content, caching has to be enabled.
Information on SimplePie caching can be found on
http://simplepie.org/wiki/faq/how_does_simplepie_s_caching_http_condi...


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoffrey Sneddon  
View profile  
 More options Sep 13 2008, 6:49 am
From: Geoffrey Sneddon
Date: Sat, 13 Sep 2008 03:49:43 -0700 (PDT)
Local: Sat, Sep 13 2008 6:49 am
Subject: Re: FeedBurner not allowing SimplePie User Agent?
On Sep 9, 4:21 pm, Franklin Tse [Community Expert] wrote:

> Just got a message from the FeedBurner Operations Team. SimplePie
> clients that do not have caching configured will be forwarded to the
> secondary data-center of FeedBurner, which does not always have
> immediately up-to-date content.

How does FeedBurner tell if caching is enabled or not? Just by the
frequency of requests without either of the If-Modified-Since/If-None-
Match headers?

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Franklin Tse [Community Expert]  
View profile  
 More options Sep 13 2008, 1:25 pm
From: Franklin Tse [Community Expert]
Date: Sat, 13 Sep 2008 10:25:01 -0700 (PDT)
Local: Sat, Sep 13 2008 1:25 pm
Subject: Re: FeedBurner not allowing SimplePie User Agent?
Ya. The conditional request header is used for identifcation.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google