Login with post/send http request

10/04/2018 16:37 lenclstr746#1
I want to create a login with http post/get tool? Do u want to help me ?
10/04/2018 16:44 Freshek#2
Quite simple. Pseudo-code:
Code:
url = getElementsByClassName("bgcdw_login_form").first.getProperty("action")
sendPostRequest(url, "username={username}&password={password")
10/06/2018 16:42 lenclstr746#3
maybe with autoit :D?
10/06/2018 17:04 PNTX#4
Quote:
Originally Posted by lenclstr746 View Post
maybe with autoit :D?
freshek wrote it in "Pseudo-code". so it wont work. its just the way you do it.

and autoit sucks tho.