Is it possible to restrict access to a public URL to a single IP? For example, let's say I had this url:
www.mydomain.com/file.txt
I would like to parse this TXT file by another server and block everyone else from attempting to access it. Is this possible?