This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
示例 12:在 NetScaler 设备上配置重写以更改客户端请求中的主机名和 URL
NetScaler 设备上的重写功能用于将客户端请求中可用的 URL 转换为后端服务器可以理解的另一个 URL。使用重写功能可以获得以下好处:
-
通过隐藏客户端请求的资源的实际 URL 来增强安全性。
-
防止未经授权的用户访问网络资源。
举一个例子,您当前的组织被另一个组织收购。对于管理员来说,向被收购组织的每位用户通报新的 Web 地址已成为一项艰巨的工作。在这种情况下,使用重写功能可以方便地更改被收购组织网站的客户端请求中的主机名和 URL。在网站维护期间,您可以使用 rewrite 临时更改客户端请求中的 URL。
以下部分介绍使用重写功能更改客户端请求中的主机名和 URL 的过程。
以用户在 Web 浏览器中输入 http://www.example.com
URL 为例。网站管理员希望 NetScaler 设备将客户端请求中的前面 URL 转换为 http://myexample.example.net.in/resource/inventory/s?t=112
。
在前面的示例中,网站管理员希望 NetScaler 设备将“example.com”域名替换为“myexample.example.net.in”,将 URL 替换为“resource/inventory/s?t=112”。
使用 CLI 执行以下操作
-
使用 SSH 登录 NetScaler 设备。
-
添加重写操作。
add rewrite action rewrite_domain_url_replace_act replace HTTP.REQ.URL "\"http://myexample.example.net.in/resource/inventory/s?t=112\""
-
为重写操作添加重写策略。
add rewrite policy rewrite_domain_url_pol HTTP.REQ.HOSTNAME.EQ("www.example.com") rewrite_domain_url_replace_act
-
将重写策略绑定到虚拟服务器。
bind lb vserver rewrite_LB -policyName rewrite_domain_url_pol -priority 100 -gotoPriorityExpression END -type REQUEST
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.