i made a project that can only restrict request from internal server (on those machine).
is there any way to check the request come from internal server using php?
something like cron job that can only executed if requested from internal server. if any request from external site, than ignore it.