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

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

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

    <legend id='h86kW'><style id='h86kW'><dir id='h86kW'><q id='h86kW'></q></dir></style></legend>

        在 XMLHttpRequest 中獲取 SENT 標(biāo)頭

        get SENT headers in an XMLHttpRequest(在 XMLHttpRequest 中獲取 SENT 標(biāo)頭)
      1. <tfoot id='FjoAl'></tfoot>

          • <bdo id='FjoAl'></bdo><ul id='FjoAl'></ul>

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

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

                  <tbody id='FjoAl'></tbody>
              1. <legend id='FjoAl'><style id='FjoAl'><dir id='FjoAl'><q id='FjoAl'></q></dir></style></legend>
                  本文介紹了在 XMLHttpRequest 中獲取 SENT 標(biāo)頭的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  試圖從 XHR 對(duì)象中獲取請(qǐng)求標(biāo)頭,但沒(méi)有成功,是否存在該對(duì)象的隱藏方法或?qū)傩詴?huì)暴露瀏覽器發(fā)送的標(biāo)頭?

                  Trying to get the Request headers from the XHR object, but with no luck, is there a hidden method or property of that object that will expose the headers sent by the browser?

                  我已經(jīng)知道如何設(shè)置自定義請(qǐng)求標(biāo)頭和查看響應(yīng)標(biāo)頭,我正在尋找發(fā)送的所有請(qǐng)求標(biāo)頭的列表,瀏覽器創(chuàng)建的標(biāo)頭和我的自定義標(biāo)頭.

                  I already know how to set custom request headers and view the response headers, I'm looking to get a list of all REQUEST headers sent, ones created by the browser and my custom ones.

                  我用的是webkit/chrome,其他瀏覽器不用管.

                  I'm using webkit/chrome, don't care about other browsers.

                  我不想監(jiān)控請(qǐng)求,我正在構(gòu)建一個(gè)網(wǎng)絡(luò)應(yīng)用程序,我需要列出這些標(biāo)頭并在應(yīng)用程序中顯示它們,請(qǐng)不要告訴我有關(guān) fiddler、firebug 和 chrome 工具的信息,這不是我要找的.

                  I'm not looking to monitor the request, I'm building a web app and I need to list those headers and display them within the app, please don't tell me about fiddler, firebug and chrome tools, that's not what I'm looking for.

                  推薦答案

                  XMLHttpRequest 中沒(méi)有方法API 獲取發(fā)送的請(qǐng)求標(biāo)頭.有一些方法可以僅獲取響應(yīng)標(biāo)頭,并設(shè)置請(qǐng)求標(biāo)頭.

                  There is no method in the XMLHttpRequest API to get the sent request headers. There are methods to get the response headers only, and set request headers.

                  您必須讓服務(wù)器回顯標(biāo)頭,或者使用像 Wireshark 這樣的數(shù)據(jù)包嗅探器.

                  You'll have to either have the server echo the headers, or use a packet sniffer like Wireshark.

                  這篇關(guān)于在 XMLHttpRequest 中獲取 SENT 標(biāo)頭的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關(guān)文檔推薦

                  Browser waits for ajax call to complete even after abort has been called (jQuery)(即使在調(diào)用 abort (jQuery) 之后,瀏覽器也會(huì)等待 ajax 調(diào)用完成)
                  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 無(wú)法加載,請(qǐng)求的資源上不存在“Access-Control-Allow-Origin標(biāo)頭) - IT屋-程序員軟件開(kāi)發(fā)技術(shù)分
                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請(qǐng)求是否有可能不遵循重定向 (301 302))
                  XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內(nèi)容)
                  Restrictions of XMLHttpRequest#39;s getResponseHeader()?(XMLHttpRequest 的 getResponseHeader() 的限制?)
                  <legend id='ECOKr'><style id='ECOKr'><dir id='ECOKr'><q id='ECOKr'></q></dir></style></legend>

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

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

                              <tbody id='ECOKr'></tbody>
                            主站蜘蛛池模板: 欧美日韩在线免费观看 | 最新中文字幕在线 | 欧美精品一区二区三区一线天视频 | 伊人久久大香线 | 国产大学生情侣呻吟视频 | 精品成人一区二区 | 一级黄色毛片 | 自拍 亚洲 欧美 老师 丝袜 | 99re视频| 精品久久久久久久 | 欧美美女爱爱视频 | 中文字幕日韩一区 | 成人精品在线观看 | 亚洲午夜精品一区二区三区 | 中文字幕亚洲无线 | 一区二区在线免费观看视频 | 欧美一区二区激情三区 | 爱爱视频在线观看 | 狠狠操你 | 欧美日韩在线视频一区 | 亚洲一区二区av | 亚洲视频在线播放 | 91免费在线播放 | 国产精品高 | av一区二区在线观看 | 国产伦精品一区二区三区高清 | 国产在线一区二 | 精品美女久久久 | 国产成人精品一区二区三 | 国产中的精品av涩差av | 四虎最新 | 一区二区免费在线观看 | 亚洲国产精久久久久久久 | 日韩精品 电影一区 亚洲 | 精品在线观看一区二区 | 婷婷二区| 精品1区 | 免费在线视频精品 | 国产一区久久久 | 91亚洲精品在线观看 | 午夜免费精品视频 |