How to correctly return html template from ajax request with Symfony – SEO
I was wondering how to return correctly an HTML template (SEO friendly) from an ajax call. In my app, I use 2 differents ways to return response: For simple template: public function ajaxCallAction() { //..... $response = array( "code" =>…