c - Sending Login Details Using URL -


i attempting automate process. have setup webpage basic security:

enter image description here

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

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -