Hi,

What do you mean by "url" ?
You can get the hostname with :

Ape.regsiterHookCmd("connect", function(params, cmd) {
   Ape.log(cmd.host);
});

Anthony

On Thu, 11 Feb 2010 02:17:32 -0800 (PST), bitmatix
<[email protected]> wrote:
> I'd like to know, how I can get the current url of the client on
> server-side, because I need to store it in database. Does anyone have
> any solution?
> 
>

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to