LinkTester Code
Status: Pre-Alpha
Brought to you by:
arindam31
File | Date | Author | Commit |
---|---|---|---|
README.txt | 2013-06-30 |
![]() |
[001203] Fixed issues, added status code |
desktop.ico | 2013-04-19 |
![]() |
[c6869a] First Release |
main.py | 2013-06-30 |
![]() |
[001203] Fixed issues, added status code |
urltest.py | 2013-06-30 |
![]() |
[001203] Fixed issues, added status code |
#0.0.2 Features : 1) Accepts txt file with links 2) Authentication checkbox for forcing authentication 3) If http:// not present in link , program will detect and add automatically. 4) Load Test option - Will test average time for to load the page . 5) Returns the request status code of the url requested. Things Done in this commit : 1) Introduced status code display Current status : Seems to be Working with 401...Need to check for 404 and other cases Issues : 1) Status bar still not set properly . Need a count of error to show on status bar . 2) We expect authentication need for one website only . But if we have more than one website that needs authentication , then we need to detect authentication need for everylink . Pending jobs : 1) Too much space observed in between checkboxes and export button . 2) Need to provide more space for result section .