The status code that we saw in that previous response is very importan translation - The status code that we saw in that previous response is very importan Chinese Traditional how to say

The status code that we saw in that

The status code that we saw in that previous response is very important, because it tells the client the result of the response. Did it work? Did it not? Is there something else to do?Every status code that is standard falls into one of these five categories.If the status code is in the range of 100 to 199 inclusive, it's an informational status code.The 200 range is the good range. That means the request was successful. Anything that starts with a 3 is going to be some sort of redirection, either a permanent redirect or a temporary redirect. 400 means the client did something wrong. It might have been a bad request. It might have been a request for a resource that doesn't exist.And 500 and up means something went wrong on the server. There was an application logic error, an unknown exception, the server is on fire. And here are some of the common status codes that you will see.Status code 200 -- reason OK -- is the best one. That means everything was successful.301 is the redirection that you issue from the server, when you want the browser to go to another location to find the resource and never check the original location. That's done for search engine optimization quite a bit. That's what we saw demonstrated in the beginning with our Telnet session. We had a 301 redirect.That's slightly different than a 302 redirect. That means the resource has moved, but it's OK to check that location again, to see if the resource is there some time later. I will show you a specific example of where a 302 redirect happens here, in just a minute.304 means you have requested a resource and you have said, if it has not changed since such and such a date, with the If-Modified-Since header, then don't make me pull down the full resource. In that case, if the server detects that, indeed, the resource has not changed, it will just send back a 304, not modified, which means use whatever you have cached locally. It's still good. The 400 series of errors include 400, bad request. That is what happened if you perhaps send an HTTP request that is not using the proper syntax. 401 is an unauthorized request. The client might need to provide some credentials, before they can access this resource. We will talk about security in a later module.403 is just a flat-out refusal. you have tried to gain access to something that we do not want you to have access to, and there's no possibility to get to this resource. And then there's the infamous 404, which means you have requested something that is not there. The server could not locate it. 404 is considered a client error. The two most popular serve error are 500, meaning internal server error. That could be because you had an exception inside of your application code, and the server was unable to complete the response. It could also be a bug or a problem in the server software itself.And then there is a 503 status -- service unavailable. Some services will return a 503, when they are under heavy load and can't handle any additional connections, can not process any additional requests. And it's essentially telling the client, we are having a problem, please try again later. And now that we know a lot more about the request message and the response message, let's actually use a tool that can show us real requests and responses in a browser-server interaction.
0/5000
From: -
To: -
Results (Chinese Traditional) 1: [Copy]
Copied!
狀態代碼,我們在以前的響應看到是非常重要的,因為它告訴客戶端的響應的結果。<br>有用嗎?難道不是嗎?是否有其他事情做?<br>每一個狀態代碼,標準屬於這五類之一。<br>如果狀態代碼為100至199的範圍內,這是一個信息的狀態代碼。<br>200系列是不錯的範圍。這意味著請求成功。<br>與3開始什麼將是某種形式的重定向,無論是永久重定向或者臨時重定向。<br>400指客戶做錯了什麼。這可能是一個錯誤的請求。這可能是為不存在的資源的請求。<br>而500只及以上手段出事了服務器上。有一個應用程序邏輯錯誤,未知異常,服務器是著火了。<br><br><br>這裡是一些常見的狀態代碼,你會看到。<br>狀態碼200 -原因確定-是最好的一個。這意味著一切都成功。<br>301是從服務器發出重定向,當你想瀏覽器去到另一個位置查找資源永不檢查原來的位置。這是搜索引擎優化頗有幾分完成。這就是我們與我們的Telnet會話開頭看到的證明。我們有一個301重定向。<br>這比302重定向略有不同。這意味著資源已經被移動,但它的確定,再次檢查該位置,以查看該資源是有一定的時間以後。我會告訴你的,其中302重定向發生在這裡,在短短一分鐘內一個具體的例子。<br>304意味著你所請求的資源,你曾經說過,如果它沒有因為這樣的變化,這樣的日期,用了If-Modified-Since頭,然後不要讓我拉下來的全部資源。在這種情況下,如果服務器檢測到,事實上,資源並沒有改變,它只會返回一個304,沒有修改,這意味著使用任何你在本地緩存。它還是不錯的。<br>400系列錯誤包括400,錯誤的請求。這是發生了什麼事,如果你或者發送沒有使用正確的語法HTTP請求。401是未授權的請求。客戶可能需要提供一些憑證,才可以訪問該資源。我們將在後面的模塊談安全。<br>403僅僅是一個直率的拒絕。您試圖訪問的東西,我們不希望你有機會獲得,而且也沒有可能獲得這一資源。<br>然後還有臭名昭著的404,這意味著您請求的東西是不存在的。服務器無法找到它。404認為是客戶機錯誤。<br>兩種最流行的發球失誤是500,這意味著內部服務器錯誤。這可能是因為你有你的應用程序代碼的異常內部,服務器無法完成的響應。它也可能是一個錯誤或服務器軟件本身出現了問題。<br>再有就是503狀態-服務不可用。有些服務將返回一個503,當他們在重負荷下,不能處理任何額外的連接,無法處理任何其他要求。而且它實質上是告訴客戶,我們有一個問題,請稍後再試。<br>現在,我們知道了很多關於請求消息和響應消息,讓我們實際使用的工具,可以顯示我們在瀏覽器和服務器的交互實時請求和響應。
Being translated, please wait..
Results (Chinese Traditional) 2:[Copy]
Copied!
我們在以前的回應中看到的狀態碼非常重要,因為它告訴用戶端回應的結果。<br>有用嗎?不是嗎?還有別的事要做嗎?<br>標準狀態碼都屬於以下五個類別之一。<br>如果狀態碼在 100 到 199 之間(包括 100 到 199)範圍內,則它是資訊狀態碼。<br>200 範圍是良好的範圍。這意味著請求成功。<br>任何以 3 開頭的都將是某種重定向,可以是永久重定向或臨時重定向。<br>400 表示客戶做錯了什麼。這可能是一個糟糕的請求。它可能是對不存在的資源的請求。<br>500 及 500 表示伺服器上出現問題。存在應用程式邏輯錯誤,未知異常,伺服器已著火。<br><br>下面是您將看到的一些常見狀態碼。<br>狀態碼200-原因確定-是最好的。這意味著一切都是成功的。<br>301 是您從伺服器發出重定向,當您希望瀏覽器轉到其他位置以查找資源,並且從不檢查原始位置時。這已經做了相當多的搜尋引擎優化。這就是我們在 Telnet 會話開始時看到的情況。我們有一個301重定向。<br>這與 302 重定向略有不同。這意味著資源已移動,但可以再次檢查該位置,以查看資源是否在一段時間後存在。我將向您展示一個具體的例子,說明 302 重定向在此處發生的位置,只需一分鐘。<br>304 表示您要求的資源,並且您說過,如果資源自此之後沒有更改,並且使用 If-Modified-自標頭,則不要讓我提取全部資源。在這種情況下,如果伺服器檢測到資源確實未更改,它將只發送回 304,而不是修改,這意味著使用您在本機快取的任何內容。還是不錯的<br>400 系列錯誤包括 400 錯誤請求。如果您發送的 HTTP 要求沒有使用正確的語法,則就是這樣。401 是未經授權的請求。用戶端可能需要提供一些憑據,然後才能訪問此資源。我們將在後面的模組中討論安全性。<br>403只是一個斷然拒絕。您曾試圖訪問我們不希望您訪問的內容,並且無法訪問此資源。<br>然後是臭名昭著的404,這意味著你要求的東西不存在。伺服器無法找到它。404 被視為用戶端錯誤。<br>兩個最流行的發球錯誤是500,這意味著內部伺服器錯誤。這可能是因為應用程式代碼內部有一個異常,並且伺服器無法完成回應。它還可能是伺服器軟體本身的 Bug 或問題。<br>然後是 503 狀態 -- 服務不可用。某些服務將返回 503,當它們處於重負載且無法處理任何其他連接時,無法處理任何其他請求。它本質上是告訴客戶,我們有一個問題,請稍後再試。<br>現在,我們對請求消息和回應訊息的瞭解更多,讓我們實際使用一種工具,可以在瀏覽器-伺服器交互中向我們顯示真正的請求和回應。
Being translated, please wait..
Results (Chinese Traditional) 3:[Copy]
Copied!
我們在前面的響應中看到的狀態程式碼非常重要,因為它告訴客戶機響應的結果。<br>成功了嗎?不是嗎?還有別的事要做嗎?<br>每一個標準狀態程式碼都屬於這五類程式碼之一。<br>如果狀態程式碼在100到199之間(包括100到199),則它是一個資訊狀態程式碼。<br>200範圍是最好的範圍。這意味著請求成功。<br>以3開頭的任何東西都將是某種重定向,要麼是永久重定向,要麼是臨時重定向。<br>400表示客戶做錯了什麼。這可能是個錯誤的請求。它可能是對不存在的資源的請求。<br>500以上意味著服務器出了問題。出現應用程序邏輯錯誤,未知异常,服務器正在啟動。<br>下麵是一些常見的狀態程式碼。<br>狀態碼200——原因確定——是最好的一個。這意味著一切都很成功。<br>301是您從服務器發出的重定向,當您希望瀏覽器轉到另一個位置以查找資源而從不檢查原始位置時。搜尋引擎優化已經做了很多。這就是我們在Telnet會話開始時看到的演示。我們有301次改道。<br>這與302重定向略有不同。這意味著資源已移動,但可以再次檢查該位置,以查看資源是否在稍後的某個時間存在。我將向您展示一個302重定向在這裡發生的具體示例,僅需一分鐘。<br>304表示您已經請求了一個資源,並且您已經說過,如果它自某某日期以來沒有更改,那麼使用if Modified since頭,那麼不要讓我下拉完整的資源。在這種情況下,如果服務器檢測到資源確實沒有更改,它將只發送回304,而不是修改,這意味著使用本地緩存的任何內容。還不錯。<br>400系列錯誤包括400,錯誤請求。如果您發送的HTTP請求沒有使用正確的語法,就會發生這種情況。401是未經授權的請求。用戶端可能需要提供一些憑據,然後才能訪問此資源。我們將在後面的模塊中討論安全性。<br>403只是斷然拒絕。您試圖訪問我們不希望您訪問的內容,但無法訪問此資源。<br>然後是臭名昭著的404,這意味著你已經要求了一些不存在的東西。服務器找不到它。404被認為是用戶端錯誤。<br>最常見的兩個服務錯誤是500,這意味著內部服務器錯誤。這可能是因為應用程序程式碼中存在异常,服務器無法完成響應。這也可能是服務器軟件本身的缺陷或問題。<br>然後是503狀態——服務不可用。有些服務會返回503,當它們負載過重,無法處理任何附加連接時,無法處理任何附加請求。基本上是告訴客戶,我們有問題,請稍後再試。<br>現在我們已經對請求消息和響應消息有了更多的瞭解,讓我們實際使用一個工具,它可以在瀏覽器-服務器互動中顯示真正的請求和響應。<br>
Being translated, please wait..
 
Other languages
The translation tool support: Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Cebuano, Chichewa, Chinese, Chinese Traditional, Corsican, Croatian, Czech, Danish, Detect language, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Korean, Kurdish (Kurmanji), Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Myanmar (Burmese), Nepali, Norwegian, Odia (Oriya), Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scots Gaelic, Serbian, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Spanish, Sundanese, Swahili, Swedish, Tajik, Tamil, Tatar, Telugu, Thai, Turkish, Turkmen, Ukrainian, Urdu, Uyghur, Uzbek, Vietnamese, Welsh, Xhosa, Yiddish, Yoruba, Zulu, Language translation.

Copyright ©2024 I Love Translation. All reserved.

E-mail: