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

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

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

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

          <bdo id='cyaOk'></bdo><ul id='cyaOk'></ul>
        <tfoot id='cyaOk'></tfoot>

        登錄必須是 https 頁面

        Must logins be a https page(登錄必須是 https 頁面)

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

        • <legend id='X30jz'><style id='X30jz'><dir id='X30jz'><q id='X30jz'></q></dir></style></legend>

              <tfoot id='X30jz'></tfoot>

                  <bdo id='X30jz'></bdo><ul id='X30jz'></ul>
                    <tbody id='X30jz'></tbody>

                  <i id='X30jz'><tr id='X30jz'><dt id='X30jz'><q id='X30jz'><span id='X30jz'><b id='X30jz'><form id='X30jz'><ins id='X30jz'></ins><ul id='X30jz'></ul><sub id='X30jz'></sub></form><legend id='X30jz'></legend><bdo id='X30jz'><pre id='X30jz'><center id='X30jz'></center></pre></bdo></b><th id='X30jz'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='X30jz'><tfoot id='X30jz'></tfoot><dl id='X30jz'><fieldset id='X30jz'></fieldset></dl></div>
                  本文介紹了登錄必須是 https 頁面的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  過去有幾位安全專家說過,登錄頁面應該在 ssl https 上.那么如果我的登錄是一個顯示在所有頁面上的塊呢?這是否意味著我的整個網(wǎng)站都必須是 https?

                  Several security experts have said in the past that the login page should be on ssl https. So what if my login is a block that's displayed on all pages. Does that mean that my entire website has to be https?

                  我讀到可以將表單放在 http 上,但將其發(fā)布到 https,但我讀到有人說它可以被中間人利用.有人可以證實這一點嗎?對于可以確認這一點的人,我有 100 分的懸賞(并幫助我提供如何安全解決此問題的實用答案).我的登錄表單在每個頁面上,我需要在 https 上創(chuàng)建整個網(wǎng)站嗎?請隨時質(zhì)疑我在這里所說的任何內(nèi)容.它們只是我讀過的東西,但沒有經(jīng)驗,也沒有自己嘗試過.

                  I read it's possible to put the form on http but post it to https, but I read someone saying that it can be exploited with a man in the middle attack. Can someone confirm this? I have a 100 point bounty for someone who can confirm this (and help me with a practical answer how to securely solve this). My login form is on every page, do I need to make the whole website on https? Please feel free to question anything I said here. They're only things I read but don't have experience with and didn't try it myself.

                  對于那些提出問題的人,當我發(fā)布問題時,我嘗試設(shè)置賞金,但系統(tǒng)不讓我.我查看了常見問題解答,發(fā)現(xiàn)可以在發(fā)布問題 2 天后發(fā)布賞金.這就是為什么你還沒有看到賞金.但我不會選擇答案,直到我在 2 天內(nèi)設(shè)置賞金.很抱歉有任何混淆.

                  to those who asked, when I was posting the question, I tried setting the bounty but the system wouldn't let me. I checked the FAQ and saw that bounty can be posted after 2 days from posting the question. That's why you see no bounty yet. But I will not select an answer until I set a bounty in 2 days. Sorry for any confusion.

                  推薦答案

                  我讀到可以將表單放在 http 上,但將其發(fā)布到 https,但我讀到有人說它可以被中間人利用.有人可以確認嗎?

                  I read it's possible to put the form on http but post it to https, but I read someone saying that it can be exploited with a man in the middle attack. Can someone confirm this?

                  是的.表單通過 HTTP 提供,因此中間人可以向其注入更改(例如,在表單提交之前將憑據(jù)發(fā)送到他們自己的服務器).

                  Yes. The form is served up over HTTP, so a man in the middle could inject changes to it (e.g. so it sends credentials to their own server before the form submits).

                  如何安全解決這個問題的實用答案

                  a practical answer how to securely solve this

                  如果安全真的很重要 - 對整個網(wǎng)站使用 HTTPS.即使在發(fā)送密碼后,如果您返回 HTTP,則 cookie 可能會被盜(參見 Firesheep)

                  If security really matters — use HTTPS for the entire site. Even after the password has been sent, if you go back to HTTP then the cookie can be stolen (see Firesheep)

                  如果安全性不是那么重要,那么不要在每個頁面上都放置登錄表單.只需提供一個指向登錄頁面的鏈接即可.

                  If security doesn't matter that much, then don't put the login form on every page. Just have a link to a login page instead.

                  這篇關(guān)于登錄必須是 https 頁面的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關(guān)文檔推薦

                  MySQLi prepared statement amp; foreach loop(MySQLi準備好的語句amp;foreach 循環(huán))
                  Is mysqli_insert_id() gets record from whole server or from same user?(mysqli_insert_id() 是從整個服務器還是從同一用戶獲取記錄?)
                  PHP MySQLi doesn#39;t recognize login info(PHP MySQLi 無法識別登錄信息)
                  mysqli_select_db() expects exactly 2 parameters(mysqli_select_db() 需要 2 個參數(shù))
                  Php mysql pdo query: fill up variable with query result(Php mysql pdo 查詢:用查詢結(jié)果填充變量)
                  MySQLI 28000/1045 Access denied for user #39;root#39;@#39;localhost#39;(MySQLI 28000/1045 用戶“root@“l(fā)ocalhost的訪問被拒絕)
                • <legend id='DcZLn'><style id='DcZLn'><dir id='DcZLn'><q id='DcZLn'></q></dir></style></legend>
                    <tbody id='DcZLn'></tbody>

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

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

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

                            <tfoot id='DcZLn'></tfoot>
                          1. 主站蜘蛛池模板: 亚洲欧美日韩在线 | 国产综合在线视频 | 欧美8一10sex性hd | 国产欧美在线 | av不卡一区 | 日本精品国产 | 孰女乱色一区二区三区 | av色噜噜 | 97精品视频在线 | 伊人精品在线 | 99精品国产一区二区三区 | 欧美精品综合在线 | 久久成人亚洲 | 久久青 | 国产区久久 | 一级做a爰片性色毛片 | 亚洲图片视频一区 | 亚洲国产网址 | 成年免费大片黄在线观看一级 | 国产夜恋视频在线观看 | 91中文字幕在线观看 | 综合欧美亚洲 | 成人亚洲精品 | 日韩在线欧美 | 午夜精品在线 | 欧美精品第一页 | 成人精品一区二区三区中文字幕 | 欧美久久一级 | 国产精品18hdxxxⅹ在线 | 超碰一区二区 | 日本亚洲一区二区 | 成人av免费 | 日韩免费一区二区 | 中文字幕在线视频免费视频 | 综合色在线 | 九九热在线视频观看这里只有精品 | 精品欧美一区二区精品久久 | 成人欧美日韩一区二区三区 | 91精品久久久久久久久久入口 | 中文字幕视频在线观看 | 中文字幕一区在线 |