I'm using opensrs-php on the test environment, and I have no problem 
registering a domain, but when I try to set a cookie with the registrant of 
that domain, it comes back with an authentication error.

This is a truncated log of what I'm sending and the error that is returned:

Array
(
    [action] => sw_register
    [object] => domain
    [attributes] => Array
        (
            [domain] => grrr2.net
            [reg_username] => abcdef4445
            [reg_password] => apassword
            [period] => 1
             ...
        )

)
Array
(
    [is_success] => 1
    [protocol] => XCP
    [_OPS_msg_type] => standard
    [object] => SW_REGISTER
    [_OPS_msg_id] => 7.54664240906864
    [attributes] => Array
        (
            [id] => 334146
        )

    [response_text] => Registration successful
    [response_code] => 200
    [transaction_id] => Tue Sep 18 14:29:41 2001_Child#158_Request#41
    [action] => REPLY
    [_OPS_version] => 0.9
)

Array
(
    [action] => set
    [object] => cookie
    [attributes] => Array
        (
            [domain] => grrr2.net
            [reg_username] => abcdef4445
            [reg_password] => apassword
        )

)
Array
(
    [is_success] => 0
    [protocol] => XCP
    [_OPS_msg_type] => standard
    [object] => SET
    [_OPS_msg_id] => 9.54874240906864
    [response_text] => Authentication Error
    [response_code] => 415
    [action] => REPLY
    [_OPS_version] => 0.9
)



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to