lunarwhite commented on code in PR #7456:
URL: https://github.com/apache/apisix/pull/7456#discussion_r921807614


##########
docs/zh/latest/plugins/ua-restriction.md:
##########
@@ -23,22 +29,26 @@ title: ua-restriction
 
 ## 描述
 
-`ua-restriction` 可以通过将指定 `User-Agent` 列入白名单或黑名单的方式来限制对服务或接口的访问。
+`ua-restriction` 插件可以通过将指定 `User-Agent` 列入白名单或黑名单的方式来限制对服务或路由的访问。

Review Comment:
   Hi, I tried to provide some in details:
   
   一种常见的应用场景是用来设置爬虫规则。网络上的爬虫很常见,有的会有利于网站收录和 
SEO,有的会对服务器造成压力,甚至影响其正常业务。`User-Agent` 
是客户端在向服务器发送的网络请求时用于表明身份的标识,用户可以将一些爬虫程序的请求头列入 `ua-restriction` 
插件的白名单或黑名单中。当有网络请求时,通过检测 `User-Agent` 请求头域值来判断客户端的类型,从而实现允许或拒绝其访问。
   
   Just a draft, any feedback would be appreciated, thx



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to