I tried to hit the URL "https://nutraplanet.com" using php whereas I am not getting data from any request methods. Requesting you to please give me some solution to it.
Please, find one of my code as below:
<?php
$output= file_get_contents('https://nutraplanet.com/products/controlled-labs-orange-triad/');
echo $output;
?>
Even CURL doesn't helped me. Please, advise me on the same.
Thanks in advance.