i know I have to work and understand that
var username= document.getElementById('username').value;
var password= document.getElementById('password').value;
URL= "members/" + username + " " + password + ".htm";
but I don’t understand, i know first variable is for the username and the second is for password (thanks captain obvious)
and i know i have to find something like that :
https://www.hackthis.co.uk/levels/extras/real/2/members/username.htm
or like that:
https://www.hackthis.co.uk/levels/extras/real/2/members/username/password.htm
but i tested everything i could imagine and understand, nothing worked, I even test the most silly things like:
https://www.hackthis.co.uk/levels/extras/real/2/members/+username+password+.htm
to be sure, but nothing again, even if I know that the answer is her.
I can’t understand, I absolutely need help, I read all forum, and i don’t want to search on Google for the answer.
Please help me, I want to understand.