I think if you had read a little it would be clear to you, or may im just
been optimistic cause i haven't tackle this myself
Try this in your ip_check.js file:
Ape.registerHookCmd("SEND", function(params, info) {
return 0;
});
Note is not really checking for ip or anything, this is blocking all SEND
commands. My guess is that SEND is not triggered when using the inlinepush
so all attempts on sending a request from the client js framework should be
blocked. Is my theory and i haven't try it myself.
http://www.ape-project.org/docs/server/commands/registerhookcmd.html
--
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/