Jump to content

[HELP] Global chat with other server


VenceremoS

Recommended Posts

Did you add it to ACL.xml?

<group name="OutRPCGroup"> 
    <acl name="OutRPC" /> 
    <object name="resource.examplechat" /> 
</group> 
<acl name="OutRPC"> 
    <right name="function.callRemote" access="true" /> 
</acl> 

<group name="InRPCGroup"> 
    <acl name="InRPC" /> 
    <object name="user.http_guest" /> 
</group> 
<acl name="InRPC"> 
    <right name="resource.examplechat.http" access="true" /> 
</acl> 

Whre examplechat is your resource name.

Link to comment

That's strange.

401 error is

401 Unauthorized

Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided. The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource. See Basic access authentication and Digest access authentication.

It means that call was valid, but server that you are calling to, didn't respond. Are you sure that you are giving correct HTTP port? Give me your server's IPs.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...