How to access the value of username from htpasswd file using python script
I have created a username/ password in htpasswd file. In my python script file I would like to access the username value for further processing. How do I achieve that? I am using Linux OS.
No comments:
Post a Comment