Skip to search.
rss-cloud · RSS Cloud

Group Information

  • Members: 67
  • Category: XML
  • Founded: Aug 4, 2009
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
hub verification of a notification request   Message List  
Reply Message #114 of 217 |
I posted some initial thoughts on how hubs could do verification of
notification requests here -
http://rsscloud.org/walkthrough/proposedChange.html#comment-16574967

Since then I've been looking at how PubSubHubbub (PuSH) does
verification -
http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.2.html#verifysu\
b

- and getting clarification from the PuSH email list on how this
works.

After looking at PuSH and putting it together with the other feedback
I've been sent here's a simple run down of what I see:


1- Hub gets a notification request
2- Hub makes an HTTP GET request to the submitted notification end
point, with two variables:
url - the feed URL that the notification wants to get updates about
challenge - a random string generated by the Hub
3- The notification end point MUST reply with a successful HTTP status
code (2xx) and the body of the response MUST only contain the
challenge string provided by the Hub in order for verification to be
considered successful by the Hub.

This gives the notification end a chance to decide if it really wants
updates about a specific feed and allows the Hub to be reasonably
confident that the notification end point is really expecting pings
and isn't just a random URL.



Any thoughts/suggestions/improvements?



--
Joseph Scott
joseph@...
http://josephscott.org/



Mon Sep 21, 2009 4:34 pm

somestrangeid
Offline Offline
Send Email Send Email

Message #114 of 217 |
Expand Messages Author Sort by Date

I posted some initial thoughts on how hubs could do verification of notification requests here - ...
Joseph Scott
somestrangeid Offline Send Email
Sep 21, 2009
4:48 pm

Joseph, it's an interesting idea, I've heard others ask for this. And I esp like the idea of using PSHB as prior art. "Only steal from the best." :-) Also, to...
dwiner Offline Send Email Sep 21, 2009
5:06 pm

It makes sense and is a simple way to do what some implementations already do with xml-rpc. Call the notify method to make sure the sub request isn't (as one...
matthewterenzio Offline Send Email Sep 21, 2009
6:22 pm
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help