Paul what language are you using at the endpoint?  I'm using php on
mine and needed to use $GLOBALS['HTTP_RAW_POST_DATA']

Shawn McCollum

On Sat, Oct 10, 2009 at 3:07 PM, Nick Johnson (Google)
<[email protected]> wrote:
> How are you trying to access the POST data? It's not a form, so you can't
> access it as form variables they way you usually would - you have to parse
> the body of the request itself.
>
> -Nick Johnson
>
> On Sat, Oct 10, 2009 at 6:08 PM, pwestbro <[email protected]> wrote:
>>
>> Hello,
>>   I am trying to write a client to subscribe to feed update
>> notifications.  This code is able to subscribe, and receives the
>> verification call successfully.  The problem arrises when the feed is
>> updated.  My coded is called, but no parameters are passed in, either
>> with GET or POST.  This makes it impossible to know which feed is
>> actually updated.
>>
>> This happens when I use the reference server at
>> http://pubsubhubbub.appspot.com/.
>> The feed that I am subscribing to is:
>>
>> http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&topic=h&num=3&output=rss
>>
>> Any help that you can give would be appreciated.
>>
>>
>> Thanks,
>>
>> Paul
>
>
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
>

Reply via email to