>010 Web Contents
|
|
| |
Web サーバ 連携/ Working with Web Server
1) ConnectONEサーバがフォーム認証またはBasic認証でWebサーバに代理ログインをし、Webサーバから各ページのHTML情報を取得します。
1) ConnectONE server performs representative login to the Web server by using form authentication or Basic authentication, to retrieve HTML data of each page from Web server.
2) ConnectONEサーバ内にて、取得したHTMLをBody部とHeader部に分解し、端末に応じたセキュリティコード(Javascript, CSS, Actionscript, Meta tag等)を埋め込みます。これらにより外部端末からのアクセスについて下記セキュリティを実装します。
2) In ConnectONE server, the retrieved HTML is divided into Body section and Header section, to which appropriate security codes (e.g. JavaScript, CSS, Actionscript, and Meta tag) based on the device will be embedded. According to these codes, the following security functions will be implemented for access from external devices:
3) 社内Web サーバを外部にさらすことなく、ConnectONEサーバを中継して外部端末からのアクセスを可能とします。
3) In this server program, the ConnectONE server checks whether the configuration profile distributed to iPhone/iPad users from the system administrator has been installed, and if so, then activates the account using a set of ConnectONE login account, login password, and UDID (serial number of the device).
|
|
|
|