Zend Framework 2 - AJAX Request from other server
问题 I have 2 domains (domain A, domain B). On domain A is placed ZF2 application, and everything is ok. On domain B is placed Landing Page (small site with form to collect data). From Landing Page I want send form data to application on domain A (AJAX Request). Unfortunatelly ZF2 app on domain A didn't receive data, and didn't show results. Everything is ok when I make AJAX Request from same domain where ZF2 app is. I tried use JSONP but without success. I don't have any other clue how to force