https:// urls as openid servers and/or identities?

Wladimir Palant xpoint at gtchat.de
Fri Jul 22 12:55:32 PDT 2005


Michael Krelin wrote:

> For what I remember, I've seen check for '^http://' regex somewhere in
> consumer perl sources, which, basically means that you shouldn't expect
> it to work in the most cases.

Nope, the check is actually:

return $self->_fail("bogus_url", "Invalid URL") unless $url =~ 
m!^https?://!i;

It will accept both http:// and https:// urls.

Wladimir


More information about the yadis mailing list