Your public web application needs to provide access to binary files for registered users only. How would you achieve this?
Your public web application needs to provide access to binary files for registered users only. How would you achieve this?A . Host the files on a public external file sharing service.B . Redirect to the file which resides in the server's document rootC . Use PHP to send the file...