
 Dmitry Sheiko - 2007-07-18 13:59:41 - 
In reply to message 2 from Dmitry Sheiko 
It seems I've done it by myself. So, as I understood in the OpenID specification check_authentication mode demands HTTP method POST. So, just insert following line in the begin of  CURL_Request() function
if(isset($params["openid.mode"]))  $method = "POST";
I have VALID responce in the script for dsheiko.livejournal.com now