I'm adding OpenID to my rails site, and am working on solving the common problem with Yahoo's OpenID warning, described here:
http://connectid.blogspot.com/2008/04/confirmed-site-identity.html
http://www.voidstar.com/node.php?id=3091
The solution appears to depend on two tricky things:
1) A custom http header when sending an xml file, and
2) A custom mime type for the file as well.
Has anyone actually looked at this issue and implemented the solution?
Thanks,
Robb