harry81999 1 Posted March 15, 2012 Report Share Posted March 15, 2012 Hi Can any one let me know, Is there any way to protect XML document ? Thank You Lakshmi lakshmithanika@gmail.com 1 Quote Link to post Share on other sites
Ingolme 1,032 Posted March 15, 2012 Report Share Posted March 15, 2012 If the file is only being used by a server-side application you can use .htaccess to disallow HTTP access to the file. This can't be done if Flash or Javascript need the file. Quote Link to post Share on other sites
birbal 168 Posted March 15, 2012 Report Share Posted March 15, 2012 ...or you can also put your file outside web root. and use a server side script to pull the data of the file when you need with appropiate condition and appropiate header. Quote Link to post Share on other sites
Ingolme 1,032 Posted March 15, 2012 Report Share Posted March 15, 2012 If the data is available to a client-side application, there's no stopping anybody from copying it. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.