WebRequest on certain file

Hi!

In some cases there is no absolute url available - when there is an index.html or index.php. Then these parts of the url are not neccesary. But what could I do to fetch such files? If I have an address likehttp://www.pocketpcmag.com/mobile/ - how is it possible to fetch the rest of the url?

THX!
Tobias

[425 byte] By [tobimat80] at [2007-12-17]
# 1

In this case, http://www.pocketpcmag.com/mobile/ is the "absolute" url. You can issue a WebRequest that is no different than the other case - it should still work. The web-server is the one that does the "right" thing and if it decides to hide the file, there's no way you can get it.

VijayeRaji at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...