|
|
Access Need Ahtorization/Login
Need Authorize
What's situation need authorization? When you visit a web page using web browser(ex. IE, FireFox...), it show you dialog box let you input the username and password, then you can see the content of the page. Here, you just input the username and password, the program will process all automatically.
Need Login
For Example, to open the article of a forum, in general, you need to fill a web form to login, then you can read the content on the page. Well, here you need to do is that let the program know how to login, what field the login web form included, program will use these information to login automatically.
First input the Login URL, then click Get button, program search the name/value pair of the fields in the login page, and list it in the listbox below, you can double click it to edit(ex. input the username and password...) or delete unnecessary items, if the value is dynamic and showing on an image, make the checkbox Value on the image checked, fill the value with the URL of the image, the program show you a dialog, and you need to key down the characters on the image.
Click Delete button will delete all Athorize/Login information.
|