Menu

#24 HTML parsing to allow navigation of HTTP media servers

Next Release
open
nobody
None
1
2013-08-06
2013-02-15
knedlsepp
No

I would like to browse a standard apache webserver directory listing for media files, which is protected by basic authentication. This seems to work for the first page, but after that the credentials are lost and it states "The url could not be opened", which is quite a bummer. Also sub-directories don't get evaluated correctly.
When I'm browsing http://192.168.1.222/media then the links are listed as:
http://192.168.1.222:80/subdirectory instead of:
http://192.168.1.222:80/media/subdirectory.
(Maybe due to the apache output being <a href="subdirectory/">subdirectory/</a>)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.