Page 1 of 1

Get the full URL

Posted: Sun Mar 07, 2010 6:09 am
by roice
Hello,
How can I get the full page path for some website?
For example, the address that I see is: someSite.com/
How can I know what is the name of the file in the end of the path (index.asp, index. php, welcome. html and ect...) ?

Thank you in advance,
Roi.

Re: Get the full URL

Posted: Sun Mar 07, 2010 6:37 am
by social_experiment
Check the source code? It's possible the names of the pages are visible there.