http://test.ru/favourite/?action=ADD_TO_COMPARE_LIST&id=27650
Клик по ней добавляет товар в избранное.$headers = stream_context_create(array(
'http' => array(
'method' => 'POST',
'header' => 'Content-Type: application/x-www-form-urlencoded' . PHP_EOL,
'content' => 'http://test.ru/favourite/?action=ADD_TO_COMPARE_LIST&id=27650',
),
));