久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <legend id='4u3BP'><style id='4u3BP'><dir id='4u3BP'><q id='4u3BP'></q></dir></style></legend>

    <i id='4u3BP'><tr id='4u3BP'><dt id='4u3BP'><q id='4u3BP'><span id='4u3BP'><b id='4u3BP'><form id='4u3BP'><ins id='4u3BP'></ins><ul id='4u3BP'></ul><sub id='4u3BP'></sub></form><legend id='4u3BP'></legend><bdo id='4u3BP'><pre id='4u3BP'><center id='4u3BP'></center></pre></bdo></b><th id='4u3BP'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='4u3BP'><tfoot id='4u3BP'></tfoot><dl id='4u3BP'><fieldset id='4u3BP'></fieldset></dl></div>
    • <bdo id='4u3BP'></bdo><ul id='4u3BP'></ul>
  1. <tfoot id='4u3BP'></tfoot>

      <small id='4u3BP'></small><noframes id='4u3BP'>

    1. XMLHttpRequest - SEC7127:CORS 請求的重定向被阻止

      XMLHttpRequest - SEC7127: Redirect was blocked for CORS request(XMLHttpRequest - SEC7127:CORS 請求的重定向被阻止)
        <tbody id='DxUyg'></tbody>
    2. <i id='DxUyg'><tr id='DxUyg'><dt id='DxUyg'><q id='DxUyg'><span id='DxUyg'><b id='DxUyg'><form id='DxUyg'><ins id='DxUyg'></ins><ul id='DxUyg'></ul><sub id='DxUyg'></sub></form><legend id='DxUyg'></legend><bdo id='DxUyg'><pre id='DxUyg'><center id='DxUyg'></center></pre></bdo></b><th id='DxUyg'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='DxUyg'><tfoot id='DxUyg'></tfoot><dl id='DxUyg'><fieldset id='DxUyg'></fieldset></dl></div>
    3. <small id='DxUyg'></small><noframes id='DxUyg'>

    4. <legend id='DxUyg'><style id='DxUyg'><dir id='DxUyg'><q id='DxUyg'></q></dir></style></legend>
      <tfoot id='DxUyg'></tfoot>

                <bdo id='DxUyg'></bdo><ul id='DxUyg'></ul>
                本文介紹了XMLHttpRequest - SEC7127:CORS 請求的重定向被阻止的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                當我第一次在 IE11 上訪問我們的網頁時,我遇到了以下錯誤.它適用于我機器上的 Chrome,但不適用于其他開發人員的機器.但是在所有情況下刷新頁面時它都有效.

                I am getting below error when I visit our webpage first time on IE11. It works in Chrome on my machine but doesn't work on other developer's machine. But it works when page is refreshed in all cases.

                錯誤是

                SEC7118:https://secure.server.com/esi?isie789=n&_=1403623253418 需要跨域資源共享 (CORS).

                SEC7118: XMLHttpRequest for https://secure.server.com/esi?isie789=n&_=1403623253418 required Cross Origin Resource Sharing (CORS).

                SCRIPT7002:XMLHttpRequest:網絡錯誤 0x2ef1,由于錯誤 00002ef1,無法完成操作.SEC7127:CORS 請求的重定向被阻止.

                SCRIPT7002: XMLHttpRequest: Network Error 0x2ef1, Could not complete the operation due to error 00002ef1. SEC7127: Redirect was blocked for CORS request.

                它是使用 Ajax jquery 調用的.

                It is being called using Ajax jquery.

                    $.ajax({
                        url: esiUrl,
                        type: 'GET',
                        data: "isie789=" + isIE789,
                        dataType: 'html',
                        cache: false,
                        success: function(responseText) {
                            if(responseText.length > 0) {
                                $("#deal-of-day-esi").replaceWith(responseText);
                            }
                        },
                        error: function() {
                        }
                    });
                

                查看 IE11 中的請求/響應標頭 - 我沒有看到任何標頭.但是在刷新或在 Chrome、Firefox 中,我們確實看到了響應標頭低于值

                Looking into to request/response headers in IE11 - I don't see any. But on refresh or in Chrome, Firefox we do see response headers with Below values

                訪問控制允許憑據:true訪問控制允許來源:http://www.server.co.uk

                Access-Control-Allow-Credentials:true Access-Control-Allow-Origin:http://www.server.co.uk

                你能幫忙嗎?

                推薦答案

                我在任何地方都找不到這個文檔,但在我的測試中似乎:

                I can't find this documented anywhere, but in my testing it appears that:

                XMLHttpRequest:網絡錯誤 0x2ef1

                XMLHttpRequest: Network Error 0x2ef1

                特指混合模式錯誤;例如,當 https 站點提供重定向到 http 站點的請求時.

                specifically refers to a mixed mode error; for example when an https site serves a request to redirect to an http site.

                這篇關于XMLHttpRequest - SEC7127:CORS 請求的重定向被阻止的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                相關文檔推薦

                Browser waits for ajax call to complete even after abort has been called (jQuery)(即使在調用 abort (jQuery) 之后,瀏覽器也會等待 ajax 調用完成)
                JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                XMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 無法加載,請求的資源上不存在“Access-Control-Allow-Origin標頭) - IT屋-程序員軟件開發技術分
                Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請求是否有可能不遵循重定向 (301 302))
                NETWORK_ERROR: XMLHttpRequest Exception 101(NETWORK_ERROR:XMLHttpRequest 異常 101)
                XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內容)
                  <tbody id='8QlLJ'></tbody>
                <tfoot id='8QlLJ'></tfoot>
                <legend id='8QlLJ'><style id='8QlLJ'><dir id='8QlLJ'><q id='8QlLJ'></q></dir></style></legend>
                <i id='8QlLJ'><tr id='8QlLJ'><dt id='8QlLJ'><q id='8QlLJ'><span id='8QlLJ'><b id='8QlLJ'><form id='8QlLJ'><ins id='8QlLJ'></ins><ul id='8QlLJ'></ul><sub id='8QlLJ'></sub></form><legend id='8QlLJ'></legend><bdo id='8QlLJ'><pre id='8QlLJ'><center id='8QlLJ'></center></pre></bdo></b><th id='8QlLJ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='8QlLJ'><tfoot id='8QlLJ'></tfoot><dl id='8QlLJ'><fieldset id='8QlLJ'></fieldset></dl></div>

                        <bdo id='8QlLJ'></bdo><ul id='8QlLJ'></ul>

                          <small id='8QlLJ'></small><noframes id='8QlLJ'>

                        • 主站蜘蛛池模板: 国产成人精品一区二 | 丁香五月网久久综合 | 久久国产亚洲 | 国产大片一区 | 亚洲天堂精品久久 | 亚洲性视频 | 91视频免费观看 | 日韩视频一区二区 | 国产亚洲欧美日韩精品一区二区三区 | 中文字幕av在线 | 国产精品永久在线观看 | 正在播放国产精品 | av手机在线 | 国产成人免费 | 国产精品视频网 | 三级成人在线 | 中文字幕视频三区 | www.jizzjizz| 日韩a视频 | 做a视频 | 中国美女撒尿txxxxx视频 | 国产亚洲精品美女久久久久久久久久 | 韩日一区 | 欧美一区二区三区在线看 | 中文字幕 视频一区 | 午夜影院在线播放 | 在线国产精品一区 | 欧美 日韩 国产 在线 | 中文字幕在线人 | 国产精品96久久久久久 | 激情小说综合网 | 欧美一区二区三区在线观看 | 亚洲人在线播放 | 男人的天堂avav | 免费一区在线观看 | 亚洲网站在线观看 | 久久国产精品一区 | 欧美一级片在线观看 | 久久久久久久久久久成人 | 久久国产精品网站 | 精品国产乱码久久久久久闺蜜 |