AngularJS: A page calls my angularjs-page with form POST data -


how call angularjs page totally different, not mine, , caller page uses post form-data. there needed special web server setup on side, or can angular handle incoming post request totally without server side logic on side (so angular-page can served anywhere, simple file server dropbox)?

you mean angular page angular page communication?

angular runs in browser, want client client communication. have build around server yourself. easiest way use websockets.

client sends message server -> server sends message target client -> client receives message

or

client sends message server -> server stores message , waits client pick -> client picks message server

if mean page x calls angular page via post request.

your angular page communicates server time. should not try catch post request page inside angular (you can't anyways), have catch on server , somehow load appropriate page angular logic kicks in.

you cant catch post requests in browser, on server.

enter image description here


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -