[zh] Optimize translation into Chinese (#13792)

This commit is contained in:
Rei1010 2023-09-01 11:44:32 +08:00 committed by GitHub
parent a5983cd4a4
commit 01eb11de75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -160,6 +160,7 @@ sleep.legacy to httpbin.legacy: 200
您会发现除了从没有 Sidecar 的服务(`sleep.legacy`)到有 Sidecar
的服务(`httpbin.foo` 或 `httpbin.bar`)的请求外,其他请求依然是返回成功的。
这是符合预期的,因为现在严格要求使用双向 TLS但是没有 Sidecar 的工作负载无法满足这一要求。
### 清除部分 1 {#cleanup-part-1}
@ -557,7 +558,7 @@ EOF
{{< /tabset >}}
重新发送没有令牌的请求。现在,请求失败并返回错误码 `403`
重新发送没有令牌的请求。请求失败并返回错误码 `403`
{{< text bash >}}
$ curl "$INGRESS_HOST:$INGRESS_PORT/headers" -s -o /dev/null -w "%{http_code}\n"