Search found 2 matches
- Fri Jul 25, 2008 10:24 am
- Forum: General Discussion
- Topic: How IE and FF understand URLs?
- Replies: 3
- Views: 380
Re: How IE and FF understand URLs?
oh, you are right! Lets say I download the page in php using $handle = fopen("http://www.example.com/somefolder", "r"); is there any way to understand if it was redirected to the url with trailing slash or not? It is important to know because when I start parsing the contents of ...
- Fri Jul 25, 2008 10:14 am
- Forum: General Discussion
- Topic: How IE and FF understand URLs?
- Replies: 3
- Views: 380
How IE and FF understand URLs?
I'm writing my simple parser and everything is ready, but I cannot understand the following thing: Lets say I have two types of urls: 1. http://somesite.com/somefolder 2. http://somesite.com/somefile.php If you type the first url which leads to some folder without final slash, the browser WILL ADD t...