php - Browser thinks it's making a cross origin request, but it's not? -


i have have project , running online, using codeigniter framework. project deployed on server on aws. in aws, it's stored under: /var/www/html/gitprojects/purimproject didn't want have type http://urlname.com/gitprojects/purimproject changed httpd.conf base url under gitprojects, access purim project doing http://urlname.com/purimproject. when did this, whole system broke browser not make ajax calls api (on same server, had worked previously), saying cross origin requests, although they're not. it's trying post http://urlname.com http://urlname.com/purimproject/index.php/controllername , isn't working. idea have possibly changed?


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -