-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttpcodes.html
More file actions
62 lines (61 loc) · 3.17 KB
/
Copy pathhttpcodes.html
File metadata and controls
62 lines (61 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-hant" xml:lang="zh-hant">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>HTTP 狀態碼之於回應他人的請求 - Blog of ltlnx</title>
<meta name="viewport" content="width=device-width" />
<link href="/style.css" rel="stylesheet" />
<link rel="icon" href="data:," />
<link rel="alternate" type="application/atom+xml" title="ltlnx 的網誌 —— 所有頁面" href="/rssfeed.xml" />
</head>
<body>
<div id="content">
<div id="header">
<a href="/index.html" id="sitename"><strong>ltlnx 的網誌</strong></a>
<div class='links'>
<a href='/archive.html'>庫存</a>
<a href='/about.html'>關於</a>
<a href='/links.html'>連結</a>
<a href='/blogroll.html'>部落滾</a>
<a href='/rss.html'>訂閱</a>
<a rel='me' href='https://g0v.social/@ltlnx'>聯邦</a>
</div>
</div>
<div id="main">
<h1 id="http-狀態碼之於回應他人的請求">HTTP
狀態碼之於回應他人的請求</h1>
<p>轉自 Mastodon,<a
href="https://g0v.social/@bestian/115155062603181062">Bestian
的貼文</a>:</p>
<blockquote>
<p>在真實人生中,無法滿足別人的請求時,最平常的反應會是
400(你的要求不合理)、404(你要求的東西我沒有)、503(我累了,無法執行你的要求)等等</p>
<p>4 開頭是說「這是你的錯」,5
開頭是說「這是我的錯」,都未必符合事實。我們不需要怪罪別人,也不需要怪罪自己。</p>
<p>最近學著用205(我了解也接受你的想望,但不提供具體的解決。請重置你的狀態)來回應。發現這在人際溝通上,往往對彼此都很好。</p>
<p>參考:<a
href="https://zh.wikipedia.org/wiki/HTTP%E7%8A%B6%E6%80%81%E7%A0%81">HTTP
狀態碼</a></p>
</blockquote>
<p>有趣的想法。</p>
<p>– ltlnx 2025-09-06</p>
<p><span class="tags">標籤:<a href="/tags/隨想.html">隨想</a>
</span></p>
<p><em>如果想讓我知道您看過這個頁面,請點擊<a href="https://ltlnx.goatcounter.com/count?p=/httpcodes.html">這個連結</a>。<a href="/viewcount.html">運作原理</a>。</em></p>
</div>
<div id="footer">
<div class='links'>
<a href='/archive.html'>庫存</a>
<a href='/about.html'>關於</a>
<a href='/links.html'>連結</a>
<a href='/blogroll.html'>部落滾</a>
<a href='/rss.html'>訂閱</a>
<a rel='me' href='https://g0v.social/@ltlnx'>聯邦</a>
</div>
<small>© ltlnx 2022–2024. 使用 CC BY-SA 4.0 授權。如果要在其他網頁上轉載,請附上原文連結。</small>
</div>
</div>
<script src="/res/comments.js" type="text/javascript"></script>
</body>
</html>