<bdo id='lnGRe'></bdo><ul id='lnGRe'></ul>

  • <small id='lnGRe'></small><noframes id='lnGRe'>

    <i id='lnGRe'><tr id='lnGRe'><dt id='lnGRe'><q id='lnGRe'><span id='lnGRe'><b id='lnGRe'><form id='lnGRe'><ins id='lnGRe'></ins><ul id='lnGRe'></ul><sub id='lnGRe'></sub></form><legend id='lnGRe'></legend><bdo id='lnGRe'><pre id='lnGRe'><center id='lnGRe'></center></pre></bdo></b><th id='lnGRe'></th></span></q></dt></tr></i><div id='lnGRe'><tfoot id='lnGRe'></tfoot><dl id='lnGRe'><fieldset id='lnGRe'></fieldset></dl></div>
    1. <legend id='lnGRe'><style id='lnGRe'><dir id='lnGRe'><q id='lnGRe'></q></dir></style></legend>
      <tfoot id='lnGRe'></tfoot>

      1. Access-Control-Allow-Origin 未显示在 codeigniter 的响应标头中

        时间:2024-08-10
          <tbody id='Biv24'></tbody>

          <small id='Biv24'></small><noframes id='Biv24'>

          1. <i id='Biv24'><tr id='Biv24'><dt id='Biv24'><q id='Biv24'><span id='Biv24'><b id='Biv24'><form id='Biv24'><ins id='Biv24'></ins><ul id='Biv24'></ul><sub id='Biv24'></sub></form><legend id='Biv24'></legend><bdo id='Biv24'><pre id='Biv24'><center id='Biv24'></center></pre></bdo></b><th id='Biv24'></th></span></q></dt></tr></i><div id='Biv24'><tfoot id='Biv24'></tfoot><dl id='Biv24'><fieldset id='Biv24'></fieldset></dl></div>

              • <bdo id='Biv24'></bdo><ul id='Biv24'></ul>
                <legend id='Biv24'><style id='Biv24'><dir id='Biv24'><q id='Biv24'></q></dir></style></legend>

                <tfoot id='Biv24'></tfoot>

                  本文介绍了Access-Control-Allow-Origin 未显示在 codeigniter 的响应标头中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的 Codeigniter 文件显示

                  My Codeigniter file says

                  $CI->output->set_header("Access-Control-Allow-Origin: *");
                  $CI->output->set_header("Access-Control-Expose-Headers: Access-Control-Allow-Origin");
                  $CI->output->set_status_header(200);
                  $CI->output->set_content_type('application/json');
                  echo json_encode(array("city" => "dhaka"));
                  

                  但我得到的 http 响应是:

                  but the http response that i get are:

                  Request URL:http://localhost/index.php/location/city
                  Request Method:POST
                  Status Code:200 OK
                  
                  Connection:Keep-Alive
                  Content-Length:16
                  Content-Type:text/html
                  Date:Sun, 22 Jul 2012 10:27:32 GMT
                  Keep-Alive:timeout=5, max=100
                  Server:Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6
                  X-Powered-By:PHP/5.3.6
                  

                  即使包含 Access-Control-Expose-Headers: Access-Control-Allow-Origin,响应中仍缺少标头 Access-Control-Allow-Origin.我有关此标头的信息来源来自 Mozilla 开发者网站

                  The header Access-Control-Allow-Origin is missing in the response even after including Access-Control-Expose-Headers: Access-Control-Allow-Origin. My source of information about this header is from Mozilla Developer Website

                  推荐答案

                  事实证明,只有当我通过 PHP 语法 header() 而不是 codeigniter 语法设置标头时,它才对我有用$CI->output->set_header().太可惜了.

                  It turns out, it worked for me only when i set the headers via the PHP syntax header() instead of the codeigniter syntax $CI->output->set_header(). That's sad.

                  感谢 @Yan 在本主题的问题中的第一条评论

                  Thanks to the first comment by @Yan at the Question of this topic

                  这篇关于Access-Control-Allow-Origin 未显示在 codeigniter 的响应标头中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:使用 PHP 检索上传的 Blob 下一篇:警告:第 0 行未知中的多部分/表单数据 POST 数据中缺少边界

                  相关文章

                    <bdo id='rnEpv'></bdo><ul id='rnEpv'></ul>
                  <legend id='rnEpv'><style id='rnEpv'><dir id='rnEpv'><q id='rnEpv'></q></dir></style></legend>
                  <tfoot id='rnEpv'></tfoot>

                  1. <small id='rnEpv'></small><noframes id='rnEpv'>

                      <i id='rnEpv'><tr id='rnEpv'><dt id='rnEpv'><q id='rnEpv'><span id='rnEpv'><b id='rnEpv'><form id='rnEpv'><ins id='rnEpv'></ins><ul id='rnEpv'></ul><sub id='rnEpv'></sub></form><legend id='rnEpv'></legend><bdo id='rnEpv'><pre id='rnEpv'><center id='rnEpv'></center></pre></bdo></b><th id='rnEpv'></th></span></q></dt></tr></i><div id='rnEpv'><tfoot id='rnEpv'></tfoot><dl id='rnEpv'><fieldset id='rnEpv'></fieldset></dl></div>