Encrypt or hide URL in Python Script
#16
I have thought of a way:
I have protected the XML file with .htaccess and .htpasswd

Inside this .htaccess I have username/passwords.

In my settings.xml I have put username and password fields.

How do I add this to the addon.py so the user can get access to the .xml file in the .htaccess directory? I will have to have to use some kind of login script.


I have setup the protected file/folder with this:
I have protected this file with .htaccess and .htpasswd

Inside this .htaccess I have username/passwords.


In my settings.xml I have put username and password fields.

How do I add this to the addon.py so the user can get access to the .xml file in the .htaccess directory? I will have to have to use some kind of login script.


I have setup the protected file/folder with this:
I have protected this file with .htaccess and .htpasswd

Inside this .htaccess I have username/passwords.


In my settings.xml I have put username and password fields.

How do I add this to the addon.py so the user can get access to the .xml file in the .htaccess directory? I will have to have to use some kind of login script.


I have setup the protected file/folder with this:
http://www.htaccesstools.com/articles/pa...rotection/
Reply

Logout Mark Read Team Forum Stats Members Help
Encrypt or hide URL in Python Script1