c - Sending Login Details Using URL -
i attempting automate process. have setup webpage basic security:
i want automate ability log in. same username/password combination used each time, there hundreds of ip addresses in use, tedious use password safe programme.
i wondering if can use in form of url.com/?username=user&password=pass
push password through security, without having manually enter details each time?
this worked me http://username:password@url.com
.
note: using on secure network save time, not recommend used outside of controlled environment.
Comments
Post a Comment