lamoda.loc/index.php?r=site%2Fabout
if (Yii::$app->request->isAjax) {
Yii::$app->response->format = 'json';
return ['products' => $this->querty];
}
return $this->controller->render(
'catalog/index',
[
'products' => Json::encode($this->query),
]
);
<ваш URL>мне нужно подставить get запрос,отправляемый ajax'ом.