Welcome Guest, Not a member yet? Register   Sign In
multiple server requests with IE-8 and https
#1

[eluser]srgreenwood[/eluser]
we are running CI 1.7.2 on linux apache environment

we see in the log file a message
ERROR - 2011-04-17 10:35:59 --> 404 Page Not Found --> payment/:

We are trying to understand what is causing this message since it appears that the server with an IE8 client is sending 2 requests to our CI server. So far we have only found this occurring with IE8 and a https:// url. http: with IE8 doesn't exhibit the behavior, nor do we see it with Firefox with or without https://.

We've tracked it down by adding log messages to CodeIgniter.php. As the log below indicates on a single click in a menu (a link), the main loop is being fire twice. The second time is missing the method and parameter. This causes the main loop to fail the "is_callable" test and issue the 404 and exit. I don't think it is a CI bug, but we are baffled about the behavior. We have no routing in routes.php and there is no apache rewrite going on (no .htaccess file).

Anybody got an idea of what is going on?

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>

TEST - 2011-04-17 10:35:58 --> codeigniter.php -- after load base controller
TEST - 2011-04-17 10:35:58 --> codeigniter.php -- after load app controller
TEST - 2011-04-17 10:35:58 --> codeigniter.php -- after include app controller
TEST - 2011-04-17 10:35:58 --> codeigniter.php -- after class check
TEST - 2011-04-17 10:35:58 --> codeigniter.php -- before is_callable check
TEST - 2011-04-17 10:35:58 --> codeigniter.php -- after is_callable check
TEST - 2011-04-17 10:35:58 --> codeigniter.php - before output
TEST - 2011-04-17 10:35:58 --> codeigniter.php - after output
TEST - 2011-04-17 10:35:58 --> codeigniter.php - after db close
TEST - 2011-04-17 10:35:59 --> codeigniter.php -- after load base controller
TEST - 2011-04-17 10:35:59 --> codeigniter.php -- after load app controller
TEST - 2011-04-17 10:35:59 --> codeigniter.php -- after include app controller
TEST - 2011-04-17 10:35:59 --> codeigniter.php -- after class check
TEST - 2011-04-17 10:35:59 --> codeigniter.php -- before is_callable check
ERROR - 2011-04-17 10:35:59 --> 404 Page Not Found --> payment/:


Messages In This Thread
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 09:11 AM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 11:15 AM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 11:44 AM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 02:12 PM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 02:30 PM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 03:46 PM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 04:05 PM
multiple server requests with IE-8 and https - by El Forum - 04-18-2011, 12:30 AM
multiple server requests with IE-8 and https - by El Forum - 05-17-2011, 02:21 AM
multiple server requests with IE-8 and https - by El Forum - 05-23-2011, 05:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB