一个ajax跨域问题
Jun 20, 2016 pm 12:26 PM 提示是这个XMLHttpRequest cannot load http://localhost/admin/index.php?act=mb_special&op=special_item_add. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1' is therefore not allowed access.
似乎本地环境不允许,假如非要在本地做,怎么解决此问题
回复讨论(解决方案)
楼主想要做的是什么??你这个请求涉及到跨域请求的东西,跨域直接这样请求是接收不到返回值的。
Header("Access-Control-Allow-Origin: * ");
Header("Access-Control-Allow-Methods: POST, GET");
跨域请求会出现一些不安全的问题

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

11 Best PHP URL Shortener Scripts (Free and Premium)

Working with Flash Session Data in Laravel

Build a React App With a Laravel Back End: Part 2, React

Simplified HTTP Response Mocking in Laravel Tests

cURL in PHP: How to Use the PHP cURL Extension in REST APIs

12 Best PHP Chat Scripts on CodeCanyon

Announcement of 2025 PHP Situation Survey
