OutSystems Forge 日本語データベース

URLEncryption

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2014-09-28 1.0.0 Guilherme Pereira 8.0.1.8 All .NET Libraries
クエリ文字列パラメータを非表示にする自動メカニズム。
URL暗号化は、アプリケーションで使用されているパラメータを非表示にする自動メカニズムを持つ試みです。 あなたのモジュールにHttpModuleを登録することによって動作します。 このモジュールは、モジュールがアクティブなモジュールとの間で要求と応答を解析し、応答を送信する前に必要なURLを暗号化し、必要に応じてURLを復号化します

[Overview]
Automatic mechanism to hide the query string parameters.
[Detail]
URL encryption is an attempt of having an automatic mechanism to hide the parameters that are used in our applications. It works by registering an HttpModule with your modules. This module parses the requests and responses to and from the modules where it is active and encrypts the necessary URLs before sending the response as well as decrypts the URL when necessary
戻る