var request = new Http('http://exaple.com/');
request.set('method', 'POST');
request.writeObject(params);
...How to connect to local web site using the site name "exaple.com" (hosts patched "127.0.0.1 example.com")? Because name resolve go through hosts file and than I connecting to my router. (apologize for bad English) -- 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/
