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

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

  1. <tfoot id='zdt98'></tfoot>

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

    2. <i id='zdt98'><tr id='zdt98'><dt id='zdt98'><q id='zdt98'><span id='zdt98'><b id='zdt98'><form id='zdt98'><ins id='zdt98'></ins><ul id='zdt98'></ul><sub id='zdt98'></sub></form><legend id='zdt98'></legend><bdo id='zdt98'><pre id='zdt98'><center id='zdt98'></center></pre></bdo></b><th id='zdt98'></th></span></q></dt></tr></i><div id='zdt98'><tfoot id='zdt98'></tfoot><dl id='zdt98'><fieldset id='zdt98'></fieldset></dl></div>
    3. 使用 XMLHTTPRequest 进行基本身份验证

      时间:2023-10-14

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

          <tfoot id='G4cRn'></tfoot>

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

                <legend id='G4cRn'><style id='G4cRn'><dir id='G4cRn'><q id='G4cRn'></q></dir></style></legend>
              1. 本文介绍了使用 XMLHTTPRequest 进行基本身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我正在尝试使用 XMLHTTPRequest 在 twitter 上获取更新.

                I am attempting to use XMLHTTPRequest to get an update on twitter.

                var XMLReq = new XMLHttpRequest();
                XMLReq.open("GET", "http://twitter.com/account/verify_credentials.json", false, "TestAct", "password");
                XMLReq.send(null);
                

                但是,使用我的嗅探器,我看不到任何授权标头正在通过.因此,我收到了来自 Twitter 的 401 错误响应.

                However, using my sniffer I cannot see any authorization headers being passed through. Hence, I get a 401 error response from Twitter.

                帐号和密码输入正确.

                有人尝试过吗?谁能给我一些指示?谢谢.

                Anyone attempt this? Can anyone give me some pointers? Thank you.

                推荐答案

                你只需要在base64编码的字符串中添加一个Authorization header,一个用户名和密码,如下所示.

                You just need to add a Authorization header, an user name and password in a base64 encoded string as follows.

                XMLReq.setRequestHeader("Authorization", "Basic " + btoa("username:password"));
                

                这篇关于使用 XMLHTTPRequest 进行基本身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:XMLHttpRequest:以 XML 和图像作为有效负载的多部分 下一篇:Ajax - 500 内部服务器错误

                相关文章

                最新文章

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

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