Technically speaking, it's still a POST, though.  (I'm not advocating for it - I think we should still use normal POST conventions.)

    A POST with GET parameters is valid syntax, and it's even required that hubs preserve them on subscription callbacks for that reason.

On 10/18/2009 2:28 PM, Brad Fitzpatrick wrote:
Because that's how POST conventionally works?

On Sun, Oct 18, 2009 at 2:20 PM, Tim Bray <[email protected]> wrote:

Since all the publisher is sending is a couple of fields, why does it
have to send a request body?  For example, to hook up my own blog, all
I have to send is

hub.mode=publish&hub.url="" moz-do-not-send="true" href="http://www.tbray.org/ongoing/ongoing.atom" target="_blank">http://www.tbray.org/ongoing/ongoing.atom

So I'm wondering why I can't just POST an empty body to

http://pubsubhubbub.appspot.com/?hub.mode=publish&hub.url="">

No content-type, no content-length, less work all around?

 -T



Reply via email to