Issue: I was trying to make a call to the Shopify REST API where I had more than 50-250 results but I am not able to get the Link Header from the cURL Response which contains the Pagination Links. It was working fine in with postman. Here is solution for this $curl = curl_init(); curl_setopt_array($curl, array( [...]
↧