![]() |
Ajax Problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Ajax Problem (/showthread.php?tid=47731) |
Ajax Problem - El Forum - 12-20-2011 [eluser]Unknown[/eluser] Hi I am making the following Ajax request : xmlhttp.open("GET",'<?php echo base_url();?>ajax_handler/get_tax_for_order_form/2',true); which is returning no responses when ONLINE, but on a local server, this is working perfectly. In IE, the browser console says "Access Denied", Firebug shows the request as RED marked. I can not figure out the problem as same code is running locally very well. Help needed. Thanks. |