I am visiting a website with a friendly url (http://www.gidedental.com/Symposium)
However I would like to know what page the browser calls under this url.
E.g: www.gidedental.com/Symposium/filex.aspx
Is there a way to know that through Fiddler ?
Neto
1 Answer, 1 is accepted
0
Eric Lawrence
Telerik team
answered on 10 Nov 2014, 07:11 PM
Fiddler shows you all of the URLs that your browser requests.
If you don't see a given URL, the browser didn't request it.
Most webservers will return a given "default" file when requesting a friendly URL; that filename is never sent to the client and thus cannot be known/observed on the network or by the browser.
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.