Authenticated TrackBack?
I’m thinking about implementing private topic channels for the Topic Exchange, at the request of [[Thomas N. Burg]]. Right now you can create private channels, but they aren’t so useful once created as you can’t read RSS or send TrackBack pings to the channels without a browser cookie, so your aggregator and blogging tool won’t be able to get to them.
Now, I know I can just use HTTP basic authentication on the RSS feed and aggregators like [[Radio]] will happily download it. What about the TrackBack? I don’t know if MT or Radio or any blogging tools support authentication there. I guess I could hack it into the URL, so you’d post pings to something like:
<code>http://topicexchange.com/t/my_private_topic/user=foobar/password=bazboz</code>
… but that could cause config headaches.
If you are interested in getting authenticated TB to work, please drop me a line or leave a comment here.