LandingPage PHP help

  • Thread starter Thread starter Deleted member 989596
  • Start date Start date
That is because Instagram is blocking you.
You should use CURL, with custom options like:
-Useragent
-Proxy
-Redirect (sometimes I have seen IG redirect my request, dont know why).

It can be done with file_get_contents, but I think it's easier with cURL.
 
Back
Top