JP2006129138A - Proxy server program and proxy server method - Google Patents

Proxy server program and proxy server method Download PDF

Info

Publication number
JP2006129138A
JP2006129138A JP2004315496A JP2004315496A JP2006129138A JP 2006129138 A JP2006129138 A JP 2006129138A JP 2004315496 A JP2004315496 A JP 2004315496A JP 2004315496 A JP2004315496 A JP 2004315496A JP 2006129138 A JP2006129138 A JP 2006129138A
Authority
JP
Japan
Prior art keywords
content
communication
server
client
hyperlink
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2004315496A
Other languages
Japanese (ja)
Other versions
JP4484668B2 (en
Inventor
Ichiro Suzuki
一郎 鈴木
Takahiro Nakai
隆裕 中井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2004315496A priority Critical patent/JP4484668B2/en
Publication of JP2006129138A publication Critical patent/JP2006129138A/en
Application granted granted Critical
Publication of JP4484668B2 publication Critical patent/JP4484668B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Communication Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a proxy server program and proxy server method which dispense with prior setting about a server of a connection destination when a communication method is changed in a proxy server device. <P>SOLUTION: A communication means 2a receives contents 1a. The communication means 2a decodes the contents 1a when the contents 1a are received by cipher communication. A position information changing means 2b rewrites cipher communication to non-cipher communication when a hyperlink to other contents 1c exists in the contents 1a and cipher communication is designated as a communication method to the hyperlink. A client side transmitting means 2d transmits the contents 1a. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、通信の中継を実行するプロキシサーバプログラム及びプロキシサーバ方法に関し、特に、通信方式の指定を変更して通信の中継を実行するプロキシサーバプログラム及びプロキシサーバ方法に関する。   The present invention relates to a proxy server program and a proxy server method for executing communication relay, and more particularly, to a proxy server program and a proxy server method for executing communication relay by changing the designation of a communication method.

現在、クライアントとサーバとの通信において、内部のネットワークから外部のネットワークへの接続を制限するために、または、内部のネットワークを外部のネットワークから保護するために、プロキシサーバ装置を利用している。ここで、クライアントとサーバとの通信の中で、クライアントからサーバに対するサービス要求において、使用される通信方式は、ハイパーリンク中で指定される通信方式である。そして、通信方式には、暗号通信(例えば、HTTPS)及び非暗号通信(例えば、HTTP)が存在する。   Currently, in communication between a client and a server, a proxy server device is used to restrict a connection from an internal network to an external network or to protect an internal network from an external network. Here, in the communication between the client and the server, the communication method used in the service request from the client to the server is the communication method specified in the hyperlink. Communication methods include encryption communication (for example, HTTPS) and non-encryption communication (for example, HTTP).

ここで、指定された通信方式が暗号通信である場合、プロキシサーバ装置を経由したクライアントとサーバとの通信において、直接暗号通信が実行される。すると、コンテンツフィルタサーバ及びウィルスチェックサーバがサービスを提供する場合、通信内容を参照できないため、サービスを提供できない。   Here, when the designated communication method is encryption communication, encryption communication is directly executed in communication between the client and the server via the proxy server device. Then, when the content filter server and the virus check server provide the service, the communication content cannot be referred to, so the service cannot be provided.

コンテンツフィルタサーバ及びウィルスチェックサーバが通信内容を参照してサービスを提供するために、サーバとプロキシサーバ装置との通信を暗号通信として、プロキシサーバ装置とクライアントとの通信を非暗号通信とすることができれば、プロキシサーバ装置とクライアントとの通信内容を参照できてサービスを提供できる。例えば、リバースプロキシというプロキシサーバ装置を利用して、ハイパーリンク中で指定される通信方式を変更する技術がある(非特許文献1参照)。すると、コンテンツフィルタサーバ及びウィルスチェックサーバは通信内容を参照することで、例えば、フィルタリング、アクセス制御、コンテンツの変換及びウィルスチェック等の様々なサービスを提供できるようになる。   In order for the content filter server and virus check server to provide services by referring to the communication content, communication between the server and the proxy server device may be encrypted communication, and communication between the proxy server device and the client may be non-encrypted communication. If possible, services can be provided by referring to the communication contents between the proxy server device and the client. For example, there is a technique for changing a communication method specified in a hyperlink using a proxy server device called a reverse proxy (see Non-Patent Document 1). Then, the content filter server and the virus check server can provide various services such as filtering, access control, content conversion, and virus check by referring to the communication content.

ここで、リバースプロキシはクライアントに対して透過的でなく、つまり、クライアントからリバースプロキシの存在が明らかであり、リバースプロキシはクライアントからの接続先のサーバとして動作する。よって、クライアントは、通信方式を変更する場合、接続先のサーバとして本来の接続先のサーバでなくリバースプロキシを指定することになる。そのため、本来の接続先のサーバの情報がクライアントからリバースプロキシに送信されない。この対策として、通信方式を変更する場合、リバースプロキシに対して、本来の接続先のサーバの情報についてあらかじめの事前の設定が必要になる。
富士通株式会社、”Security Director”、[online]、[平成16年10月10日検索]、インターネット<URL:http://interstage.fujifuji.com/jp/v6/sd/>
Here, the reverse proxy is not transparent to the client, that is, the existence of the reverse proxy is apparent from the client, and the reverse proxy operates as a server to which the client is connected. Therefore, when changing the communication method, the client designates the reverse proxy instead of the original connection destination server as the connection destination server. Therefore, the information of the original connection destination server is not transmitted from the client to the reverse proxy. As a countermeasure, when the communication method is changed, it is necessary to set in advance the information of the original connection destination server for the reverse proxy.
Fujitsu Limited, “Security Director”, [online], [October 10, 2004 search], Internet <URL: http: //interstage.fujifuji.com/jp/v6/sd/>

しかし、従来の技術において、利用される可能性のある全ての本来の接続先のサーバについて、あらかじめの事前の設定を実行するのは困難である。
本発明は、このような点に鑑みてなされたものであり、プロキシサーバ装置において通信方式を変更する場合、接続先のサーバに関する事前の設定が不要となるプロキシサーバプログラム及びプロキシサーバ方法を提供することを目的とする。
However, in the prior art, it is difficult to perform advance setting in advance for all original connection destination servers that may be used.
The present invention has been made in view of the above points, and provides a proxy server program and a proxy server method that eliminate the need for prior settings regarding a connection destination server when a communication method is changed in a proxy server device. For the purpose.

本発明では、上記課題を解決するために、図1に示すように、通信手段2aが、サーバ1から、クライアント4あてのコンテンツ1aを受信する。そして、通信手段2aが、コンテンツ1aが暗号通信により受信された場合、コンテンツ1aを復号する。位置情報変更手段2bが、通信手段2aにより受信されたコンテンツ1aの中に他のコンテンツ1cへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換える。クライアント側送信手段2dが、クライアント4へ、コンテンツ1aを送信する。クライアント側受信手段2eが、クライアント4からのコンテンツ取得要求4bを受信する。プロトコル変更手段2gが、コンテンツ取得要求4bが、位置情報変更手段2bにより通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、コンテンツ取得要求4bの通信方式を指定する記述を暗号通信に書き換える。通信手段2aが、サーバ1へ、コンテンツ取得要求1bを送信する。   In the present invention, in order to solve the above problem, as shown in FIG. 1, the communication means 2 a receives the content 1 a addressed to the client 4 from the server 1. Then, when the content 1a is received by encrypted communication, the communication unit 2a decrypts the content 1a. When the location information changing unit 2b has a hyperlink to another content 1c in the content 1a received by the communication unit 2a and the encryption communication is designated as the hyperlink communication method, the communication method is changed. Rewrite the specified description to non-encrypted communication. The client side transmission means 2d transmits the content 1a to the client 4. The client side receiving means 2e receives the content acquisition request 4b from the client 4. The protocol changing unit 2g specifies the communication method of the content acquisition request 4b when the content acquisition request 4b is a content acquisition request corresponding to the hyperlink in which the description specifying the communication method is rewritten by the position information changing unit 2b. Rewrite the description to encrypted communication. The communication unit 2 a transmits a content acquisition request 1 b to the server 1.

このようにすると、通信手段2aにより、サーバ1から、クライアント4あてのコンテンツ1aが受信される。そして、通信手段2aにより、コンテンツ1aが暗号通信により受信された場合、コンテンツ1aが復号される。位置情報変更手段2bにより、通信手段2aにより受信されたコンテンツ1aの中に他のコンテンツ1cへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述が非暗号通信に書き換えられる。クライアント側送信手段2dにより、クライアント4へ、コンテンツ1aが送信される。クライアント側受信手段2eにより、クライアント4からのコンテンツ取得要求4bが受信される。プロトコル変更手段2gにより、コンテンツ取得要求4bが、位置情報変更手段2bにより通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、コンテンツ取得要求4bの通信方式を指定する記述が暗号通信に書き換られる。通信手段2aにより、サーバ1へ、コンテンツ取得要求1bが送信される。   If it does in this way, the content 1a addressed to the client 4 will be received from the server 1 by the communication means 2a. When the content 1a is received by encrypted communication by the communication unit 2a, the content 1a is decrypted. When there is a hyperlink to another content 1c in the content 1a received by the communication unit 2a by the position information changing unit 2b and encryption communication is designated as the hyperlink communication method, the communication method is changed. The specified description is rewritten to non-encrypted communication. The content 1a is transmitted to the client 4 by the client side transmission means 2d. The client side receiving means 2e receives the content acquisition request 4b from the client 4. When the content acquisition request 4b is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method by the location information changing unit 2b is rewritten by the protocol changing unit 2g, the communication method of the content acquisition request 4b is specified. The description is rewritten to encrypted communication. A content acquisition request 1b is transmitted to the server 1 by the communication means 2a.

本発明では、サーバ側受信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、自動的に通信方式を指定する記述を非暗号通信に変更するようにした。   In the present invention, when a hyperlink to other content exists in the content received by the server-side receiving means and encryption communication is designated as the hyperlink communication method, the communication method is automatically designated. The description to be changed was changed to non-encrypted communication.

このようにすると、本来の接続先のサーバの情報がクライアントからプロキシサーバ装置に送信されるので、プロキシサーバ装置において通信方式を変更する場合、接続先のサーバに関する事前の設定が不要となる。   In this way, since the information of the original connection destination server is transmitted from the client to the proxy server device, when the communication method is changed in the proxy server device, prior setting for the connection destination server becomes unnecessary.

以下、本発明の実施の形態を図面を参照して説明する。
まず、本発明の概念について説明し、その後、実施の形態の具体的な内容について説明する。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
First, the concept of the present invention will be described, and then the specific contents of the embodiment will be described.

図1は、本発明の概念図である。
本発明のプロキシサーバ装置2を利用したコンピュータシステムは、サーバ1、プロキシサーバ装置2及びクライアント4から構成される。サーバ1は、クライアント4からのサービス要求にサービス応答する。プロキシサーバ装置2は、クライアント4側のイントラネット(図示しない)と、サーバ1側のインターネット(図示しない)との間で流れる情報を制御する。サーバ1及びプロキシサーバ装置2は、インターネットを介して互いに通信している。また、プロキシサーバ装置2及びクライアント4は、イントラネットを介して、互いに通信している。
FIG. 1 is a conceptual diagram of the present invention.
A computer system using the proxy server device 2 of the present invention includes a server 1, a proxy server device 2, and a client 4. The server 1 makes a service response to the service request from the client 4. The proxy server device 2 controls information flowing between an intranet (not shown) on the client 4 side and the Internet (not shown) on the server 1 side. The server 1 and the proxy server device 2 communicate with each other via the Internet. Further, the proxy server device 2 and the client 4 communicate with each other via an intranet.

プロキシサーバ装置2は、通信手段2a、位置情報変更手段2b、クライアント側送信手段2d、クライアント側受信手段2e及びプロトコル変更手段2gから構成される。
通信手段2aは、サーバ1から、コンテンツの位置を示すURL(Uniform Resource Locator)によって、クライアント4あてのコンテンツ1aを受信する。例えば、通信手段2aは、サーバ1から、URLが「https://BBB」であるコンテンツ1aを受信する。そして、通信手段2aは、コンテンツ1aが暗号通信により受信された場合、コンテンツ1aを復号する。例えば、通信手段2aは、URLが「https://BBB」であるコンテンツ1aを、URLが「http://BBB」であるコンテンツ4aに復号する。次に、位置情報変更手段2bは、通信手段2aにより受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換える。例えば、位置情報変更手段2bは、コンテンツ1aの中にコンテンツ1cへのハイパーリンクが存在して、「https」による暗号通信が指定されている場合なので、「https://AAA」を「http://AAA」に書き換える。
The proxy server device 2 includes a communication unit 2a, a position information change unit 2b, a client side transmission unit 2d, a client side reception unit 2e, and a protocol change unit 2g.
The communication unit 2a receives the content 1a addressed to the client 4 from the server 1 through a URL (Uniform Resource Locator) indicating the location of the content. For example, the communication unit 2 a receives the content 1 a whose URL is “https: // BBB” from the server 1. Then, when the content 1a is received by encrypted communication, the communication unit 2a decrypts the content 1a. For example, the communication unit 2a decrypts the content 1a whose URL is “https: // BBB” into the content 4a whose URL is “http: // BBB”. Next, the position information changing unit 2b determines that the communication method is used when there is a hyperlink to other content in the content received by the communication unit 2a and the encryption communication is designated as the hyperlink communication method. Rewrite the description to specify as non-encrypted communication. For example, since the location information changing unit 2b has a case where a hyperlink to the content 1c exists in the content 1a and encryption communication by “https” is designated, “https: // AAA” is changed to “http: Rewrite as // AAA ".

クライアント側送信手段2dは、クライアント4へ、コンテンツ4aを送信する。例えば、クライアント側送信手段2dは、クライアント4へ、URLが「http://BBB」であるコンテンツ4aを送信する。   The client side transmission unit 2 d transmits the content 4 a to the client 4. For example, the client-side transmission unit 2 d transmits the content 4 a whose URL is “http: // BBB” to the client 4.

クライアント側受信手段2eは、クライアント4からのコンテンツ取得要求4bを受信する。例えば、クライアント側受信手段2eは、クライアント4から、「http://AAA」というURLにより示されたコンテンツ取得要求4bを受信する。   The client side receiving means 2e receives the content acquisition request 4b from the client 4. For example, the client-side receiving unit 2 e receives a content acquisition request 4 b indicated by a URL “http: // AAA” from the client 4.

プロトコル変更手段2gは、コンテンツ取得要求4bが、位置情報変更手段2bにより通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、コンテンツ取得要求4bの通信方式を指定する記述を暗号通信に書き換える。例えば、プロトコル変更手段2gは、「http://AAA」というURLにより示されたコンテンツ取得要求4bを、「https://AAA」というURLにより示されたコンテンツ取得要求1bに書き換える。そして、通信手段2aは、サーバ1へ、コンテンツ取得要求1bを送信する。例えば、通信手段2aは、サーバ1へ、「https://AAA」というURLにより示されたコンテンツ取得要求1bを送信する。   When the content acquisition request 4b is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method is rewritten by the location information changing unit 2b, the protocol changing unit 2g specifies the communication method of the content acquisition request 4b. Rewrite the description to encrypted communication. For example, the protocol changing unit 2g rewrites the content acquisition request 4b indicated by the URL "http: // AAA" into the content acquisition request 1b indicated by the URL "https: // AAA". Then, the communication unit 2 a transmits a content acquisition request 1 b to the server 1. For example, the communication unit 2 a transmits a content acquisition request 1 b indicated by a URL “https: // AAA” to the server 1.

その後、再び、通信手段2aは、サーバ1から、コンテンツの位置を示すURLによって、クライアント4あてのコンテンツ1cを受信する。例えば、通信手段2aは、サーバ1から、URLが「https://AAA」であるコンテンツ1cを受信する。そして、通信手段2aは、コンテンツ1cが暗号通信により受信された場合、コンテンツ1cを復号する。例えば、通信手段2aは、URLが「https://AAA」であるコンテンツ1cを、URLが「http://AAA」であるコンテンツ4cに復号する。次に、位置情報変更手段2bは、通信手段2aにより受信されたコンテンツ1cの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換える。例えば、位置情報変更手段2bは、コンテンツ4cの中に他のコンテンツへのハイパーリンクが存在していないので、何も書き換えない。   Thereafter, the communication unit 2a receives again the content 1c addressed to the client 4 from the server 1 by the URL indicating the position of the content. For example, the communication unit 2 a receives the content 1 c whose URL is “https: // AAA” from the server 1. Then, when the content 1c is received by encrypted communication, the communication unit 2a decrypts the content 1c. For example, the communication unit 2a decrypts the content 1c whose URL is “https: // AAA” into the content 4c whose URL is “http: // AAA”. Next, the position information changing unit 2b performs communication when there is a hyperlink to another content in the content 1c received by the communication unit 2a and encryption communication is designated as the hyperlink communication method. Rewrite the description that specifies the method to non-encrypted communication. For example, the location information changing unit 2b does not rewrite anything because there is no hyperlink to other content in the content 4c.

クライアント側送信手段2dは、クライアント4へ、コンテンツ4cを送信する。例えば、クライアント側送信手段2dは、クライアント4へ、URLが「http://AAA」であるコンテンツ4cを送信する。   The client side transmission unit 2 d transmits the content 4 c to the client 4. For example, the client side transmission unit 2 d transmits the content 4 c whose URL is “http: // AAA” to the client 4.

通信手段2a、位置情報変更手段2b、クライアント側送信手段2d、クライアント側受信手段2e及びプロトコル変更手段2gは、互いに通信している。
次に、図1の概念図の動作について説明する。
The communication unit 2a, the position information changing unit 2b, the client side transmitting unit 2d, the client side receiving unit 2e, and the protocol changing unit 2g communicate with each other.
Next, the operation of the conceptual diagram of FIG. 1 will be described.

まず、クライアント4に対してサービス応答がある。通信手段2aにより、サーバ1から、URLが「https://BBB」であるコンテンツ1aが受信される。通信手段2aにより、URLが「https://BBB」であるコンテンツ1aが、URLが「http://BBB」であるコンテンツ4aに復号される。位置情報変更手段2bにより、コンテンツ1aの中にコンテンツ1cへのハイパーリンクが存在して、「https」による暗号通信が指定されている場合なので、「https://AAA」が「http://AAA」に書き換えられる。クライアント側送信手段2dにより、クライアント4へ、URLが「http://BBB」であるコンテンツ4aが送信される。   First, there is a service response to the client 4. The content 1a whose URL is “https: // BBB” is received from the server 1 by the communication means 2a. The content 1a whose URL is “https: // BBB” is decrypted into the content 4a whose URL is “http: // BBB” by the communication means 2a. Since the hyperlink to the content 1c exists in the content 1a and the encrypted communication by “https” is designated by the position information changing unit 2b, “https: // AAA” is changed to “http: // Rewritten as “AAA”. The content 4a whose URL is “http: // BBB” is transmitted to the client 4 by the client side transmission means 2d.

そして、サーバ1に対してサービス要求がある。クライアント側受信手段2eにより、クライアント4から、「http://AAA」というURLにより示されたコンテンツ取得要求4bが受信される。プロトコル変更手段2gにより、「http://AAA」というURLにより示されたコンテンツ取得要求4bが、「https://AAA」というURLにより示されたコンテンツ取得要求1bに書き換えられる。通信手段2aにより、サーバ1へ、「https://AAA」というURLにより示されたコンテンツ取得要求1bが送信される。   Then, there is a service request for the server 1. The client side receiving means 2e receives the content acquisition request 4b indicated by the URL "http: // AAA" from the client 4. The protocol changing unit 2g rewrites the content acquisition request 4b indicated by the URL "http: // AAA" into the content acquisition request 1b indicated by the URL "https: // AAA". The content acquisition request 1b indicated by the URL “https: // AAA” is transmitted to the server 1 by the communication means 2a.

最後に、再び、クライアント4に対してサービス応答がある。通信手段2aにより、サーバ1から、URLが「https://AAA」であるコンテンツ1cが受信される。通信手段2aにより、URLが「https://AAA」であるコンテンツ1cが、URLが「http://AAA」であるコンテンツ4cに復号される。位置情報変更手段2bにより、コンテンツ1cの中に他のコンテンツへのハイパーリンクが存在していないので、何も書き換えられない。クライアント側送信手段2dにより、クライアント4へ、URLが「http://AAA」であるコンテンツ4cが送信される。   Finally, there is a service response to the client 4 again. The content 1c whose URL is “https: // AAA” is received from the server 1 by the communication means 2a. The content 1c whose URL is “https: // AAA” is decrypted into the content 4c whose URL is “http: // AAA” by the communication means 2a. Since there is no hyperlink to another content in the content 1c, nothing is rewritten by the position information changing means 2b. The content 4c whose URL is “http: // AAA” is transmitted to the client 4 by the client side transmission means 2d.

このようにすると、クライアント4からサーバ1の間において、透過的に通信方式が変更されるので、プロキシサーバ装置2において、サーバ1に関する事前の設定が不要となり、インターネット等の外部ネットワークに存在するサーバ1を考慮しなくて済む。   In this way, since the communication method is transparently changed between the client 4 and the server 1, the proxy server device 2 does not require prior settings regarding the server 1, and the server existing in an external network such as the Internet. No need to consider 1.

そして、存在するサーバ1に依存しないプロキシサーバ装置2を提供することで、全てのサーバからのサービス応答を復号できる。
以下、実施の形態の具体的な内容について説明する。
And the service response from all the servers can be decoded by providing the proxy server device 2 which does not depend on the existing server 1.
Hereinafter, specific contents of the embodiment will be described.

[第1の実施の形態]
図2は、第1及び第2の実施の形態のシステム構成図である。
第1の実施の形態のプロキシサーバ装置15を利用したコンピュータシステムは、サーバ10、11、12、13、インターネット14、プロキシサーバ装置15、イントラネット16、クライアント17、18、19、20、コンテンツフィルタサーバ21及びウィルスチェックサーバ22から構成される。
[First Embodiment]
FIG. 2 is a system configuration diagram of the first and second embodiments.
The computer system using the proxy server device 15 according to the first embodiment includes servers 10, 11, 12, and 13, the Internet 14, the proxy server device 15, the intranet 16, clients 17, 18, 19, and 20, a content filter server. 21 and a virus check server 22.

サーバ10、11、12、13は、クライアント17、18、19、20からのサービス要求にサービス応答する。インターネット14は、パブリックなネットワークで、情報を共有化する通信サービスである。プロキシサーバ装置15は、イントラネット16とインターネット14との間で流れる情報を制御する。イントラネット16は、プライベートなネットワークで、企業内等で情報を共有化する通信サービスである。コンテンツフィルタサーバ21は、所定のコンテンツを閲覧できないようにする。ウィルスチェックサーバ22は、インターネット14から浸入するウィルスからイントラネット16を保護する。   The servers 10, 11, 12, and 13 respond to the service requests from the clients 17, 18, 19, and 20. The Internet 14 is a communication service for sharing information on a public network. The proxy server device 15 controls information that flows between the intranet 16 and the Internet 14. The intranet 16 is a private network and is a communication service for sharing information within a company or the like. The content filter server 21 prevents browsing of predetermined content. The virus check server 22 protects the intranet 16 from viruses that enter from the Internet 14.

サーバ10、11、12、13及びプロキシサーバ装置15は、インターネット14を介して互いに通信している。また、プロキシサーバ装置15及びクライアント17、18、19、20は、イントラネット16を介して、さらに、コンテンツフィルタサーバ21及びウィルスチェックサーバ22を介して、互いに通信している。   The servers 10, 11, 12, 13 and the proxy server device 15 communicate with each other via the Internet 14. Further, the proxy server device 15 and the clients 17, 18, 19, 20 communicate with each other via the intranet 16 and further via the content filter server 21 and the virus check server 22.

以下に、第1の実施の形態のプロキシサーバ装置の機能について説明する。図3は、第1の実施の形態のプロキシサーバ装置の機能を示すブロック図である。
第1の実施の形態のプロキシサーバ装置15を利用したコンピュータシステムは、サーバ10、プロキシサーバ装置15、コンテンツフィルタサーバ21、ウィルスチェックサーバ22及びクライアント17から構成される。サーバ10は、クライアント17からのサービス要求にサービス応答する。プロキシサーバ装置15は、イントラネット(図示しない)とインターネット(図示しない)との間で流れる情報を制御する。コンテンツフィルタサーバ21は、所定のコンテンツを閲覧できないようにする。ウィルスチェックサーバ22は、インターネットから浸入するウィルスからイントラネットを保護する。サーバ10及びプロキシサーバ装置15は、インターネットを介して互いに通信している。また、プロキシサーバ装置15及びクライアント17は、イントラネットを介して、さらに、コンテンツフィルタサーバ21及びウィルスチェックサーバ22を介して、互いに通信している。
The function of the proxy server device according to the first embodiment will be described below. FIG. 3 is a block diagram illustrating functions of the proxy server device according to the first embodiment.
The computer system using the proxy server device 15 according to the first embodiment includes a server 10, a proxy server device 15, a content filter server 21, a virus check server 22, and a client 17. The server 10 makes a service response to the service request from the client 17. The proxy server device 15 controls information flowing between an intranet (not shown) and the Internet (not shown). The content filter server 21 prevents browsing of predetermined content. The virus check server 22 protects the intranet from viruses that enter from the Internet. The server 10 and the proxy server device 15 communicate with each other via the Internet. Further, the proxy server device 15 and the client 17 communicate with each other via the intranet, and further via the content filter server 21 and the virus check server 22.

プロキシサーバ装置15は、サーバ側受信部15a、位置情報変更部15b、クライアント側送信部15c、クライアント側受信部15d、プロトコル変更部15e及びサーバ側送信部15fから構成される。   The proxy server device 15 includes a server side receiving unit 15a, a position information changing unit 15b, a client side transmitting unit 15c, a client side receiving unit 15d, a protocol changing unit 15e, and a server side transmitting unit 15f.

サーバ側受信部15aは、サーバ10から、コンテンツの位置を示すURLによって、クライアント17あてのコンテンツを受信する。そして、サーバ側受信部15aは、コンテンツが暗号通信により受信された場合、コンテンツを復号する。   The server-side receiving unit 15a receives content addressed to the client 17 from the server 10 by using a URL indicating the position of the content. And the server side receiving part 15a decodes a content, when a content is received by encryption communication.

位置情報変更部15bは、サーバ側受信部15aにより受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換える。そして、クライアント側送信部15cは、クライアント17へ、コンテンツを送信する。   The location information changing unit 15b determines the communication method when there is a hyperlink to other content in the content received by the server-side receiving unit 15a and encryption communication is designated as the hyperlink communication method. Rewrite the specified description to non-encrypted communication. Then, the client side transmission unit 15 c transmits the content to the client 17.

クライアント側受信部15dは、クライアント17からのコンテンツ取得要求を受信する。
プロトコル変更部15eは、コンテンツ取得要求が、位置情報変更部15bにより通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換える。そして、サーバ側送信部15fは、サーバ10へ、コンテンツ取得要求を送信する。ここで、サーバ側送信部15fは、暗号通信が指定された場合、サーバ10へのリンクを確立して、確立されたリンクを暗号通信に利用する。
The client side receiving unit 15 d receives a content acquisition request from the client 17.
When the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method is rewritten by the position information changing unit 15b, the protocol change unit 15e describes a description specifying the communication method of the content acquisition request. Rewrite to encrypted communication. Then, the server-side transmission unit 15 f transmits a content acquisition request to the server 10. Here, when encryption communication is designated, the server-side transmission unit 15f establishes a link to the server 10 and uses the established link for encryption communication.

サーバ側受信部15a、位置情報変更部15b、クライアント側送信部15c、クライアント側受信部15d、プロトコル変更部15e及びサーバ側送信部15fは、互いに通信している。   The server-side receiving unit 15a, the position information changing unit 15b, the client-side transmitting unit 15c, the client-side receiving unit 15d, the protocol changing unit 15e, and the server-side transmitting unit 15f communicate with each other.

次に、図3のブロック図の動作について説明する。
サーバ側受信部15aにより、サーバ10から、コンテンツの位置を示すURLによって、クライアント17あてのコンテンツが受信される。そして、サーバ側受信部15aにより、コンテンツが暗号通信により受信された場合、コンテンツが復号される。
Next, the operation of the block diagram of FIG. 3 will be described.
The server-side receiving unit 15a receives content addressed to the client 17 from the server 10 using a URL indicating the position of the content. When the content is received by encrypted communication by the server side receiving unit 15a, the content is decrypted.

位置情報変更部15bにより、サーバ側受信部15aにより受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述が非暗号通信に書き換えられる。そして、クライアント側送信部15cにより、クライアント17へ、コンテンツが送信される。   When the location information changing unit 15b includes a hyperlink to other content in the content received by the server-side receiving unit 15a and encryption communication is designated as the hyperlink communication method, the communication method is changed. The specified description is rewritten to non-encrypted communication. Then, the content is transmitted to the client 17 by the client side transmission unit 15c.

ここで、コンテンツフィルタサーバ21及びウィルスチェックサーバ22により、通信内容が参照される。具体的には、コンテンツフィルタサーバ21により、所定のコンテンツが閲覧できないようにされて、ウィルスチェックサーバ22により、インターネットから浸入するウィルスからイントラネットが保護される。   Here, communication contents are referred to by the content filter server 21 and the virus check server 22. Specifically, the content filter server 21 prevents browsing of predetermined content, and the virus check server 22 protects the intranet from viruses that enter from the Internet.

クライアント側受信部15dにより、クライアント17からのコンテンツ取得要求が受信される。
プロトコル変更部15eにより、コンテンツ取得要求が、位置情報変更部15bにより通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、コンテンツ取得要求の通信方式を指定する記述が暗号通信に書き換られる。そして、サーバ側送信部15fにより、サーバ10へ、コンテンツ取得要求が送信される。
The client side receiving unit 15d receives a content acquisition request from the client 17.
When the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method by the location information changing unit 15b is rewritten by the protocol changing unit 15e, a description specifying the communication method of the content acquisition request is provided. Rewritten to encrypted communication. Then, a content acquisition request is transmitted to the server 10 by the server side transmission unit 15f.

このようにすると、クライアント17からサーバ10の間において、透過的に通信方式が変更されるので、プロキシサーバ装置15において、サーバ10に関する事前の設定が不要となり、インターネット等の外部ネットワークに存在するサーバ10を考慮しなくて済む。   In this way, since the communication method is transparently changed between the client 17 and the server 10, the proxy server device 15 does not require prior settings regarding the server 10, and the server existing in an external network such as the Internet. No need to consider 10.

そして、存在するサーバ10に依存しないプロキシサーバ装置15を提供することで、全てのサーバからのサービス応答を復号できて、コンテンツフィルタサーバ21やウィルスチェックサーバ22等によるサービスを提供できるようになる。   By providing the proxy server device 15 that does not depend on the existing server 10, the service responses from all the servers can be decrypted, and the services by the content filter server 21, the virus check server 22, and the like can be provided.

なお、プロトコルとして、「http」の通信方式及び「https」の通信方式の場合に限定されない。
以下に、第1の実施の形態で実行される処理の例について、図4及び図5を参照して説明する。なお、図4の処理は、サーバ10からクライアント17へサービス応答が存在する場合に実行される。また、図5の処理は、クライアント17からサーバ10へサービス要求が存在する場合に実行される。図4及び図5のフローチャートが実行されると、以下のステップが実行される。
The protocol is not limited to the “http” communication method and the “https” communication method.
In the following, an example of processing executed in the first embodiment will be described with reference to FIGS. 4 and 5. 4 is executed when a service response exists from the server 10 to the client 17. 5 is executed when there is a service request from the client 17 to the server 10. When the flowcharts of FIGS. 4 and 5 are executed, the following steps are executed.

図4は、第1の実施の形態の位置情報変更部の処理を示すフローチャートである。
[S11]位置情報変更部15bは、クライアント17に応答しているコンテンツにおいて、ハイパーテキストによるコンテンツであるか否か判断する。ハイパーテキストによるコンテンツである場合は、処理はS12へ進む。ハイパーテキストによるコンテンツでない場合は、処理は終了する。
FIG. 4 is a flowchart illustrating processing of the position information changing unit according to the first embodiment.
[S11] The position information changing unit 15b determines whether the content responding to the client 17 is hypertext content. If the content is hypertext content, the process proceeds to S12. If the content is not hypertext content, the process ends.

[S12]位置情報変更部15bは、ハイパーテキストによるコンテンツにおいて、ハイパーリンクを検索する。
[S13]位置情報変更部15bは、全てのハイパーリンクを検索したか否かを判断する。検索した場合は、処理は終了する。検索していない場合は、処理はS14へ進む。
[S12] The position information changing unit 15b searches for hyperlinks in the hypertext content.
[S13] The position information changing unit 15b determines whether all hyperlinks have been searched. If a search is made, the process ends. If not, the process proceeds to S14.

[S14]位置情報変更部15bは、ハイパーリンクのスキーマが「https」であるか否かを判断する。「https」である場合は、処理はS15へ進む。「https」でない場合は、処理はS11へ進む。   [S14] The position information changing unit 15b determines whether the schema of the hyperlink is “https”. If it is “https”, the process proceeds to S15. If it is not “https”, the process proceeds to S11.

[S15]位置情報変更部15bは、URLを「https」から「http」へ変更する。
[S16]位置情報変更部15bは、ホスト名に「.https」を付加する。なお、位置情報変更部15bは、パス名に「.https」を付加することもできる。さらに、位置情報変更部15bは、複数のURLの変更方法を用意して、ユーザに選択されたURLの変更方法を使用することもできる。
[S15] The location information changing unit 15b changes the URL from “https” to “http”.
[S16] The location information changing unit 15b adds “.https” to the host name. The location information changing unit 15b can also add “.https” to the path name. Further, the position information changing unit 15b can prepare a plurality of URL changing methods and use the URL changing method selected by the user.

図5は、第1の実施の形態のプロトコル変更部の処理を示すフローチャートである。
[S21]プロトコル変更部15eは、クライアント17からのサービス要求の中において、ホスト名に「.https」が存在するか否かを判断する。存在する場合は、処理はS22へ進む。存在しない場合は、処理は終了する。
FIG. 5 is a flowchart illustrating processing of the protocol changing unit according to the first embodiment.
[S21] The protocol change unit 15e determines whether “.https” exists in the host name in the service request from the client 17. If it exists, the process proceeds to S22. If it does not exist, the process ends.

[S22]プロトコル変更部15eは、存在する「.https」を削除する。
[S23]プロトコル変更部15eは、プロキシサーバ装置15とサーバ10との通信方式の指定を、「http」から「https」に変更する。
[S22] The protocol changing unit 15e deletes the existing “.https”.
[S23] The protocol changing unit 15e changes the designation of the communication method between the proxy server device 15 and the server 10 from “http” to “https”.

[S24]サーバ側送信部15fは、変更後のハイパーリンクの通信方式である「https」を使用する。
以下に、図4のS15及びS16の処理の例について説明する。図6は、ハイパーリンクの変更例を示す図である。
[S24] The server-side transmission unit 15f uses “https”, which is the communication method of the changed hyperlink.
Hereinafter, an example of the processing of S15 and S16 in FIG. 4 will be described. FIG. 6 is a diagram illustrating an example of changing a hyperlink.

ハイパーリンクの変更例200は、番号、変更前のハイパーリンクが示すURL及び変更後のハイパーリンクが示すURLから構成される。番号は、ハイパーリンクの変更例を代表する番号である。変更前のハイパーリンクが示すURLは、プロキシサーバ装置15とサーバ10との間で適用されるURLである。変更後のハイパーリンクが示すURLは、クライアント17とプロキシサーバ装置15との間で適用されるURLである。ハイパーリンクの変更例200において、横方向に並べられた各項目は、互いに関連付けられている。   The hyperlink change example 200 includes a number, a URL indicated by the hyperlink before the change, and a URL indicated by the hyperlink after the change. The number is a number representative of a hyperlink change example. The URL indicated by the hyperlink before the change is a URL applied between the proxy server device 15 and the server 10. The URL indicated by the changed hyperlink is a URL applied between the client 17 and the proxy server device 15. In the hyperlink modification example 200, the items arranged in the horizontal direction are associated with each other.

例えば、番号が「0001」の場合、「http://www.fujifuji.com/index.html」は暗号化されていないので、変更されず、変更前のハイパーリンクが示すURLと変更後のハイパーリンクが示すURLとは同一である。そして、番号が「0002」の場合、「ftp://www.fujifuji.com/pub/」は暗号化されていないので、変更されず、変更前のハイパーリンクが示すURLと変更後のハイパーリンクが示すURLとは同一である。しかし、番号が「0003」の場合、「https://www.fujifuji.com/index.html」は暗号化されているので、変更前のハイパーリンクが示すURLと変更後のハイパーリンクが示すURLとは同一でない。そのため、元々の「https://www.fujifuji.com/index.html」というURLは、プロキシサーバ装置15により、「http://www.fujifuji.com.https/index.html」というURLに変更されている。   For example, when the number is “0001”, “http://www.fujifuji.com/index.html” is not encrypted, so it is not changed, and the URL indicated by the hyperlink before change and the changed hyperlink are not changed. The URL indicated by the link is the same. When the number is “0002”, “ftp://www.fujifuji.com/pub/” is not encrypted, so it is not changed, and the URL indicated by the hyperlink before the change and the hyperlink after the change are changed. Is the same URL. However, when the number is “0003”, since “https://www.fujifuji.com/index.html” is encrypted, the URL indicated by the hyperlink before the change and the URL indicated by the hyperlink after the change Is not the same. Therefore, the original URL “https://www.fujifuji.com/index.html” is changed to the URL “http: //www.fujifuji.com.https/index.html” by the proxy server device 15. Has been.

[第2の実施の形態]
第1の実施の形態は、プロキシサーバ装置15がハイパーリンクの書換結果を記憶していないが、第2の実施の形態は、記憶している。そして、書換後のハイパーリンクが示すURLにおいて、第1の実施の形態は、ユニークなURLが生成されないが、第2の実施の形態は、ユニークなURLが生成される。
[Second Embodiment]
In the first embodiment, the proxy server device 15 does not store the hyperlink rewrite result, but the second embodiment stores it. In the URL indicated by the hyperlink after rewriting, the first embodiment does not generate a unique URL, but the second embodiment generates a unique URL.

以下に、第2の実施の形態のプロキシサーバ装置の機能について説明する。図7は、第2の実施の形態のプロキシサーバ装置の機能を示すブロック図である。
第2の実施の形態のプロキシサーバ装置23を利用したコンピュータシステムは、図3のブロック図と図7のブロック図とを比較すると、プロキシサーバ装置23の機能が変更されただけである。なお、同一の名称で同一の機能を有する場合、説明を省略する。
The function of the proxy server device according to the second embodiment will be described below. FIG. 7 is a block diagram illustrating functions of the proxy server device according to the second embodiment.
In the computer system using the proxy server device 23 of the second embodiment, when the block diagram of FIG. 3 is compared with the block diagram of FIG. 7, only the function of the proxy server device 23 is changed. In addition, description is abbreviate | omitted when it has the same function by the same name.

プロキシサーバ装置23は、図3のプロキシサーバ装置15と比較すると、ハイパーリンクテーブル23gが追加されて、それに伴って、位置情報変更部23b及びプロトコル変更部23eの機能が変更されただけである。なお、同一の名称で同一の機能を有する場合、説明を省略する。   Compared with the proxy server device 15 of FIG. 3, the proxy server device 23 is only added with the hyperlink table 23g, and the functions of the position information changing unit 23b and the protocol changing unit 23e are changed accordingly. In addition, description is abbreviate | omitted when it has the same function by the same name.

位置情報変更部23bは、サーバ側受信部23aにより受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えて、書換結果をハイパーリンクテーブル23gに格納する。   The location information changing unit 23b determines the communication method when there is a hyperlink to other content in the content received by the server-side receiving unit 23a and encryption communication is designated as the hyperlink communication method. The description to be specified is rewritten to non-encrypted communication, and the rewrite result is stored in the hyperlink table 23g.

プロトコル変更部23eは、コンテンツ取得要求がハイパーリンクテーブル23gに格納されたコンテンツ取得要求である場合、ハイパーリンクテーブル23gに基づいて、コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換える。   When the content acquisition request is a content acquisition request stored in the hyperlink table 23g, the protocol change unit 23e rewrites the description specifying the communication method of the content acquisition request into encrypted communication based on the hyperlink table 23g.

サーバ側受信部23a、位置情報変更部23b、クライアント側送信部23c、クライアント側受信部23d、プロトコル変更部23e、サーバ側送信部23f及びハイパーリンクテーブル23gは、互いに通信している。   The server-side receiving unit 23a, the position information changing unit 23b, the client-side transmitting unit 23c, the client-side receiving unit 23d, the protocol changing unit 23e, the server-side transmitting unit 23f, and the hyperlink table 23g communicate with each other.

次に、図7のブロック図の動作について説明する。
サーバ側受信部23aにより、サーバ10から、コンテンツの位置を示すURLによって、クライアント17あてのコンテンツが受信される。そして、サーバ側受信部15aにより、コンテンツが暗号通信により受信された場合、コンテンツが復号される。
Next, the operation of the block diagram of FIG. 7 will be described.
The server-side receiving unit 23a receives the content addressed to the client 17 from the server 10 by the URL indicating the content position. When the content is received by encrypted communication by the server side receiving unit 15a, the content is decrypted.

位置情報変更部23bにより、サーバ側受信部23aにより受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述が非暗号通信に書き換えられて、書換結果がハイパーリンクテーブル23gに格納される。そして、クライアント側送信部23cにより、クライアント17へ、コンテンツが送信される。   When the location information changing unit 23b includes a hyperlink to other content in the content received by the server-side receiving unit 23a and encryption communication is designated as the hyperlink communication method, the communication method is changed. The specified description is rewritten to non-encrypted communication, and the rewrite result is stored in the hyperlink table 23g. Then, the content is transmitted to the client 17 by the client side transmission unit 23c.

ここで、コンテンツフィルタサーバ21及びウィルスチェックサーバ22により、通信内容が参照される。具体的には、コンテンツフィルタサーバ21により、所定のコンテンツが閲覧できないようにされて、ウィルスチェックサーバ22により、インターネットから浸入するウィルスからイントラネットが保護される。   Here, communication contents are referred to by the content filter server 21 and the virus check server 22. Specifically, the content filter server 21 prevents browsing of predetermined content, and the virus check server 22 protects the intranet from viruses that enter from the Internet.

クライアント側受信部23dにより、クライアント17からのコンテンツ取得要求が受信される。
プロトコル変更部23eにより、コンテンツ取得要求がハイパーリンクテーブル23gに格納されたコンテンツ取得要求である場合、ハイパーリンクテーブル23gに基づいて、コンテンツ取得要求の通信方式を指定する記述が暗号通信に書き換られる。そして、サーバ側送信部23fにより、サーバへ、コンテンツ取得要求が送信される。
The client-side receiving unit 23d receives a content acquisition request from the client 17.
When the content acquisition request is a content acquisition request stored in the hyperlink table 23g, the protocol changing unit 23e rewrites the description specifying the communication method of the content acquisition request into encrypted communication based on the hyperlink table 23g. . Then, the server side transmission unit 23f transmits a content acquisition request to the server.

このようにすると、クライアント17からサーバ10の間において、透過的に通信方式が変更されるので、プロキシサーバ装置23において、サーバ10に関する事前の設定が不要となり、インターネット等の外部ネットワークに存在するサーバ10を考慮しなくて済む。   In this way, since the communication method is transparently changed between the client 17 and the server 10, the proxy server device 23 does not require prior settings regarding the server 10, and the server existing in an external network such as the Internet. No need to consider 10.

そして、存在するサーバ10に依存しないプロキシサーバ装置23を提供することで、全てのサーバからのサービス応答を復号できて、コンテンツフィルタサーバ21やウィルスチェックサーバ22等によるサービスを提供できるようになる。   By providing the proxy server device 23 that does not depend on the existing server 10, the service responses from all the servers can be decoded, and the services by the content filter server 21, the virus check server 22, and the like can be provided.

さらに、ハイパーリンクテーブル23gを利用するので、ユニークな名称を自由に設定できて、コンピュータシステムの自由度が向上する。
なお、プロトコルとして、「http」の通信方式及び「https」の通信方式の場合に限定されない。
Furthermore, since the hyperlink table 23g is used, a unique name can be freely set, and the degree of freedom of the computer system is improved.
The protocol is not limited to the “http” communication method and the “https” communication method.

以下に、第2の実施の形態で利用されるデータベースについて説明する。図8は、ハイパーリンクテーブルの例を示す図である。
ハイパーリンクテーブル23gは、番号、変更前のハイパーリンクが示すURL及び変更後のハイパーリンクが示すURLから構成される。番号は、ハイパーリンクの変更例を代表する番号である。変更前のハイパーリンクが示すURLは、プロキシサーバ装置23とサーバ10との間で適用されるURLである。変更後のハイパーリンクが示すURLは、クライアント17とプロキシサーバ装置23との間で適用されるURLである。ハイパーリンクテーブル23gにおいて、横方向に並べられた各項目は、互いに関連付けられている。
The database used in the second embodiment will be described below. FIG. 8 is a diagram illustrating an example of a hyperlink table.
The hyperlink table 23g includes a number, a URL indicated by the hyperlink before change, and a URL indicated by the hyperlink after change. The number is a number representative of a hyperlink change example. The URL indicated by the hyperlink before the change is a URL applied between the proxy server device 23 and the server 10. The URL indicated by the changed hyperlink is a URL applied between the client 17 and the proxy server device 23. In the hyperlink table 23g, the items arranged in the horizontal direction are associated with each other.

例えば、番号が「0001」の場合、「http://www.fujifuji.com/index.html」というURLは、ユニークな「http://proxy/1.html」というURLに変更されている。そして、番号が「0002」の場合、「ftp://www.fujifuji.com/pub/」というURLは、ユニークな「http://proxy/2/」というURLに変更されている。さらに、番号が「0003」の場合、「https://www.fujifuji.com/index.html」というURLは、ユニークな「http://proxy/3.html」というURLに変更されている。   For example, when the number is “0001”, the URL “http://www.fujifuji.com/index.html” is changed to a unique URL “http: //proxy/1.html”. When the number is “0002”, the URL “ftp://www.fujifuji.com/pub/” is changed to a unique URL “http: // proxy / 2 /”. Further, when the number is “0003”, the URL “https://www.fujifuji.com/index.html” is changed to a unique URL “http: //proxy/3.html”.

なお、特定の通信方式についてのみ、ハイパーリンクが変更されるようにしてもよく、この場合、ハイパーリンクテーブル23gは、特定の通信方式についてのみ、作成されることになる。   Note that the hyperlink may be changed only for a specific communication method. In this case, the hyperlink table 23g is created only for the specific communication method.

以下に、第2の実施の形態で実行される処理の例について、図9及び図10を参照して説明する。なお、図9の処理は、サーバ10からクライアント17へサービス応答が存在する場合に実行される。また、図10の処理は、クライアント17からサーバ10へサービス要求が存在する場合に実行される。図9及び図10のフローチャートが実行されると、以下のステップが実行される。   Hereinafter, an example of processing executed in the second embodiment will be described with reference to FIGS. 9 and 10. The process of FIG. 9 is executed when a service response exists from the server 10 to the client 17. 10 is executed when a service request exists from the client 17 to the server 10. When the flowcharts of FIGS. 9 and 10 are executed, the following steps are executed.

図9は、第2の実施の形態の位置情報変更部の処理を示すフローチャートである。
[S31]位置情報変更部23bは、クライアント17に応答しているコンテンツにおいて、ハイパーテキストによるコンテンツであるか否かを判断する。ハイパーテキストによるコンテンツである場合は、処理はS32へ進む。ハイパーテキストによるコンテンツでない場合は、処理は終了する。
FIG. 9 is a flowchart illustrating processing of the position information changing unit according to the second embodiment.
[S31] The position information changing unit 23b determines whether the content responding to the client 17 is hypertext content. If the content is hypertext content, the process proceeds to S32. If the content is not hypertext content, the process ends.

[S32]位置情報変更部23bは、ハイパーテキストによるコンテンツにおいて、ハイパーリンクを検索する。
[S33]位置情報変更部23bは、全てのハイパーリンクを検索したか否かを判断する。検索した場合は、処理は終了する。検索していない場合は、処理はS34へ進む。
[S32] The position information changing unit 23b searches the hypertext content for a hyperlink.
[S33] The position information changing unit 23b determines whether all hyperlinks have been searched. If a search is made, the process ends. If not, the process proceeds to S34.

[S34]位置情報変更部23bは、ハイパーリンクが示すURLを、ユニークなハイパーリンクが示すURLに変更する。例えば、ホスト名をプロキシサーバ装置23のホスト名として、パス名をシーケンス番号とする。そして、位置情報変更部23bは、ハイパーリンクテーブル23gに、変更前のURL及び変更後のURLを格納する。   [S34] The position information changing unit 23b changes the URL indicated by the hyperlink to the URL indicated by the unique hyperlink. For example, the host name is the host name of the proxy server device 23 and the path name is the sequence number. Then, the position information changing unit 23b stores the URL before change and the URL after change in the hyperlink table 23g.

図10は、第2の実施の形態のプロトコル変更部の処理を示すフローチャートである。
[S41]プロトコル変更部23eは、ハイパーリンクテーブル23gを参照して、クライアント17からのサービス要求に関係するハイパーリンクが存在するか否かを判断する。存在する場合は、処理はS42へ進む。存在しない場合は、処理は終了する。
FIG. 10 is a flowchart illustrating processing of the protocol changing unit according to the second embodiment.
[S41] The protocol changing unit 23e refers to the hyperlink table 23g to determine whether or not there is a hyperlink related to the service request from the client 17. If it exists, the process proceeds to S42. If it does not exist, the process ends.

[S42]プロトコル変更部23eは、使用されるハイパーリンクを変更する。
[S43]サーバ側送信部23fは、変更後のハイパーリンクの通信方式を使用する。
[第3の実施の形態]
第1の実施の形態は、クライアント17とプロキシサーバ装置15との間からコンテンツフィルタサーバ21及びウィルスチェックサーバ22が通信内容を参照するが、第3の実施の形態は、プロキシサーバ装置30からコンテンツフィルタサーバ31及びウィルスチェックサーバ32が通信内容を参照する。
[S42] The protocol change unit 23e changes the hyperlink to be used.
[S43] The server-side transmission unit 23f uses the changed hyperlink communication method.
[Third Embodiment]
In the first embodiment, the content filter server 21 and the virus check server 22 refer to the communication contents from between the client 17 and the proxy server device 15. In the third embodiment, the content is transmitted from the proxy server device 30 to the content. The filter server 31 and the virus check server 32 refer to the communication contents.

図11は、第3及び第4の実施の形態のシステム構成図である。
第3の実施の形態のプロキシサーバ装置30利用したコンピュータシステムは、サーバ25、26、27、28、インターネット29、プロキシサーバ装置30、コンテンツフィルタサーバ31、ウィルスチェックサーバ32、イントラネット33及びクライアント34、35、36、37から構成される。
FIG. 11 is a system configuration diagram of the third and fourth embodiments.
The computer system using the proxy server device 30 of the third embodiment includes servers 25, 26, 27, 28, the Internet 29, a proxy server device 30, a content filter server 31, a virus check server 32, an intranet 33, and a client 34. 35, 36, 37.

サーバ25、26、27、28は、クライアント34、35、36、37からのサービス要求にサービス応答する。インターネット29は、パブリックなネットワークで、情報を共有化する通信サービスである。プロキシサーバ装置30は、イントラネット33とインターネット29との間で流れる情報を制御する。コンテンツフィルタサーバ31は、所定のコンテンツを閲覧できないようにする。ウィルスチェックサーバ32は、インターネット29から浸入するウィルスからイントラネット33を保護する。イントラネット33は、プライベートなネットワークで、企業内等で情報を共有化する通信サービスである。   The servers 25, 26, 27, 28 respond to the service request from the clients 34, 35, 36, 37. The Internet 29 is a communication service for sharing information on a public network. The proxy server device 30 controls information that flows between the intranet 33 and the Internet 29. The content filter server 31 prevents browsing of predetermined content. The virus check server 32 protects the intranet 33 from viruses that enter from the Internet 29. The intranet 33 is a private network and is a communication service for sharing information within a company or the like.

サーバ25、26、27、28及びプロキシサーバ装置30は、インターネット29を介して互いに通信している。また、プロキシサーバ装置30及びクライアント34、35、36、37は、イントラネット33を介して互いに通信している。そして、プロキシサーバ装置30、コンテンツフィルタサーバ31及びウィルスチェックサーバ32は、互いに通信している。   The servers 25, 26, 27, 28 and the proxy server device 30 communicate with each other via the Internet 29. Further, the proxy server device 30 and the clients 34, 35, 36 and 37 communicate with each other via the intranet 33. The proxy server device 30, the content filter server 31, and the virus check server 32 communicate with each other.

以下に、第3の実施の形態のプロキシサーバ装置の機能について説明する。図12は、第3の実施の形態のプロキシサーバ装置の機能を示すブロック図である。
第3の実施の形態のプロキシサーバ装置30利用したコンピュータシステムは、図3のブロック図と図12のブロック図とを比較すると、プロキシサーバ装置30の機能が変更されて、コンテンツフィルタサーバ31及びウィルスチェックサーバ32の通信先が変更されただけである。サーバ25及びプロキシサーバ装置30は、インターネット(図示しない)を介して互いに通信している。また、プロキシサーバ装置30及びクライアント34は、イントラネット(図示しない)を介して互いに通信している。さらに、コンテンツフィルタサーバ31、ウィルスチェックサーバ32及びプロキシサーバ装置30は、互いに通信している。なお、同一の名称で同一の機能を有する場合、説明を省略する。
The function of the proxy server device according to the third embodiment will be described below. FIG. 12 is a block diagram illustrating functions of the proxy server device according to the third embodiment.
In the computer system using the proxy server device 30 according to the third embodiment, the function of the proxy server device 30 is changed by comparing the block diagram of FIG. 3 with the block diagram of FIG. Only the communication destination of the check server 32 is changed. The server 25 and the proxy server device 30 communicate with each other via the Internet (not shown). The proxy server device 30 and the client 34 communicate with each other via an intranet (not shown). Further, the content filter server 31, the virus check server 32, and the proxy server device 30 communicate with each other. In addition, description is abbreviate | omitted when it has the same function by the same name.

プロキシサーバ装置30は、図3のプロキシサーバ装置15と比較すると、コンテンツインタフェース部30cとプロトコルインタフェース部30fとが追加されただけである。なお、同一の名称で同一の機能を有する場合、説明を省略する。   Compared with the proxy server device 15 of FIG. 3, the proxy server device 30 is simply provided with a content interface unit 30c and a protocol interface unit 30f. In addition, description is abbreviate | omitted when it has the same function by the same name.

コンテンツインタフェース部30cは、コンテンツフィルタサーバ31及びウィルスチェックサーバ32が、位置情報変更部30bとクライアント側送信部30dとの間の通信内容を参照できるようにする。そして、コンテンツインタフェース部30cは、コンテンツフィルタサーバ31及びウィルスチェックサーバ32から、サービスの提供を受け付ける。   The content interface unit 30c enables the content filter server 31 and the virus check server 32 to refer to the communication content between the position information change unit 30b and the client side transmission unit 30d. Then, the content interface unit 30 c receives service provision from the content filter server 31 and the virus check server 32.

プロトコルインタフェース部30fは、コンテンツフィルタサーバ31及びウィルスチェックサーバ32が、クライアント側受信部30eとプロトコル変更部30gとの間の通信内容を参照できるようにする。そして、プロトコルインタフェース部30fは、コンテンツフィルタサーバ31及びウィルスチェックサーバ32から、サービスの提供を受け付ける。   The protocol interface unit 30f enables the content filter server 31 and the virus check server 32 to refer to the communication contents between the client side receiving unit 30e and the protocol changing unit 30g. Then, the protocol interface unit 30 f receives service provision from the content filter server 31 and the virus check server 32.

サーバ側受信部30a、位置情報変更部30b、クライアント側送信部30d、クライアント側受信部30e、プロトコル変更部30g、サーバ側送信部30h、コンテンツインタフェース部30c及びプロトコルインタフェース部30fは、互いに通信している。   The server side receiving unit 30a, the location information changing unit 30b, the client side transmitting unit 30d, the client side receiving unit 30e, the protocol changing unit 30g, the server side transmitting unit 30h, the content interface unit 30c, and the protocol interface unit 30f communicate with each other. Yes.

次に、図12のブロック図の動作について説明する。
サーバ側受信部30aにより、サーバ25から、コンテンツの位置を示すURLによって、クライアント34あてのコンテンツが受信される。そして、サーバ側受信部30aにより、コンテンツが暗号通信により受信された場合、コンテンツが復号される。
Next, the operation of the block diagram of FIG. 12 will be described.
The server-side receiving unit 30a receives content addressed to the client 34 from the server 25 by a URL indicating the position of the content. Then, when the content is received by encrypted communication by the server-side receiving unit 30a, the content is decrypted.

位置情報変更部30bにより、サーバ側受信部30aにより受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述が非暗号通信に書き換えられる。その後、コンテンツインタフェース部30cにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32が、通信内容を参照できるようにされる。そして、コンテンツインタフェース部30cにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32から、サービスが提供される。例えば、コンテンツフィルタサーバ31により、所定のコンテンツが閲覧できないようにされて、ウィルスチェックサーバ32により、インターネットから浸入するウィルスからイントラネットが保護される。   When the location information changing unit 30b includes a hyperlink to other content in the content received by the server-side receiving unit 30a and the encryption communication is designated as the hyperlink communication method, the communication method is changed. The specified description is rewritten to non-encrypted communication. Thereafter, the content interface server 30c enables the content filter server 31 and the virus check server 32 to refer to the communication content. The content interface unit 30c provides services from the content filter server 31 and the virus check server 32. For example, the content filter server 31 prevents predetermined content from being browsed, and the virus check server 32 protects the intranet from viruses entering from the Internet.

クライアント側送信部30dにより、クライアント34へ、コンテンツが送信される。
クライアント側受信部30eにより、クライアント34からのコンテンツ取得要求が受信される。その後、プロトコルインタフェース部30fにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32が、通信内容を参照できるようにされる。そして、プロトコルインタフェース部30fにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32から、サービスが提供される。例えば、コンテンツフィルタサーバ31により、所定のコンテンツが閲覧できないようにされて、ウィルスチェックサーバ32により、インターネットから浸入するウィルスからイントラネットが保護される。
The content is transmitted to the client 34 by the client side transmitting unit 30d.
The client side receiving unit 30e receives a content acquisition request from the client 34. Thereafter, the protocol interface unit 30f allows the content filter server 31 and the virus check server 32 to refer to the communication content. Then, a service is provided from the content filter server 31 and the virus check server 32 by the protocol interface unit 30f. For example, the content filter server 31 prevents predetermined content from being browsed, and the virus check server 32 protects the intranet from viruses entering from the Internet.

プロトコル変更部30gにより、コンテンツ取得要求が、位置情報変更部30bにより通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、コンテンツ取得要求の通信方式を指定する記述が暗号通信に書き換られる。   When the content change request by the protocol changing unit 30g is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method by the position information changing unit 30b is rewritten, a description specifying the communication method of the content acquisition request is provided. Rewritten to encrypted communication.

サーバ側送信部30hにより、サーバ25へ、コンテンツ取得要求が送信される。
このようにすると、クライアント34からサーバ25の間において、透過的に通信方式が変更されるので、プロキシサーバ装置30において、サーバ25に関する事前の設定が不要となり、インターネット等の外部ネットワークに存在するサーバ25を考慮しなくて済む。
The server side transmission unit 30h transmits a content acquisition request to the server 25.
In this way, since the communication method is transparently changed between the client 34 and the server 25, the proxy server device 30 does not require prior settings relating to the server 25, and the server existing in an external network such as the Internet. No need to consider 25.

そして、存在するサーバ25に依存しないプロキシサーバ装置30を提供することで、全てのサーバからのサービス応答を復号できて、コンテンツフィルタサーバ31やウィルスチェックサーバ32等によるサービスを提供できるようになる。   By providing the proxy server device 30 that does not depend on the existing server 25, the service responses from all the servers can be decoded, and the services by the content filter server 31, the virus check server 32, etc. can be provided.

さらに、コンテンツフィルタサーバ31、ウィルスチェックサーバ32及びプロキシサーバ装置30が、互いに直接に通信するので、サービス要求のフィルタリングやアクセス制御に基づく処理と、サービス応答のコンテンツのウィルスチェックやコンテンツ変換とに基づくサービスを、容易に提供できるようになる。   Furthermore, since the content filter server 31, the virus check server 32, and the proxy server device 30 communicate directly with each other, it is based on processing based on service request filtering and access control, and on virus check and content conversion of service response content. Services can be easily provided.

なお、プロキシサーバ装置30及びコンテンツフィルタサーバ31、ウィルスチェックサーバ32は、三つの装置ではなく一つの装置で構成しても良い。
そして、コンテンツインタフェース部30cを有して、プロトコルインタフェース部30fを有さない場合もある。また、プロトコルインタフェース部30fを有して、コンテンツインタフェース部30cを有さない場合もある。
Note that the proxy server device 30, the content filter server 31, and the virus check server 32 may be configured by one device instead of three devices.
In some cases, the content interface unit 30c is included and the protocol interface unit 30f is not included. In some cases, the protocol interface unit 30f is included and the content interface unit 30c is not included.

さらに、プロトコルとして、「http」の通信方式及び「https」の通信方式の場合に限定されない。
[第4の実施の形態]
第3の実施の形態は、プロキシサーバ装置30がハイパーリンクの書換結果を記憶していないが、第4の実施の形態は、記憶している。そして、書換後のハイパーリンクが示すURLにおいて、第3の実施の形態は、ユニークなURLが生成されないが、第3の実施の形態は、ユニークなURLが生成される。
Further, the protocol is not limited to the “http” communication method and the “https” communication method.
[Fourth Embodiment]
In the third embodiment, the proxy server device 30 does not store the hyperlink rewrite result, but the fourth embodiment stores the result. In the URL indicated by the hyperlink after rewriting, a unique URL is not generated in the third embodiment, but a unique URL is generated in the third embodiment.

以下に、第4の実施の形態のプロキシサーバ装置の機能について説明する。図13は、第4の実施の形態のプロキシサーバ装置の機能を示すブロック図である。
第4の実施の形態のプロキシサーバ装置38を利用したコンピュータシステムは、図12のブロック図と比較すると、プロキシサーバ装置38の機能が変更されただけである。なお、同一の名称で同一の機能を有する場合、説明を省略する。
The function of the proxy server device according to the fourth embodiment will be described below. FIG. 13 is a block diagram illustrating functions of the proxy server device according to the fourth embodiment.
In the computer system using the proxy server device 38 of the fourth embodiment, the function of the proxy server device 38 is changed as compared with the block diagram of FIG. In addition, description is abbreviate | omitted when it has the same function by the same name.

プロキシサーバ装置38は、図12のプロキシサーバ装置30と比較すると、ハイパーリンクテーブル38iが追加されて、それに伴って、位置情報変更部38b及びプロトコル変更部38gの機能が変更されただけである。なお、同一の名称で同一の機能を有する場合、説明を省略する。   Compared with the proxy server device 30 of FIG. 12, the proxy server device 38 is only added with the hyperlink table 38i, and the functions of the position information changing unit 38b and the protocol changing unit 38g are changed accordingly. In addition, description is abbreviate | omitted when it has the same function by the same name.

サーバ側受信部38a、位置情報変更部38b、クライアント側送信部38d、クライアント側受信部38e、プロトコル変更部38g、サーバ側送信部38h、コンテンツインタフェース部38c、プロトコルインタフェース部38f及びハイパーリンクテーブル38iは、互いに通信している。   The server side receiving unit 38a, the position information changing unit 38b, the client side transmitting unit 38d, the client side receiving unit 38e, the protocol changing unit 38g, the server side transmitting unit 38h, the content interface unit 38c, the protocol interface unit 38f and the hyperlink table 38i Communicate with each other.

次に、図13のブロック図の動作について説明する。
サーバ側受信部38aにより、サーバ25から、コンテンツの位置を示すURLによって、クライアント34あてのコンテンツが受信される。そして、サーバ側受信部38aにより、コンテンツが暗号通信により受信された場合、コンテンツが復号される。
Next, the operation of the block diagram of FIG. 13 will be described.
The server-side receiving unit 38a receives content addressed to the client 34 from the server 25 by a URL indicating the position of the content. Then, when the content is received by encrypted communication by the server-side receiving unit 38a, the content is decrypted.

位置情報変更部38bにより、サーバ側受信部38aにより受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述が非暗号通信に書き換えられて、書換結果がハイパーリンクテーブル38iに格納される。その後、コンテンツインタフェース部38cにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32が、通信内容を参照できるようにされる。そして、コンテンツインタフェース部38cにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32から、サービスが提供される。例えば、コンテンツフィルタサーバ31により、所定のコンテンツが閲覧できないようにされて、ウィルスチェックサーバ32により、インターネットから浸入するウィルスからイントラネットが保護される。   When the location information changing unit 38b includes a hyperlink to other content in the content received by the server-side receiving unit 38a, and encryption communication is designated as the hyperlink communication method, the communication method is changed. The description to be specified is rewritten to non-encrypted communication, and the rewrite result is stored in the hyperlink table 38i. Thereafter, the content interface server 38c enables the content filter server 31 and the virus check server 32 to refer to the communication content. A service is provided from the content filter server 31 and the virus check server 32 by the content interface unit 38c. For example, the content filter server 31 prevents predetermined content from being browsed, and the virus check server 32 protects the intranet from viruses entering from the Internet.

クライアント側送信部38dにより、クライアント34へ、コンテンツが送信される。
クライアント側受信部38eにより、クライアント34からのコンテンツ取得要求が受信される。その後、プロトコルインタフェース部38fにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32が、通信内容を参照できるようにされる。そして、プロトコルインタフェース部38fにより、コンテンツフィルタサーバ31及びウィルスチェックサーバ32から、サービスが提供される。例えば、コンテンツフィルタサーバ31により、所定のコンテンツが閲覧できないようにされて、ウィルスチェックサーバ32により、インターネットから浸入するウィルスからイントラネットが保護される。
The content is transmitted to the client 34 by the client side transmission unit 38d.
The client side receiving unit 38e receives a content acquisition request from the client 34. Thereafter, the protocol interface unit 38f enables the content filter server 31 and the virus check server 32 to refer to the communication content. The protocol interface unit 38f provides services from the content filter server 31 and the virus check server 32. For example, the content filter server 31 prevents predetermined content from being browsed, and the virus check server 32 protects the intranet from viruses entering from the Internet.

プロトコル変更部38gにより、コンテンツ取得要求がハイパーリンクテーブル38iに格納されたコンテンツ取得要求である場合、ハイパーリンクテーブル38iに基づいて、コンテンツ取得要求の通信方式を指定する記述が暗号通信に書き換られる。   When the content acquisition request is a content acquisition request stored in the hyperlink table 38i, the protocol changing unit 38g rewrites the description specifying the communication method of the content acquisition request into the encrypted communication based on the hyperlink table 38i. .

サーバ側送信部38hにより、サーバ25へ、コンテンツ取得要求が送信される。
このようにすると、クライアント34からサーバ25の間において、透過的に通信方式が変更されるので、プロキシサーバ装置38において、サーバ25に関する事前の設定が不要となり、インターネット等の外部ネットワークに存在するサーバ25を考慮しなくて済む。
The server side transmission unit 38h transmits a content acquisition request to the server 25.
In this way, since the communication method is transparently changed between the client 34 and the server 25, the proxy server device 38 does not require prior settings relating to the server 25, and the server existing in an external network such as the Internet. No need to consider 25.

そして、存在するサーバ25に依存しないプロキシサーバ装置38を提供することで、全てのサーバからのサービス応答を復号できて、コンテンツフィルタサーバ31やウィルスチェックサーバ32等によるサービスを提供できるようになる。   By providing the proxy server device 38 that does not depend on the existing server 25, service responses from all the servers can be decrypted, and services by the content filter server 31, the virus check server 32, and the like can be provided.

さらに、コンテンツフィルタサーバ31、ウィルスチェックサーバ32及びプロキシサーバ装置38が、互いに直接に通信するので、サービス要求のフィルタリングやアクセス制御に基づく処理と、サービス応答のコンテンツのウィルスチェックやコンテンツ変換とに基づくサービスを、容易に提供できるようになる。   Further, since the content filter server 31, the virus check server 32, and the proxy server device 38 communicate directly with each other, it is based on processing based on service request filtering and access control, and virus check and content conversion of service response content. Services can be easily provided.

また、ハイパーリンクテーブル38iを利用するので、ユニークな名称を自由に設定できて、コンピュータシステムの自由度が向上する。
なお、プロキシサーバ装置38及びコンテンツフィルタサーバ31、ウィルスチェックサーバ32は、三つの装置ではなく一つの装置で構成しても良い。
Further, since the hyperlink table 38i is used, a unique name can be freely set, and the degree of freedom of the computer system is improved.
The proxy server device 38, the content filter server 31, and the virus check server 32 may be configured by one device instead of three devices.

そして、コンテンツインタフェース部38cを有して、プロトコルインタフェース部38fを有さない場合もある。また、プロトコルインタフェース部38fを有して、コンテンツインタフェース部38cを有さない場合もある。   In some cases, the content interface unit 38c is included and the protocol interface unit 38f is not included. In some cases, the protocol interface unit 38f is included and the content interface unit 38c is not included.

さらに、プロトコルとして、「http」の通信方式及び「https」の通信方式の場合に限定されない。
図14は、コンピュータのハードウェア構成の例を示す図である。コンピュータ300は、CPU(Central Processing Unit)301によって装置全体が制御されている。CPU301には、バス307を介してRAM(Random Access Memory)302、ハードディスクドライブ(HDD:Hard Disk Drive)303、グラフィック処理装置304、入力インタフェース305、および通信インタフェース306が接続されている。
Further, the protocol is not limited to the “http” communication method and the “https” communication method.
FIG. 14 is a diagram illustrating an example of a hardware configuration of a computer. The entire computer 300 is controlled by a CPU (Central Processing Unit) 301. A random access memory (RAM) 302, a hard disk drive (HDD) 303, a graphic processing device 304, an input interface 305, and a communication interface 306 are connected to the CPU 301 via a bus 307.

RAM302には、CPU301に実行させるOS(Operating System)のプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、RAM302には、CPU301による処理に必要な各種データが格納される。HDD303には、OSやアプリケーションプログラムが格納される。   The RAM 302 temporarily stores at least part of an OS (Operating System) program and application programs to be executed by the CPU 301. The RAM 302 stores various data necessary for processing by the CPU 301. The HDD 303 stores an OS and application programs.

グラフィック処理装置304には、モニタ310が接続されている。グラフィック処理装置304は、CPU301からの命令に従って、画像をモニタ310の画面に表示させる。入力インタフェース305には、キーボード320とマウス330とが接続されている。入力インタフェース305は、キーボード320やマウス330から送られてくる信号を、バス307を介してCPU301に送信する。   A monitor 310 is connected to the graphic processing device 304. The graphic processing device 304 displays an image on the screen of the monitor 310 in accordance with a command from the CPU 301. A keyboard 320 and a mouse 330 are connected to the input interface 305. The input interface 305 transmits a signal transmitted from the keyboard 320 or the mouse 330 to the CPU 301 via the bus 307.

通信インタフェース306は、ネットワーク340に接続されている。通信インタフェース306は、ネットワーク340を介して、他のコンピュータとの間でデータの送受信を行う。   The communication interface 306 is connected to the network 340. The communication interface 306 transmits / receives data to / from other computers via the network 340.

以上のようなハードウェア構成によって、本実施の形態の処理機能を実現することができる。
なお、上記の処理機能は、クライアントサーバシステムのサーバコンピュータによって実現することができる。その場合、プロキシサーバ装置が有すべき機能の処理内容を記述したサーバプログラムが提供される。サーバコンピュータは、クライアントコンピュータからの要求に応答して、サーバプログラムを実行する。これにより、上記処理機能がサーバコンピュータ上で実現され、処理結果がクライアントコンピュータに提供される。
With the hardware configuration as described above, the processing functions of the present embodiment can be realized.
The above processing functions can be realized by a server computer of a client server system. In that case, a server program describing the processing contents of the functions that the proxy server device should have is provided. The server computer executes the server program in response to a request from the client computer. As a result, the processing function is realized on the server computer, and the processing result is provided to the client computer.

処理内容を記述したサーバプログラムは、サーバコンピュータで読み取り可能な記録媒体に記録しておくことができる。サーバコンピュータで読み取り可能な記録媒体としては、磁気記録装置、光ディスク、光磁気記録媒体、半導体メモリなどがある。磁気記録装置には、ハードディスク装置(HDD)、フレキシブルディスク(FD)、磁気テープなどがある。光ディスクには、DVD(Digital Versatile Disc)、DVD−RAM、CD−ROM(Compact Disc Read Only Memory)、CD−R(Recordable)/RW(ReWritable)などがある。光磁気記録媒体には、MO(Magneto-Optical disk)などがある。   The server program describing the processing contents can be recorded on a recording medium readable by the server computer. Examples of the recording medium readable by the server computer include a magnetic recording device, an optical disk, a magneto-optical recording medium, and a semiconductor memory. Examples of the magnetic recording device include a hard disk device (HDD), a flexible disk (FD), and a magnetic tape. Optical disks include DVD (Digital Versatile Disc), DVD-RAM, CD-ROM (Compact Disc Read Only Memory), CD-R (Recordable) / RW (ReWritable), and the like. Magneto-optical recording media include MO (Magneto-Optical disk).

サーバプログラムを流通させる場合には、例えば、そのサーバプログラムが記録されたDVD、CD−ROMなどの可搬型記録媒体が販売される。
サーバプログラムを実行するサーバコンピュータは、例えば、可搬型記録媒体に記録されたサーバプログラムを、自己の記憶装置に格納する。そして、サーバコンピュータは、自己の記憶装置からサーバプログラムを読み取り、サーバプログラムに従った処理を実行する。なお、サーバコンピュータは、可搬型記録媒体から直接サーバプログラムを読み取り、そのサーバプログラムに従った処理を実行することもできる。
When distributing the server program, for example, a portable recording medium such as a DVD or a CD-ROM in which the server program is recorded is sold.
The server computer that executes the server program stores, for example, the server program recorded on a portable recording medium in its own storage device. Then, the server computer reads the server program from its own storage device and executes processing according to the server program. The server computer can also read the server program directly from the portable recording medium and execute processing according to the server program.

(付記1) 通信方式の指定を変更して通信の中継を実行するプロキシサーバプログラムにおいて、
コンピュータに、
通信手段が、サーバから、クライアントあてのコンテンツを受信して、前記コンテンツが暗号通信により受信された場合、前記コンテンツを復号するステップと、
位置情報変更手段が、前記通信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えるステップと、
クライアント側送信手段が、前記クライアントへ、前記コンテンツを送信するステップと、
クライアント側受信手段が、前記クライアントからのコンテンツ取得要求を受信するステップと、
プロトコル変更手段が、前記コンテンツ取得要求が、前記位置情報変更手段により通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換えるステップと、
前記通信手段が、前記サーバへ、前記コンテンツ取得要求を送信するステップと、
を含む処理を実行させることを特徴とするプロキシサーバプログラム。
(Supplementary note 1) In a proxy server program that executes communication relay by changing the specification of a communication method,
On the computer,
A communication means receives content addressed to a client from a server and decrypts the content when the content is received by encrypted communication;
The location information changing unit specifies a communication method when a hyperlink to another content exists in the content received by the communication unit and encryption communication is specified as the communication method of the hyperlink. Rewriting the description to non-encrypted communication;
A client-side transmitting means transmitting the content to the client;
A client-side receiving unit receiving a content acquisition request from the client;
The protocol changing means, when the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method by the position information changing means is rewritten, a description specifying the communication method of the content acquisition request Rewriting to encrypted communication,
The communication means transmitting the content acquisition request to the server;
A proxy server program that executes a process including:

(付記2) 前記位置情報変更手段は、サーバ側受信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えて、書換結果をハイパーリンクテーブルに格納し、
前記プロトコル変更手段は、前記コンテンツ取得要求が前記ハイパーリンクテーブルに格納されたコンテンツ取得要求である場合、前記ハイパーリンクテーブルに基づいて、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換える、
ことを特徴とする付記1記載のプロキシサーバプログラム。
(Supplementary Note 2) When the location information changing unit includes a hyperlink to other content in the content received by the server-side receiving unit, and encryption communication is designated as the hyperlink communication method , Rewrite the description that specifies the communication method to non-encrypted communication, store the rewrite result in the hyperlink table,
When the content acquisition request is a content acquisition request stored in the hyperlink table, the protocol changing unit rewrites a description specifying a communication method of the content acquisition request into encrypted communication based on the hyperlink table. ,
The proxy server program according to supplementary note 1, characterized in that:

(付記3) 前記コンピュータに、
コンテンツインタフェース手段が、他装置に、前記位置情報変更手段と前記クライアント側送信手段との間の通信内容を提供するステップと、
プロトコルインタフェース手段が、他装置に、前記クライアント側受信手段と前記プロトコル変更手段との間の通信内容を提供するステップと、
を含む処理をさらに実行させることを特徴とする付記1記載のプロキシサーバプログラム。
(Supplementary note 3)
A step of providing a communication content between the location information changing unit and the client-side transmission unit to other devices;
Protocol interface means providing other devices with the communication content between the client side receiving means and the protocol changing means;
The proxy server program according to appendix 1, further comprising executing a process including:

(付記4) 前記位置情報変更手段は、前記サーバ側受信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えて、元の通信方式を指定する記述を、前記ハイパーリンクのコンテンツの所在を指定する情報内に書き加え、
前記プロトコル変更手段は、前記コンテンツ取得要求のコンテンツの所在を指定する情報内に、元の通信方式を指定する記述が存在する場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換える、
ことを特徴とする付記1記載のプロキシサーバプログラム。
(Supplementary Note 4) The location information changing unit includes a hyperlink to another content in the content received by the server-side receiving unit, and encryption communication is designated as the hyperlink communication method. In this case, the description specifying the communication method is rewritten to non-encrypted communication, and the description specifying the original communication method is added to the information specifying the location of the content of the hyperlink,
The protocol changing means rewrites the description specifying the communication method of the content acquisition request into encrypted communication when there is a description specifying the original communication method in the information specifying the location of the content of the content acquisition request. ,
The proxy server program according to supplementary note 1, characterized in that:

(付記5) 通信方式の指定を変更して通信の中継を実行するプロキシサーバ装置において、
サーバから、クライアントあてのコンテンツを受信して、前記コンテンツが暗号通信により受信された場合、前記コンテンツを復号する通信手段と、
前記通信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換える位置情報変更手段と、
前記クライアントへ、前記コンテンツを送信するクライアント側送信手段と、
前記クライアントからのコンテンツ取得要求を受信するクライアント側受信手段と、
前記コンテンツ取得要求が、前記位置情報変更手段により通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換えるプロトコル変更手段と、
前記サーバへ、前記コンテンツ取得要求を送信する前記通信手段と、
を有することを特徴とするプロキシサーバ装置。
(Additional remark 5) In the proxy server apparatus which performs communication relay by changing the designation of the communication method,
Communication means for receiving content addressed to the client from the server and decrypting the content when the content is received by encrypted communication;
If there is a hyperlink to other content in the content received by the communication means and encryption communication is specified as the communication method of the hyperlink, the description specifying the communication method is changed to non-encrypted communication. Rewriting location information changing means;
Client-side transmission means for transmitting the content to the client;
Client-side receiving means for receiving a content acquisition request from the client;
When the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method is rewritten by the location information changing unit, the description specifying the communication method of the content acquisition request is rewritten to encrypted communication. A protocol change means;
The communication means for transmitting the content acquisition request to the server;
A proxy server device characterized by comprising:

(付記6) 通信方式の指定を変更して通信の中継を実行するプロキシサーバプログラムを記録したコンピュータ読み取り可能な記憶媒体において、
コンピュータに、
通信手段が、サーバから、クライアントあてのコンテンツを受信して、前記コンテンツが暗号通信により受信された場合、前記コンテンツを復号するステップと、
位置情報変更手段が、前記通信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えるステップと、
クライアント側送信手段が、前記クライアントへ、前記コンテンツを送信するステップと、
クライアント側受信手段が、前記クライアントからのコンテンツ取得要求を受信するステップと、
プロトコル変更手段が、前記コンテンツ取得要求が、前記位置情報変更手段により通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換えるステップと、
前記通信手段が、前記サーバへ、前記コンテンツ取得要求を送信するステップと、
を含む処理を実行させることを特徴とするプロキシサーバプログラムを記録したコンピュータ読み取り可能な記憶媒体。
(Supplementary note 6) In a computer-readable storage medium in which a proxy server program for executing communication relay by changing the designation of a communication method is recorded,
On the computer,
A communication means receives content addressed to a client from a server and decrypts the content when the content is received by encrypted communication;
The location information changing unit specifies a communication method when a hyperlink to another content exists in the content received by the communication unit and encryption communication is specified as the communication method of the hyperlink. Rewriting the description to non-encrypted communication;
A client-side transmitting means transmitting the content to the client;
A client-side receiving unit receiving a content acquisition request from the client;
The protocol changing means, when the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method by the position information changing means is rewritten, a description specifying the communication method of the content acquisition request Rewriting to encrypted communication,
The communication means transmitting the content acquisition request to the server;
A computer-readable storage medium storing a proxy server program characterized in that the process includes:

(付記7) コンピュータにより、通信方式の指定を変更して通信の中継を実行するプロキシサーバ制御方法において、
通信手段が、サーバから、クライアントあてのコンテンツを受信して、前記コンテンツが暗号通信により受信された場合、前記コンテンツを復号するステップと、
位置情報変更手段が、前記通信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えるステップと、
クライアント側送信手段が、前記クライアントへ、前記コンテンツを送信するステップと、
クライアント側受信手段が、前記クライアントからのコンテンツ取得要求を受信するステップと、
プロトコル変更手段が、前記コンテンツ取得要求が、前記位置情報変更手段により通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換えるステップと、
前記通信手段が、前記サーバへ、前記コンテンツ取得要求を送信するステップと、
を含むことを特徴とするプロキシサーバ制御方法。
(Supplementary note 7) In a proxy server control method for executing communication relay by changing designation of a communication method by a computer,
A communication means receives content addressed to a client from a server and decrypts the content when the content is received by encrypted communication;
The location information changing unit specifies a communication method when a hyperlink to another content exists in the content received by the communication unit and encryption communication is specified as the communication method of the hyperlink. Rewriting the description to non-encrypted communication;
A client-side transmitting means transmitting the content to the client;
A client-side receiving unit receiving a content acquisition request from the client;
The protocol changing means, when the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method by the position information changing means is rewritten, a description specifying the communication method of the content acquisition request Rewriting to encrypted communication,
The communication means transmitting the content acquisition request to the server;
A proxy server control method comprising:

本発明の概念図である。It is a conceptual diagram of this invention. 第1及び第2の実施の形態のシステム構成図である。It is a system configuration figure of a 1st and 2nd embodiment. 第1の実施の形態のプロキシサーバ装置の機能を示すブロック図である。It is a block diagram which shows the function of the proxy server apparatus of 1st Embodiment. 第1の実施の形態の位置情報変更部の処理を示すフローチャートである。It is a flowchart which shows the process of the positional information change part of 1st Embodiment. 第1の実施の形態のプロトコル変更部の処理を示すフローチャートである。It is a flowchart which shows the process of the protocol change part of 1st Embodiment. ハイパーリンクの変更例を示す図である。It is a figure which shows the example of a change of a hyperlink. 第2の実施の形態のプロキシサーバ装置の機能を示すブロック図である。It is a block diagram which shows the function of the proxy server apparatus of 2nd Embodiment. ハイパーリンクテーブルの例を示す図である。It is a figure which shows the example of a hyperlink table. 第2の実施の形態の位置情報変更部の処理を示すフローチャートである。It is a flowchart which shows the process of the positional information change part of 2nd Embodiment. 第2の実施の形態のプロトコル変更部の処理を示すフローチャートである。It is a flowchart which shows the process of the protocol change part of 2nd Embodiment. 第3及び第4の実施の形態のシステム構成図である。It is a system configuration figure of the 3rd and 4th embodiment. 第3の実施の形態のプロキシサーバ装置の機能を示すブロック図である。It is a block diagram which shows the function of the proxy server apparatus of 3rd Embodiment. 第4の実施の形態のプロキシサーバ装置の機能を示すブロック図である。It is a block diagram which shows the function of the proxy server apparatus of 4th Embodiment. コンピュータのハードウェア構成の例を示す図である。It is a figure which shows the example of the hardware constitutions of a computer.

符号の説明Explanation of symbols

1 サーバ
1a、1c コンテンツ
1b プロトコル
2 プロキシサーバ装置
2a 通信手段
2b 位置情報変更手段
2d クライアント側送信手段
2e クライアント側受信手段
2g プロトコル変更手段
4 クライアント
4a、4c コンテンツ
4b プロトコル

1 server 1a, 1c content 1b protocol 2 proxy server device 2a communication means 2b location information changing means 2d client side transmitting means 2e client side receiving means 2g protocol changing means 4 client 4a, 4c contents 4b protocol

Claims (5)

通信方式の指定を変更して通信の中継を実行するプロキシサーバプログラムにおいて、
コンピュータに、
通信手段が、サーバから、クライアントあてのコンテンツを受信して、前記コンテンツが暗号通信により受信された場合、前記コンテンツを復号するステップと、
位置情報変更手段が、前記通信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えるステップと、
クライアント側送信手段が、前記クライアントへ、前記コンテンツを送信するステップと、
クライアント側受信手段が、前記クライアントからのコンテンツ取得要求を受信するステップと、
プロトコル変更手段が、前記コンテンツ取得要求が、前記位置情報変更手段により通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換えるステップと、
前記通信手段が、前記サーバへ、前記コンテンツ取得要求を送信するステップと、
を含む処理を実行させることを特徴とするプロキシサーバプログラム。
In a proxy server program that executes communication relay by changing the communication method specification,
On the computer,
A communication means receives content addressed to a client from a server and decrypts the content when the content is received by encrypted communication;
The location information changing unit specifies a communication method when a hyperlink to another content exists in the content received by the communication unit and encryption communication is specified as the communication method of the hyperlink. Rewriting the description to non-encrypted communication;
A client-side transmitting means transmitting the content to the client;
A client-side receiving unit receiving a content acquisition request from the client;
The protocol changing means, when the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method by the position information changing means is rewritten, a description specifying the communication method of the content acquisition request Rewriting to encrypted communication,
The communication means transmitting the content acquisition request to the server;
A proxy server program that executes a process including:
前記位置情報変更手段は、サーバ側受信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えて、書換結果をハイパーリンクテーブルに格納し、
前記プロトコル変更手段は、前記コンテンツ取得要求が前記ハイパーリンクテーブルに格納されたコンテンツ取得要求である場合、前記ハイパーリンクテーブルに基づいて、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換える、
ことを特徴とする請求項1記載のプロキシサーバプログラム。
When the location information changing unit includes a hyperlink to other content in the content received by the server-side receiving unit and encryption communication is designated as the communication method of the hyperlink, the communication method is changed. Rewrite the specified description to non-encrypted communication, store the rewrite result in the hyperlink table,
When the content acquisition request is a content acquisition request stored in the hyperlink table, the protocol changing unit rewrites a description specifying a communication method of the content acquisition request into encrypted communication based on the hyperlink table. ,
The proxy server program according to claim 1, wherein:
前記コンピュータに、
コンテンツインタフェース手段が、他装置に、前記位置情報変更手段と前記クライアント側送信手段との間の通信内容を提供するステップと、
プロトコルインタフェース手段が、他装置に、前記クライアント側受信手段と前記プロトコル変更手段との間の通信内容を提供するステップと、
を含む処理をさらに実行させることを特徴とする請求項1記載のプロキシサーバプログラム。
In the computer,
A step of providing a communication content between the location information changing unit and the client-side transmission unit to other devices;
Protocol interface means providing other devices with the communication content between the client side receiving means and the protocol changing means;
The proxy server program according to claim 1, further comprising a process including:
前記位置情報変更手段は、前記サーバ側受信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換えて、元の通信方式を指定する記述を、前記ハイパーリンクのコンテンツの所在を指定する情報内に書き加え、
前記プロトコル変更手段は、前記コンテンツ取得要求のコンテンツの所在を指定する情報内に、元の通信方式を指定する記述が存在する場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換える、
ことを特徴とする請求項1記載のプロキシサーバプログラム。
The location information changing unit is a communication method when there is a hyperlink to other content in the content received by the server-side receiving unit, and encryption communication is designated as the communication method of the hyperlink. Rewrite the description specifying the non-encrypted communication, add the description specifying the original communication method in the information specifying the location of the content of the hyperlink,
The protocol changing means rewrites the description specifying the communication method of the content acquisition request into encrypted communication when there is a description specifying the original communication method in the information specifying the location of the content of the content acquisition request. ,
The proxy server program according to claim 1, wherein:
通信方式の指定を変更して通信の中継を実行するプロキシサーバ装置において、
サーバから、クライアントあてのコンテンツを受信して、前記コンテンツが暗号通信により受信された場合、前記コンテンツを復号する通信手段と、
前記通信手段により受信されたコンテンツの中に他のコンテンツへのハイパーリンクが存在して、前記ハイパーリンクの通信方式として暗号通信が指定されている場合、通信方式を指定する記述を非暗号通信に書き換える位置情報変更手段と、
前記クライアントへ、前記コンテンツを送信するクライアント側送信手段と、
前記クライアントからのコンテンツ取得要求を受信するクライアント側受信手段と、
前記コンテンツ取得要求が、前記位置情報変更手段により通信方式を指定する記述が書き換えられたハイパーリンクに対応するコンテンツ取得要求である場合、前記コンテンツ取得要求の通信方式を指定する記述を暗号通信に書き換えるプロトコル変更手段と、
前記サーバへ、前記コンテンツ取得要求を送信する前記通信手段と、
を有することを特徴とするプロキシサーバ装置。

In the proxy server device that executes communication relay by changing the specification of the communication method,
Communication means for receiving content addressed to the client from the server and decrypting the content when the content is received by encrypted communication;
If there is a hyperlink to other content in the content received by the communication means and encryption communication is specified as the communication method of the hyperlink, the description specifying the communication method is changed to non-encrypted communication. Rewriting location information changing means;
Client-side transmission means for transmitting the content to the client;
Client-side receiving means for receiving a content acquisition request from the client;
When the content acquisition request is a content acquisition request corresponding to a hyperlink in which the description specifying the communication method is rewritten by the location information changing unit, the description specifying the communication method of the content acquisition request is rewritten to encrypted communication. A protocol change means;
The communication means for transmitting the content acquisition request to the server;
A proxy server device characterized by comprising:

JP2004315496A 2004-10-29 2004-10-29 Proxy server program and proxy server method Expired - Fee Related JP4484668B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004315496A JP4484668B2 (en) 2004-10-29 2004-10-29 Proxy server program and proxy server method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004315496A JP4484668B2 (en) 2004-10-29 2004-10-29 Proxy server program and proxy server method

Publications (2)

Publication Number Publication Date
JP2006129138A true JP2006129138A (en) 2006-05-18
JP4484668B2 JP4484668B2 (en) 2010-06-16

Family

ID=36723327

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004315496A Expired - Fee Related JP4484668B2 (en) 2004-10-29 2004-10-29 Proxy server program and proxy server method

Country Status (1)

Country Link
JP (1) JP4484668B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012064007A (en) * 2010-09-16 2012-03-29 Daiwa Institute Of Research Business Innovation Ltd Information processor, communication relay method and program
JP2014127840A (en) * 2012-12-26 2014-07-07 Ricoh Co Ltd Proxy device, remote management system, and address acquisition method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10135945A (en) * 1996-11-01 1998-05-22 Toshiba Corp Mobile computer system, packet processor and communication control method
JPH11205309A (en) * 1998-01-16 1999-07-30 Mitsubishi Electric Corp Network security system
JP2000138703A (en) * 1998-10-30 2000-05-16 Toshiba Corp Information providing device and storage medium
JP2003304227A (en) * 2002-04-08 2003-10-24 Matsushita Electric Ind Co Ltd Cryptographic communication apparatus, its method and cryptographic communication system
JP2005063032A (en) * 2003-08-08 2005-03-10 Toshiba Corp Client/server system, client module, and encrypted communication program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10135945A (en) * 1996-11-01 1998-05-22 Toshiba Corp Mobile computer system, packet processor and communication control method
JPH11205309A (en) * 1998-01-16 1999-07-30 Mitsubishi Electric Corp Network security system
JP2000138703A (en) * 1998-10-30 2000-05-16 Toshiba Corp Information providing device and storage medium
JP2003304227A (en) * 2002-04-08 2003-10-24 Matsushita Electric Ind Co Ltd Cryptographic communication apparatus, its method and cryptographic communication system
JP2005063032A (en) * 2003-08-08 2005-03-10 Toshiba Corp Client/server system, client module, and encrypted communication program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012064007A (en) * 2010-09-16 2012-03-29 Daiwa Institute Of Research Business Innovation Ltd Information processor, communication relay method and program
JP2014127840A (en) * 2012-12-26 2014-07-07 Ricoh Co Ltd Proxy device, remote management system, and address acquisition method

Also Published As

Publication number Publication date
JP4484668B2 (en) 2010-06-16

Similar Documents

Publication Publication Date Title
US20200125764A1 (en) Security Systems and Methods for Encoding and Decoding Digital Content
US8307454B2 (en) Computer-readable recording medium recording remote control program, portable terminal device and gateway device
US20220121780A1 (en) Security Systems and Methods for Social Networking
US20030051159A1 (en) Secure media transmission with incremental decryption
US8886819B1 (en) Cross-domain communication in domain-restricted communication environments
EP2365443B1 (en) Data providing device, system, server device, program, and method
JP2008282251A (en) Download program, information storage medium, download system, and download method
CN102594813A (en) Multi-account login method and device
JP2007511829A (en) Content-based partial download
JP5347429B2 (en) Uniform resource locator rewriting method and apparatus
JP4229769B2 (en) Address translation program, address translation method, and address translation apparatus
JP4815481B2 (en) Network relay device, user information management system, and user information management method
US7448032B2 (en) Method and apparatus for integration of URL into standard file systems
JP4484668B2 (en) Proxy server program and proxy server method
JP2004234538A (en) Encrypted data sharing system
JP2003273860A (en) Encrypted document accessing method, encrypted document accessing system, encrypted document accessing program, recording medium for storing encrypted document accessing program, management system used in encrypted document accessing system, data structure of the encrypted document, data structure generating apparatus for the encrypted document, data structure generating program for the encrypted document
JP4807411B2 (en) Method for using information of another domain, program for using information of another domain, and information transfer program
JP2002229452A (en) Storage medium for data structure stored with information image file, system for handling the information image file, method and program for operating the system, recording medium with the program recorded thereon and information terminal, program for operating the terminal, recording medium with the program recorded thereon
JP2017162508A (en) Relay device, relay method and relay program
JP5206634B2 (en) Relay device, communication relay program, and communication relay method
JP6365259B2 (en) Local storage management method, local storage management apparatus, and local storage management program
US8504536B2 (en) Normalizing metadata between library content providers
JP6151508B2 (en) Relay device, relay method, and relay program
JP2005084751A (en) Communication apparatus
JP2006221350A (en) Electronic data management system, electronic data mediation management server, electronic data management method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070906

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100218

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100323

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100323

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130402

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140402

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees