WO2007148688A1 - Method for acquiring information on another domain, and server system and server program used for the method - Google Patents
Method for acquiring information on another domain, and server system and server program used for the method Download PDFInfo
- Publication number
- WO2007148688A1 WO2007148688A1 PCT/JP2007/062320 JP2007062320W WO2007148688A1 WO 2007148688 A1 WO2007148688 A1 WO 2007148688A1 JP 2007062320 W JP2007062320 W JP 2007062320W WO 2007148688 A1 WO2007148688 A1 WO 2007148688A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- information
- domain
- server
- identifier
- post
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/10—Network architectures or network communication protocols for network security for controlling access to devices or network resources
Definitions
- the present invention relates to a method for acquiring information of another domain, and in particular, while executing a script language (such as Javascript (registered trademark)) complying with security restrictions of HTTP (HyperText Transfer Protocol) clients.
- a script language such as Javascript (registered trademark)
- HTTP HyperText Transfer Protocol
- the present invention improves the inconvenience of the powerful conventional example, and in particular, makes it possible to acquire information of another domain while executing the Script language in accordance with the security restrictions of the HTTP client (browser). This is the issue.
- a first invention for solving this problem is to execute the following steps between HTTP server clients.
- the HTTP client in the A domain acquires and executes a script for the A domain or an HTTP server other than the A domain.
- This script generates and executes a GET statement for the domain B server with arguments.
- the B domain server system acquires the bow I number from the HTTP client in the A domain via this GET, and executes a predetermined GET handling process that handles this argument.
- information can be passed from the A domain to the B domain server by the description of the Script being executed in the A domain.
- the system of the B domain server may provide the result information of the GET corresponding process to the HTTP client of the A domain as a response to the GET.
- the B domain information can be acquired by the A domain client.
- the second invention of the present application executes the following steps between HTTP server clients.
- an HTTP client in the A domain acquires a Script from the A domain or an HTTP server other than the A domain, and executes the Script.
- This Script includes an information fragment obtained by dividing an information fragment obtained by dividing the original information, an information piece identifier for identifying the divided information piece, and an identifier of the original information into the B domain server including at least an argument.
- the system of the B domain server associates the information piece acquired through execution of the GET statement, the information piece identifier, and the identifier of the original information of the information piece and stores them in the storage means. Thereafter, the system of the B domain server reads the information piece and the information piece identifier corresponding to the original information identifier from the storage means, and reconstructs the original information from the information piece based on the information piece identifier.
- the length of the argument that can be passed from the client to the server by the GET method is limited, and it is not possible to pass information that is longer than a certain length.
- the B domain server system generates result information that affects the reconstructed original information, and provides this result information to the A domain HTTP client as a response to the request for the GET statement. May be.
- the HTTP client of the A domain can obtain the result information generated in the system of the B domain server as a response corresponding to the GET statement request.
- the third invention of the present application executes the following steps between HTTP server clients.
- HTTP client of A domain is A domain or HTTP server other than A domain Power also acquires and executes Scripts.
- This Script executes a POST with a POST process identifier for the B domain server.
- the system of the B domain server executes the POST compatible processing corresponding to the POST, and stores the POST compatible processing result in the storage unit in association with the POST processing identifier added to the POST.
- Script executed by HTTP client of A domain executes GET with GET processing identifier to B domain server.
- the B domain server system executes a GET corresponding process corresponding to this GET, and stores the GET corresponding process result in the storage means in association with the GET process identifier added to the GET.
- the B domain server system reads the POST processing result and the GET processing result corresponding to the POST processing identifier and the GET processing identifier from the storage means, and affects the POST processing result and the GET processing result. Generate combined result information.
- the system of the B domain server may provide the composite result information to the HTTP client of the A domain as a response to the GET or POST.
- the result information returned from the server to the client may be a style sheet such as CSS, and information from the B domain sano may be given to the A domain client as information in the style sheet.
- the result information given from the server to the client is an object (for example, image) with attributes (for example, the width and height of the image), and the attribute of the object is A as information from the B domain server. Give it to domain clients.
- object for example, image
- attributes for example, the width and height of the image
- the attribute of the object is A as information from the B domain server.
- an HTTP client executed in a user terminal device is configured such that an A domain HTTP server (hereinafter referred to as A server) and a B domain executed in a server system. It communicates with HTTP server (hereinafter referred to as B server! /).
- a server A domain HTTP server
- B server! HTTP server
- a terminal device that executes an HTTP client includes a computer (processing means) that executes program processing, and a storage device (storage means) such as RAM, ROM, and HDD that stores information handled by the program. . It also has a communication device (communication means) such as a modem for communicating with the HTTP server via the Internet.
- the program executed by the computer and the information handled by the program are stored in the storage means and read from the storage means in a timely manner! / Speak.
- a server system that executes an HTTP server also includes a computer (processing means) that executes program processing, and a storage device (storage means) such as a RAM, ROM, and HDD that stores information handled by the program. It has. It also includes a communication device (communication means) such as a modem for communicating with the HTTP server through the Internet.
- the program executed by the computer and the information handled by the program are stored in the storage means in a timely manner, and the storage means power is also read out. The operations described below are realized by executing a computer power program of the terminal device and the server system.
- Figure 1 3 is a flowchart showing the operation of the first embodiment.
- the HTTP client of the A domain acquires and executes the script of the A server power (SI 1, S12).
- a domain HTTP client means an HTTP client displaying a page obtained from the A domain server.
- the Script acquired from the A server is a Script language that complies with the security restrictions of the HTTP client.
- JavaScript registered trademark
- This Script may be sent to the HTTP client in the state embedded in HTML (HyperText Markup Language), or the HTML being executed in the HTTP client may read and execute the A server script.
- the Script dynamically generates and executes a GET statement addressed to the B server with an argument (S13, S14).
- Script can dynamically generate a GET statement using the CreateElement method or the document.write method.
- the above script generates and reads the following tag, for example, so that a GET request to the B server is executed.
- the system of the B server acquires an argument from the HTTP client in the A domain via this GET, and executes a predetermined GET handling process that handles this argument (S15). As a result, the B server can obtain information from the HTTP client of the A domain which is another domain.
- the B server system processes the GET argument by cgi such as perl or servlet, and stores the result information of the corresponding GET compatible processing in the storage means.
- the system of the B server reads out the result information of the GET corresponding process from the storage unit and provides it to the HTTP client in the A domain (S16).
- the HTTP client in domain A obtains the result information corresponding to GET from Bsano and executes a predetermined process for handling the result information (S17).
- the HTTP client of the A domain can obtain the information provided from the Sano of the B domain.
- HTTP client of A domain New processing can be given to the event.
- an A domain HTTP client obtains a Script from the A domain HTTP server.
- the Script is executed (S21, S22). This operation is performed in steps S 11 and S of the first embodiment.
- the Script executed by the HTTP client of the A domain includes an information piece obtained by dividing the original information, an information piece identifier for identifying each divided piece of information, and identification of the original information.
- the original information is the information passed from the A domain HTTP client to the B server.
- the original information is intended to be relatively long information that cannot be passed due to limitations in the GET method. For example, assume that the original information is the following argument.
- An information piece refers to an element constituting original information.
- it can be divided into a certain number of characters, divided into even-numbered and odd-numbered characters, and ⁇ & It is good also as a piece of information divided
- the Script sets an information piece identifier for each information piece in order to identify the divided pieces of information from each other.
- the information fragment identifier may be given by, for example, a sequence number such as 1, 2, 3,..., Or when the information fragment is divided for each parameter as described above, Variable names of parameters such as name and date may be used as information piece identifiers.
- the Script gives an identifier of original information to each piece of information. This is a re-creation of the original information. This is because the information pieces necessary for the configuration can be selected on the server side based on the identifier of the original information. As the identifier of the original information, the same identifier may be given for each information piece, or a different identifier may be given to the information piece. If different identifiers are given to pieces of information, a method for associating the different identifiers with the common source information is registered on the server side, and the server system refers to the method for associating with the source information. It is conceivable to select the information piece.
- the method for generating and executing the GET statement by the Script is the same as in the first embodiment, but in this embodiment, the GET statements are generated as many as the number of information pieces to be passed to the B server.
- the entity of the information piece, the identifier of the information piece, and the identifier of the original information of the information piece are embedded as arguments and passed to the B server.
- the system of the B server stores the information piece acquired through the execution of the GET statement, the information piece identifier, and the identifier of the original information of the information piece in association with each other.
- the system of the B server reads the information piece corresponding to the original information identifier and each information piece identifier from the storage means, and based on the information piece identifier.
- the pieces of information are combined to reconstruct the original information.
- the system of the B server can acquire the original information passed from the HTTP client of the A domain, and can acquire long information exceeding the limit of GET.
- the server B system can start processing when the information necessary to execute the GET-compatible processing is available.
- the B server system instructs the A domain HTTP client to stop executing subsequent GETs when the information necessary to execute the GET compatible processing is complete, and In response to this instruction, the HTTP client may cancel the GET to send information pieces that have not been sent to the B server.
- the system of the B server executes a predetermined GET handling process corresponding to the GET (S25), and dynamically generates result information in which the reconstructed original information is affected. Then, this result information is provided to the HTTP client in the A domain as a response to the GET request (S26). HTTP client of domain A acquires the result information dynamically generated in the system of server B as a response corresponding to the above GET request, and this result information A predetermined process for handling is executed (S27). Execution power of this GET support processing (S25) The processing from the result information handling (S27) is the same as the processing from step S15 to S17 in the first embodiment. You can obtain the information provided from the start.
- long information exceeding the limit of the GET method can be passed to another domain server while using the GET method.
- this embodiment proposes a mechanism that can pass long information exceeding the GET limit to a server in another domain, as in the second embodiment, and is simpler than the second embodiment.
- the HTTP client of the A domain acquires and executes the Script from the HTTP server of the A domain (S31, S32).
- This script generates and executes a POST statement with a POST process identifier for server B
- the POST processing identifier and GET processing identifier are identifiers for processing by associating information passed separately by POST and GET on the server side.
- the POST processing identifier added to POST and the GET processing identifier added to GET described later can be the same or different values.
- the B server system performs processing using the POST and GET arguments that match the POST processing identifier and the GET processing identifier.
- the method of associating the POST process identifier with the GET process identifier is not necessarily registered in advance on the server side.
- a method for associating a POST process identifier with a GET process identifier may be passed from the client to the server during POST from the client to the server.
- the system of the B server executes a predetermined POST corresponding process corresponding to the POST, and stores the POST corresponding process result in the storage unit in association with the POST process identifier added to the POST (S35, S36). .
- information passed by POST may be stored as it is, or a predetermined process using information passed by POST may be executed, and an execution result of the processing may be stored. .
- the server B system returns a response (POST completion notification) corresponding to the POST to the HTTP client (S37).
- POST completion notification a response corresponding to the POST to the HTTP client (S37).
- the Script generates and executes a GET statement with a GET processing identifier for the B server (S38, S39).
- the method of executing GET from the A domain HTTP client to the B server is the same as the steps S13 and S14 in the first embodiment. For example, the following parameters are sent to the B server.
- the B server system executes a GET corresponding process corresponding to this GET (S40), and stores the GET compatible process result in the storage means in association with the GET process identifier added to the GET.
- the information passed by GET may be stored as it is, or a predetermined process using the information passed by GET may be executed and the execution result of the processing may be stored.
- the system of the B server reads the POST processing result and the GET processing result corresponding to the POST processing identifier and the GET processing identifier, and stores these POST processing results and the GET processing result.
- influencing means that the composite result information is obtained as an output in which the POST processing result and the GET processing result are input to a predetermined function.
- the B server system provides the composite result information to the HTTP client in the A domain (S42).
- the HTTP client of the A domain acquires composite result information such as script provided from B Sanoku, and executes a predetermined process for handling the composite result information (S43).
- the power of executing the GET after the POST is not limited to this order.
- the GET may be performed first and the POST may be performed later.
- the Script being executed in the HTTP client may execute the other GET or POST request without waiting for the POST or GET completion notification.
- the execution of GET is not limited to once. You can combine GET and POST multiple times as in the second embodiment.
- Script is considered as an example of result information returned from the B server to the HTTP client.
- the B domain power can also control the A domain.
- the result information sent from the B server to the HTTP client in the A domain may be a style sheet such as CSS (Cascading Style Sheets). It is possible to control the A domain from the B domain force by passing the style sheet from the B domain to the HTTP client of the A domain. If the interpretation of the style sheet description is negotiated in advance between the B server and the HTTP client of the A domain, control beyond the range that can normally be controlled by the style sheet becomes possible.
- a script passing power is introduced as a result information to be passed from the B server to the HTTP client in the A domain.
- a method of giving the script power 3 ⁇ 4 OM object attributes and the type or number of DOM objects as information is introduced. For example, if the following description is written in the Script of the result information, 250 px can be obtained.
- variable e 1 em can be obtained by the following Scr i pt.
- a method for passing an object with attributes as result information passed from the B server to the HTTP client in the A domain is introduced.
- an image is passed as result information passed from the B server to the HTTP client in the A domain.
- the Script being executed by the HTTP client can acquire, for example, the width of the image as an attribute of the image and use it as information.
- the width information of three images can be acquired by the following script.
- the script being executed on the client repeats the processing from steps S13 to S17 until the condition is satisfied by the do loop.
- the result information requested to the B server is an image (object), and an image with a predetermined width and height (attribute) is repeatedly acquired as the result information.
- the script of the client counts the number of image acquisitions in the storage means.
- the script acquires an image while rotating the loop, it checks the width and height of the acquired image (using the result information example 3), and the width and height of the image are preset values. If an image that matches is acquired, the loop is terminated. Then, the number of loop iterations when the loop is exited is read out from the memory means, and the number of iterations is used as information.
- desired information can be given to the A domain by intentionally controlling attributes such as the width of the image.
- attributes such as the width of the image.
- a script to be executed by a client of A domain is acquired from a server of A domain (steps S11, S21). , S31).
- a domain clients it is possible for A domain clients to acquire and execute scripts from servers other than A domain.
- a script acquired as B domain force result information can be executed by a client in the A domain.
- FIG. 4 is a block diagram showing the configuration of this information providing system.
- any of the first to third embodiments described above is executed between the HTTP client of domain 3 and the server of domain 2.
- the HTTP client that opens page 3 of domain 3 corresponds to the HTTP client of domain A that has appeared in the first to third embodiments.
- the domain 2 server corresponds to the B domain server.
- the script being executed on page 3 of domain 3 sends a request to domain 2 server in a timely manner, and the information placed on domain 2 server is used as result information. Have acquired. This acquisition of request and result information is repeatedly performed in a timely manner by the operation of the first to third embodiments.
- page 1 opened in the HTTP client of domain 1 which is another domain pops up page 2 of domain 2 to pass information to the domain 2 server.
- the domain 2 server reflects the domain 1 information passed from page 1 via page 2 and creates or updates new information in the storage means.
- the domain 2 server provides the information thus generated or updated to page 3 of domain 3 as result information for the request from page 3 of domain 3.
- page 3 of domain 3 provides a map sharing site to user Y and displays a map image.
- the domain 2 server has coordinate data for raising a flag on the map, and user Y browses the map with the flag raised based on the coordinate data.
- page 1 of domain 1 provides user X with a map display site different from domain 3.
- user X can set a flag on the map being viewed.
- the coordinates of that flag are sent to the Domain 2 server via Domain 2 page 2 at a predetermined timing.
- the domain 2 server system updates the coordinate data of the flag set by user X to the database.
- FIG. 1 is a flowchart showing the operation of the first exemplary embodiment of the present invention.
- ⁇ 2] A flowchart showing the operation of the second embodiment of the present invention.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
[PROBLEMS] To acquire information on another domain while executing a Script language in conformity with the security restriction of an HTTP client (browser). [MEANS FOR SOLVING PROBLEMS] The HTTP client of A domain acquires a Script from the HTTP server of the A domain or an HTTP server other than the A domain to execute it. The Script generates and executes a GET statement with an argument, which is addressed to the B domain server. The system of the B domain server acquires the argument from the HTTP client of the A domain through the GET and executes a predetermined GET-support process dealing with the argument.
Description
明 細 書 Specification
別ドメインの情報を取得する方法並びにこの方法に用いるサーバシステ ム及びサーバ用プログラム Method for acquiring information of another domain, and server system and server program used in this method
技術分野 Technical field
[0001] 本発明は、別ドメインの情報を取得する方法に係り、特に、 HTTP(HyperText Trans fer Protocol)クライアントのセキュリティ制限に則ったスクリプト言語 (Javascript (登録 商標)など)を実行しつつ、別ドメインに在るデータを取得する方法等に関する。 [0001] The present invention relates to a method for acquiring information of another domain, and in particular, while executing a script language (such as Javascript (registered trademark)) complying with security restrictions of HTTP (HyperText Transfer Protocol) clients. The present invention relates to a method for acquiring data in a domain.
背景技術 Background
[0002] 従来、 HTTPクライアント (ブラウザ)のセキュリティ制限に則ったスクリプト言語 (Javas cript (登録商標)など)では、別ドメインのサイトを表示しても相互のドメイン間で情報 のやり取りをすることはできな力つた。 [0002] Conventionally, script languages (Javas cript (registered trademark), etc.) that comply with security restrictions of HTTP clients (browser) cannot exchange information between domains even if they display a site in another domain. I couldn't do it.
[0003] 出願人は、これに関する公知技術文献の存在を知らない。 [0003] The applicant is unaware of the existence of known technical literature relating to this.
発明の開示 Disclosure of the invention
発明が解決しょうとする課題 Problems to be solved by the invention
[0004] 本発明は、力かる従来例の有する不都合を改善し、特に、 HTTPクライアント (ブラウ ザ)のセキュリティ制限に則った Script言語を実行しつつ別ドメインの情報を取得でき るよう〖こすることを課題とする。 [0004] The present invention improves the inconvenience of the powerful conventional example, and in particular, makes it possible to acquire information of another domain while executing the Script language in accordance with the security restrictions of the HTTP client (browser). This is the issue.
課題を解決するための手段 Means for solving the problem
[0005] この課題を解決する第 1の発明は、 HTTPサーバークライアント間で、以下のステツ プを実行するものである。 [0005] A first invention for solving this problem is to execute the following steps between HTTP server clients.
[0006] まず、 Aドメインの HTTPクライアントは、 Aドメイン又は Aドメイン以外の HTTPサーバ 力も Scriptを取得し実行する。当該 Scriptは、引数を伴った Bドメインサーバ宛の GET 文を生成し実行する。 Bドメインサーバのシステムは、この GETを介して Aドメインの H TTPクライアントから弓 I数を取得し、この引数を取扱う所定の GET対応処理を実行す る。 [0006] First, the HTTP client in the A domain acquires and executes a script for the A domain or an HTTP server other than the A domain. This script generates and executes a GET statement for the domain B server with arguments. The B domain server system acquires the bow I number from the HTTP client in the A domain via this GET, and executes a predetermined GET handling process that handles this argument.
[0007] これによると、 Aドメインで実行中の Scriptの記述によって、 Aドメインから Bドメインサ ーバに情報を渡すことができる。
[0008] ここで、 Bドメインサーバのシステムは、上記 GETに対する応答として、上記 GET対 応処理の結果情報を Aドメインの HTTPクライアントに提供してもよ 、。 [0007] According to this, information can be passed from the A domain to the B domain server by the description of the Script being executed in the A domain. [0008] Here, the system of the B domain server may provide the result information of the GET corresponding process to the HTTP client of the A domain as a response to the GET.
[0009] これによると、 Aドメインで実行中の Scriptの記述によって、 Aドメインから Bドメインサ ーバに情報をリクエストした結果、 Bドメインの情報を Aドメインクライアントにお 、て取 得することができる。 [0009] According to this, as a result of requesting information from the A domain to the B domain server by the description of the Script being executed in the A domain, the B domain information can be acquired by the A domain client. .
[0010] 続いて、本願の第 2の発明は、 HTTPサーバークライアント間で、以下のステップを 実行するものである。 [0010] Subsequently, the second invention of the present application executes the following steps between HTTP server clients.
[0011] まず、 Aドメインの HTTPクライアントが、 Aドメイン又は Aドメイン以外の HTTPサーバ から Scriptを取得し、当該 Scriptを実行する。この Scriptは、元情報を分割した情報片 と、当該分割した情報片を識別する情報片識別子と、前記元情報の識別子とを少な くとも引数に含む Bドメインサーバ宛の GET文を、情報片ごとに実行する。 Bドメインサ ーバのシステムは、この GET文の実行を介して取得した情報片と、その情報片識別 子と、その情報片の元情報の識別子とを関連付けて記憶手段に格納する。その後、 Bドメインサーバのシステムは、上記記憶手段から元情報の識別子が対応する情報 片と情報片識別子とを読み出し、当該情報片識別子に基づいて情報片から元情報 を再構成する。 [0011] First, an HTTP client in the A domain acquires a Script from the A domain or an HTTP server other than the A domain, and executes the Script. This Script includes an information fragment obtained by dividing an information fragment obtained by dividing the original information, an information piece identifier for identifying the divided information piece, and an identifier of the original information into the B domain server including at least an argument. Run every time. The system of the B domain server associates the information piece acquired through execution of the GET statement, the information piece identifier, and the identifier of the original information of the information piece and stores them in the storage means. Thereafter, the system of the B domain server reads the information piece and the information piece identifier corresponding to the original information identifier from the storage means, and reconstructs the original information from the information piece based on the information piece identifier.
[0012] GETメソッドによりクライアントからサーバに渡すことのできる引数の長さには制限が あり、一定以上の長い情報を渡すことはできない。しかし、上記の第 2発明によれば、 一定以上の長い元情報を GETメソッドの利用によって Bドメインサーバに渡すことがで きる。 [0012] The length of the argument that can be passed from the client to the server by the GET method is limited, and it is not possible to pass information that is longer than a certain length. However, according to the second invention, it is possible to pass long original information above a certain level to the B domain server by using the GET method.
[0013] ここで、 Bドメインサーバのシステムは、上記再構成した元情報を影響させた結果情 報を生成し、この結果情報を上記 GET文の要求に対する応答として Aドメインの HTT Pクライアントに提供してもよい。この場合、 Aドメインの HTTPクライアントは、上記 GET 文の要求に対応する応答として、 Bドメインサーバのシステムにおいて生成された結 果情報を取得することができる。 [0013] Here, the B domain server system generates result information that affects the reconstructed original information, and provides this result information to the A domain HTTP client as a response to the request for the GET statement. May be. In this case, the HTTP client of the A domain can obtain the result information generated in the system of the B domain server as a response corresponding to the GET statement request.
[0014] 続いて、本願の第 3の発明は、 HTTPサーバークライアント間で、以下のステップを 実行するものである。 [0014] Subsequently, the third invention of the present application executes the following steps between HTTP server clients.
[0015] まず、 Aドメインの HTTPクライアントが、 Aドメイン又は Aドメイン以外の HTTPサーバ
力も Scriptを取得し実行する。この Scriptは、 Bドメインサーバに対し POST処理識別子 を伴った POSTを実行する。 Bドメインサーバのシステムは、この POSTに対応する POS T対応処理を実行し、当該 POST対応処理結果を上記 POSTに付加された POST処理 識別子に関連付けて記憶手段に格納する。また、 Aドメインの HTTPクライアントが実 行する Scriptは、 Bドメインサーバに対し GET処理識別子を伴った GETを実行する。 Bドメインサーバのシステムは、この GETに対応する GET対応処理を実行し、当該 GE T対応処理結果を GETに付加された GET処理識別子に関連付けて記憶手段に格納 する。そして、 Bドメインサーバのシステムは、上記 POST処理識別子と GET処理識別 子とが対応する POST対応処理結果および GET対応処理結果を記憶手段から読み 出し、これら POST対応処理結果および GET対応処理結果を影響させた複合結果情 報を生成する。 [0015] First, HTTP client of A domain is A domain or HTTP server other than A domain Power also acquires and executes Scripts. This Script executes a POST with a POST process identifier for the B domain server. The system of the B domain server executes the POST compatible processing corresponding to the POST, and stores the POST compatible processing result in the storage unit in association with the POST processing identifier added to the POST. Script executed by HTTP client of A domain executes GET with GET processing identifier to B domain server. The B domain server system executes a GET corresponding process corresponding to this GET, and stores the GET corresponding process result in the storage means in association with the GET process identifier added to the GET. Then, the B domain server system reads the POST processing result and the GET processing result corresponding to the POST processing identifier and the GET processing identifier from the storage means, and affects the POST processing result and the GET processing result. Generate combined result information.
[0016] 上記の第 2発明では、 GETメソッドの制限を超えた長い情報をサーバに渡すことが できることを述べた。しかし、情報の長さによっては、 3以上の GETメソッドを実行する 必要も出てくる。一方、 POSTと GETを組合わせる第 3発明によれば、例えば、長い情 報の大部分を POSTでサーバに渡すと共に、 GETで渡す情報は GETの制限内の長さ に抑えることで、 POSTと GET各 1回ずつの実行により、長い情報をサーバに渡すこと が可能である。 [0016] In the second invention described above, it has been described that long information exceeding the limit of the GET method can be passed to the server. However, depending on the length of the information, it may be necessary to execute 3 or more GET methods. On the other hand, according to the third invention combining POST and GET, for example, most of the long information is passed to the server by POST, and the information passed by GET is limited to the length within the limit of GET. By executing each GET once, it is possible to pass long information to the server.
[0017] ここで、 Bドメインサーバのシステムは、上記 GET又は POSTの応答として、上記複合 結果情報を Aドメインの HTTPクライアントに提供してもよい。 [0017] Here, the system of the B domain server may provide the composite result information to the HTTP client of the A domain as a response to the GET or POST.
[0018] 更に、上記第 1乃至第 3発明では、 Bドメインサーバから Aドメインクライアントに返す 結果情報 (応答)を選ぶことができる。例えば、結果情報を Scriptとして返せば、クライ アントに新たな処理を与えることができる。しかし、 Bドメインサーバから Aドメインクライ アントに提供された不正な Scriptが実行されてしまう恐れも伴う。そこで、サーバからク ライアントに返す結果情報を CSS等のスタイルシートとし、当該スタイルシート内の情 報として、 Bドメインサーノくからの情報を Aドメインクライアントに与えてもよい。また、サ ーバからクライアントに与える結果情報は、属性 (例えば画像の幅や高さ等)を伴うォ ブジェクト(例えば画像等)とし、当該オブジェクトの属性を Bドメインサーノくからの情 報として Aドメインクライアントに与えてもょ 、。
[0019] 上記にぉ 、て、「Aドメイン」、「Bドメイン」とは、互いに異なるドメイン (別ドメイン)で あることのみを示しており、「A」「B」の名称を重視したものではない。 [0018] Further, in the first to third inventions, it is possible to select result information (response) to be returned from the B domain server to the A domain client. For example, if the result information is returned as Script, new processing can be given to the client. However, there is a risk that an illegal script provided from the B domain server to the A domain client will be executed. Therefore, the result information returned from the server to the client may be a style sheet such as CSS, and information from the B domain sano may be given to the A domain client as information in the style sheet. The result information given from the server to the client is an object (for example, image) with attributes (for example, the width and height of the image), and the attribute of the object is A as information from the B domain server. Give it to domain clients. [0019] In the above description, "A domain" and "B domain" only indicate that they are different domains (different domains), and the names "A" and "B" are not important. Absent.
発明の効果 The invention's effect
[0020] 本願発明によれば、上述のように、 HTTPクライアント (ブラウザ)のセキュリティ制限 に則った Script言語を実行しつつ別ドメインの情報を取得することができる。 [0020] According to the present invention, as described above, it is possible to acquire information of another domain while executing the Script language in accordance with the security restrictions of the HTTP client (browser).
発明を実施するための最良の形態 BEST MODE FOR CARRYING OUT THE INVENTION
[0021] く各実施形態に共通の構成〉 [0021] Configuration Common to Each Embodiment>
[0022] 以下に本発明の実施形態を大きく分けて 3種類説明するが、その前に、各実施形 態に共通するシステムの構成を述べておく。例えば図 1に示すように、本発明の実施 形態は、ユーザの端末装置において実行される HTTPクライアントが、サーバシステ ムにおいて実行される Aドメインの HTTPサーバ(以下 Aサーバという)および Bドメイ ンの HTTPサーバ(以下 Bサーバと!/、う)と通信するものである。 In the following, embodiments of the present invention will be roughly classified into three types. Before that, the system configuration common to each embodiment will be described. For example, as shown in FIG. 1, according to the embodiment of the present invention, an HTTP client executed in a user terminal device is configured such that an A domain HTTP server (hereinafter referred to as A server) and a B domain executed in a server system. It communicates with HTTP server (hereinafter referred to as B server! /).
[0023] HTTPクライアントを実行する端末装置は、プログラム処理を実行するコンピュータ( 処理手段)と、このプログラムが扱う情報を記憶する RAM, ROM, HDD等の記憶装置 (記憶手段)とを備えている。また、インターネットを通じて HTTPサーバと通信するた めのモデム等の通信装置 (通信手段)を備えている。コンピュータが実行するプロダラ ムおよび当該プログラムが取り扱う情報は、適時に記憶手段に格納され、また、記憶 手段から読み出されるようになって!/ヽる。 [0023] A terminal device that executes an HTTP client includes a computer (processing means) that executes program processing, and a storage device (storage means) such as RAM, ROM, and HDD that stores information handled by the program. . It also has a communication device (communication means) such as a modem for communicating with the HTTP server via the Internet. The program executed by the computer and the information handled by the program are stored in the storage means and read from the storage means in a timely manner! / Speak.
[0024] また、 HTTPサーバを実行するサーバシステムも同様に、プログラム処理を実行する コンピュータ(処理手段)と、このプログラムが扱う情報を記憶する RAM, ROM, HDD 等の記憶装置 (記憶手段)とを備えている。また、インターネットを通じて HTTPサーバ と通信するためのモデム等の通信装置 (通信手段)を備えて 、る。コンピュータが実 行するプログラムおよび当該プログラムが取り扱う情報は、適時に記憶手段に格納さ れ、また、記憶手段力も読み出されるようになつている。以下に説明する動作は、端 末装置およびサーバシステムのコンピュータ力 プログラムを実行することにより実現 される。 Similarly, a server system that executes an HTTP server also includes a computer (processing means) that executes program processing, and a storage device (storage means) such as a RAM, ROM, and HDD that stores information handled by the program. It has. It also includes a communication device (communication means) such as a modem for communicating with the HTTP server through the Internet. The program executed by the computer and the information handled by the program are stored in the storage means in a timely manner, and the storage means power is also read out. The operations described below are realized by executing a computer power program of the terminal device and the server system.
[0025] く第 1実施形態:単一 GETによる方法〉 [0025] First Embodiment: Method Using Single GET>
[0026] 上記の構成を踏まえ、まず、本願発明の第 1実施形態の動作を説明する。図 1は、
第 1実施形態の動作を示す流れ図である。 [0026] Based on the above configuration, the operation of the first embodiment of the present invention will be described first. Figure 1 3 is a flowchart showing the operation of the first embodiment.
[0027] まず、 Aドメインの HTTPクライアントが、 Aサーバ力も Scriptを取得し実行する(SI 1 , S12)。「Aドメインの HTTPクライアント」とは、 Aドメインサーバから取得したページを 表示している HTTPクライアントを意味する。 Aサーバから取得する Scriptは、 HTTPク ライアントのセキュリティ制限に則った Script言語であり、本実施形態では、 JavaScript (登録商標)を採用する。この Scriptは、 HTML (HyperText Markup Language)に埋め 込まれた状態で HTTPクライアントに送られてもよいし、 HTTPクライアントにおいて実 行中の HTMLが Aサーバ力 Scriptを読み込んで実行してもよい。 [0027] First, the HTTP client of the A domain acquires and executes the script of the A server power (SI 1, S12). “A domain HTTP client” means an HTTP client displaying a page obtained from the A domain server. The Script acquired from the A server is a Script language that complies with the security restrictions of the HTTP client. In this embodiment, JavaScript (registered trademark) is adopted. This Script may be sent to the HTTP client in the state embedded in HTML (HyperText Markup Language), or the HTML being executed in the HTTP client may read and execute the A server script.
[0028] 当該 Scriptは、引数を伴った Bサーバ宛の GET文を動的に生成し実行する(S13, S14)。 Scriptが GET文を動的に生成する方法としては、例えば、 CreateElementメソッ ドを利用する方法や document.writeメソッド等を利用する方法がある。これらにより、 上記 Scriptが、例えば下記のタグを生成し読み込むことで、 Bサーバに対する GETリク ェストが実行される。 [0028] The Script dynamically generates and executes a GET statement addressed to the B server with an argument (S13, S14). For example, Script can dynamically generate a GET statement using the CreateElement method or the document.write method. As a result, the above script generates and reads the following tag, for example, so that a GET request to the B server is executed.
[0029] [数 1] > [0029] [Equation 1]>
[0030] Bサーバのシステムは、この GETを介して Aドメインの HTTPクライアントから引数を 取得し、この引数を取扱う所定の GET対応処理を実行する(S15)。これにより、 Bサ ーバは、別ドメインである Aドメインの HTTPクライアントから情報を取得することができ る。 Bサーバのシステムは、 GETの引数を perlや servlet等の cgiにより処理し、当該 GE T対応処理の結果情報を記憶手段に格納する。 [0030] The system of the B server acquires an argument from the HTTP client in the A domain via this GET, and executes a predetermined GET handling process that handles this argument (S15). As a result, the B server can obtain information from the HTTP client of the A domain which is another domain. The B server system processes the GET argument by cgi such as perl or servlet, and stores the result information of the corresponding GET compatible processing in the storage means.
[0031] そして、 Bサーバのシステムは、上記 GETに対する応答として、上記 GET対応処理 の結果情報を記憶手段から読み出し、 Aドメインの HTTPクライアントに提供する(S1 6)。 Aドメインの HTTPクライアントは、 Bサーノくから GETに対応する結果情報を取得 し、当該結果情報を取り扱う所定の処理を実行する(S17)。これにより、 Aドメインの HTTPクライアントは、 Bドメインのサーノから提供された情報を取得することができる 。また、 GETに対応する結果情報を Scriptとすることにより、 Aドメインの HTTPクライア
ントに対し新たな処理を与えることができる。 [0031] Then, as a response to the GET, the system of the B server reads out the result information of the GET corresponding process from the storage unit and provides it to the HTTP client in the A domain (S16). The HTTP client in domain A obtains the result information corresponding to GET from Bsano and executes a predetermined process for handling the result information (S17). As a result, the HTTP client of the A domain can obtain the information provided from the Sano of the B domain. In addition, by setting the result information corresponding to GET as Script, HTTP client of A domain New processing can be given to the event.
[0032] く第 2実施形態:複数 GETによる方法〉 [0032] <Second Embodiment: Multiple GET Method>
[0033] 次に、本発明の第 2実施形態について、図 2を参照しつつ説明する。 Next, a second embodiment of the present invention will be described with reference to FIG.
[0034] まず、 Aドメインの HTTPクライアントが、 Aドメインの HTTPサーバから Scriptを取得し [0034] First, an A domain HTTP client obtains a Script from the A domain HTTP server.
、当該 Scriptを実行する(S21, S22)。この動作は、第 1実施形態のステップ S 11, SThe Script is executed (S21, S22). This operation is performed in steps S 11 and S of the first embodiment.
12と同様である。 Same as 12.
[0035] 本実施形態にぉ 、て、 Aドメインの HTTPクライアントが実行した Scriptは、元情報を 分割した情報片と、当該分割した各情報片を識別する情報片識別子と、元情報の識 別子とを引数に含む Bドメインサーバ宛の GET文を、情報片ごとに複数生成し、実行 する(S23, S24)。ここで、元情報とは、 Aドメインの HTTPクライアントから Bサーバに 渡す情報をいう。本実施形態では、元情報として、 GETメソッドでは制限により渡せな い比較的長い情報を意図している。例えば、元情報が以下の引数であると仮定して 話を進める。 [0035] In this embodiment, the Script executed by the HTTP client of the A domain includes an information piece obtained by dividing the original information, an information piece identifier for identifying each divided piece of information, and identification of the original information. Generate and execute multiple GET statements addressed to the B domain server including the child as an argument for each piece of information (S23, S24). Here, the original information is the information passed from the A domain HTTP client to the B server. In the present embodiment, the original information is intended to be relatively long information that cannot be passed due to limitations in the GET method. For example, assume that the original information is the following argument.
[0036] name=ogawa&date=20060531&domain=kawachi.com&path=index.html&permission= ail&perfect [0036] name = ogawa & date = 20060531 & domain = kawachi.com & path = index.html & permission = ail & perfect
Scriptは、上記の元情報を予め決められたルールに従って分割し、複数の情報片 に分ける。情報片とは、元情報を構成する要素をいう。元情報を情報片に分ける際の 分け方は種々考えられるが、例えば、一定の文字数ごとに分割することや、偶数文字 と奇数文字の組に分割すること、また、パラメータを繋いでいる「&」のところで分割し、 name, date, domain等の変数ごとに分割した情報片としてもよい。また例えば、一の 情報片は、 name=ogawa&date=20060531、他の情報片は、 date=2006053 l&domain=k awachi.comのように、一部の要素を重複して持っていてもよい。一つの情報片は、 GE Tで渡せる長さの情報に収まって ヽれば分割のルールは問わな 、。 Script divides the above original information according to a predetermined rule and divides it into a plurality of information pieces. An information piece refers to an element constituting original information. There are various ways to divide the original information into pieces of information.For example, it can be divided into a certain number of characters, divided into even-numbered and odd-numbered characters, and `` & It is good also as a piece of information divided | segmented for every variables, such as name, date, and domain. In addition, for example, one information piece may have some elements overlapping, such as name = ogawa & date = 20060531, and the other information piece may be date = 2006053 l & domain = kawachi.com. If one piece of information fits in the length of information that can be passed by GET, the rule of division is irrelevant.
[0037] また、 Scriptは、分割した各情報片を互いに識別するために情報片識別子を情報 片ごとに設定する。情報片識別子は、例えば、分割した情報片の並び順を 1 , 2, 3, …のような連番で与えてもよいし、情報片を上記のようにパラメータごとに区切った場 合は、 name, date等の各パラメータの変数名を情報片識別子として利用してもよい。 [0037] In addition, the Script sets an information piece identifier for each information piece in order to identify the divided pieces of information from each other. The information fragment identifier may be given by, for example, a sequence number such as 1, 2, 3,..., Or when the information fragment is divided for each parameter as described above, Variable names of parameters such as name and date may be used as information piece identifiers.
[0038] また、 Scriptは、各情報片に対して元情報の識別子を与える。これは、元情報の再
構成に必要な情報片を元情報の識別子に基づ!、てサーバ側で選別できるようにす るためである。元情報の識別子は、情報片ごとに同一の識別子を与えてもよいし、情 報片に異なる識別子を与えてもよい。情報片に異なる識別しを与える場合、当該異 なる識別子を共通の元情報に関連付ける方法をサーバ側に登録しておき、サーバシ ステムが、当該元情報に関連付ける方法を参照して、元情報を共通とする情報片を 選択することが考えられる。 [0038] The Script gives an identifier of original information to each piece of information. This is a re-creation of the original information. This is because the information pieces necessary for the configuration can be selected on the server side based on the identifier of the original information. As the identifier of the original information, the same identifier may be given for each information piece, or a different identifier may be given to the information piece. If different identifiers are given to pieces of information, a method for associating the different identifiers with the common source information is registered on the server side, and the server system refers to the method for associating with the source information. It is conceivable to select the information piece.
[0039] Scriptが GET文を生成および実行する方法は、第 1実施形態と同様であるが、本実 施形態では、 Bサーバに渡す情報片の数だけ GET文を生成する。各 GETには、引数 として、情報片の実体と、その情報片の識別子と、その情報片の元情報の識別子と が埋め込まれ、 Bサーバに渡される。 [0039] The method for generating and executing the GET statement by the Script is the same as in the first embodiment, but in this embodiment, the GET statements are generated as many as the number of information pieces to be passed to the B server. In each GET, the entity of the information piece, the identifier of the information piece, and the identifier of the original information of the information piece are embedded as arguments and passed to the B server.
[0040] Bサーバのシステムは、上記 GET文の実行を介して取得した情報片と、その情報片 識別子と、その情報片の元情報の識別子とを関連付けて記憶手段に格納する。そし て、複数の情報片の格納が完了すると、当該 Bサーバのシステムは、記憶手段から 元情報の識別子が対応する情報片と各情報片識別子とを読み出し、当該情報片識 別子に基づいて情報片を合成し元情報を再構成する。これにより、 Bサーバのシステ ムは、 Aドメインの HTTPクライアントから渡された元情報を取得することができ、 GET の制限を超えた長い情報を取得することができる。ただし、必ずしも元情報を構成す る要素のすべてが揃わなくても、 GET対応処理を実行するために必要な情報が揃つ た段階で、 Bサーバのシステムは、処理を開始することができる。このとき、 Bサーバの システムは、 GET対応処理を実行するために必要な情報が揃った段階で、 Aドメイン の HTTPクライアントに対し、後続の GETの実行を中止するように指示し、 Aドメインの HTTPクライアントが、この指示を受けて、まだ送信していない情報片を Bサーバに送 るための GETを中止してもよい。 [0040] The system of the B server stores the information piece acquired through the execution of the GET statement, the information piece identifier, and the identifier of the original information of the information piece in association with each other. When the storage of a plurality of information pieces is completed, the system of the B server reads the information piece corresponding to the original information identifier and each information piece identifier from the storage means, and based on the information piece identifier. The pieces of information are combined to reconstruct the original information. As a result, the system of the B server can acquire the original information passed from the HTTP client of the A domain, and can acquire long information exceeding the limit of GET. However, even if not all of the elements that make up the original information are available, the server B system can start processing when the information necessary to execute the GET-compatible processing is available. At this time, the B server system instructs the A domain HTTP client to stop executing subsequent GETs when the information necessary to execute the GET compatible processing is complete, and In response to this instruction, the HTTP client may cancel the GET to send information pieces that have not been sent to the B server.
[0041] Bサーバのシステムは、上記 GETに対応する所定の GET対応処理を実行し(S25) 、上記再構成した元情報を影響させた結果情報を動的に生成する。そして、この結 果情報を上記 GETの要求に対する応答として、 Aドメインの HTTPクライアントに提供 する(S26)。 Aドメインの HTTPクライアントは、上記 GETの要求に対応する応答として 、 Bサーバのシステムにおいて動的に生成された結果情報を取得し、この結果情報
を取り扱う所定の処理を実行する(S27)。この GET対応処理 (S25)の実行力 結果 情報の取扱(S27)までの処理は、第 1実施形態のステップ S15から S17までの処理 と同様であり、 Aドメインの HTTPクライアントは、 Bドメインのサーノくから提供された情 報を取得することができる。 The system of the B server executes a predetermined GET handling process corresponding to the GET (S25), and dynamically generates result information in which the reconstructed original information is affected. Then, this result information is provided to the HTTP client in the A domain as a response to the GET request (S26). HTTP client of domain A acquires the result information dynamically generated in the system of server B as a response corresponding to the above GET request, and this result information A predetermined process for handling is executed (S27). Execution power of this GET support processing (S25) The processing from the result information handling (S27) is the same as the processing from step S15 to S17 in the first embodiment. You can obtain the information provided from the start.
[0042] く第 3実施形態: POSTと GETの組み合わせによる方法〉 [0042] <Third embodiment: Method using a combination of POST and GET>
[0043] 次に、本発明の第 3実施形態について、図 3を参照しつつ説明する。上記の第 2実 施形態では、 GETメソッドを使いつつ、 GETメソッドの制限を超えた長い情報を別ドメ インのサーバに渡すことができる。しかし、サーバ側で複数の情報片を合成し、元情 報を再構成する処理を伴う。そこで、本実施形態では、第 2実施形態のように GETの 制限を超えた長い情報を別ドメインのサーバに渡すことができ、かつ、第 2実施形態 よりも簡単な仕組みを提案する。 Next, a third embodiment of the present invention will be described with reference to FIG. In the second embodiment, long information exceeding the limit of the GET method can be passed to another domain server while using the GET method. However, it involves processing of combining multiple pieces of information on the server side and reconstructing the original information. Therefore, this embodiment proposes a mechanism that can pass long information exceeding the GET limit to a server in another domain, as in the second embodiment, and is simpler than the second embodiment.
[0044] まず、 Aドメインの HTTPクライアントが、 Aドメインの HTTPサーバから Scriptを取得し 実行する(S31, S32)。 [0044] First, the HTTP client of the A domain acquires and executes the Script from the HTTP server of the A domain (S31, S32).
[0045] この Scriptは、 Bサーバに対し POST処理識別子を伴った POST文を生成し実行する [0045] This script generates and executes a POST statement with a POST process identifier for server B
(S33、 S34)。 POST処理識別子および GET処理識別子は、 POSTと GETで別々に 渡した情報をサーバ側で関連付けて処理するための識別子である。 POSTに付加す る POST処理識別子と、後述の GETに付加する GET処理識別子とは、同一にすること もできるし、異なる値にすることもできる。関連する POSTと GETの処理識別子を同一 にする場合、 Bサーバのシステムは、 POST処理識別子と GET処理識別子とがー致す る POSTと GETの引数を用いて処理を行う。一方、関連する POSTと GETの処理識別 子を異なる値にする場合、 Bサーバのシステムに POST処理識別子と、 GET処理識別 子とを関連付ける方法を予め登録しておき、この方法に基づき、対応する POSTAGE Tの組合わせから、それぞれの引数を取得して処理に用いる。 (S33, S34). The POST processing identifier and GET processing identifier are identifiers for processing by associating information passed separately by POST and GET on the server side. The POST processing identifier added to POST and the GET processing identifier added to GET described later can be the same or different values. When the related POST and GET processing identifiers are the same, the B server system performs processing using the POST and GET arguments that match the POST processing identifier and the GET processing identifier. On the other hand, if the related POST and GET process identifiers are set to different values, a method for associating the POST process identifier with the GET process identifier in the B server system is registered in advance, and the corresponding action is based on this method. Get each argument from the combination of POSTAGE T and use it for processing.
ここで、 POST処理識別子と GET処理識別子とを関連付ける方法は、必ずしもサー バ側に予め登録しておくことに限らない。例えば、 POST処理識別子と GET処理識別 子とを関連付ける方法は、クライアントからサーバへの POSTの際に、当該クライアント からサーバへ渡してもよい。 Here, the method of associating the POST process identifier with the GET process identifier is not necessarily registered in advance on the server side. For example, a method for associating a POST process identifier with a GET process identifier may be passed from the client to the server during POST from the client to the server.
[0046] [数 2]
Aドメインの HTTPクライアントから Bドメインのサーバに POSTで情報を渡す際には、 1Wえば以下のような F0EMタグを Javascript の imierHTML により生成する。 [0046] [Equation 2] When passing information from the A domain HTTP client to the B domain server via POST, 1W generates the following F0EM tag using imierHTML of Javascript.
<f orm id= post form act i on= http://aomainb.com/biivreceivepost.cgi method= PQ ,
<form id = post form act i on = http://aomainb.com/biivreceivepost.cgi method = PQ,
そして、 以下のようにして、 上記 FOEMの値をサーバに送 f言する。 Then, send the FOEM value to the server as follows.
var elem = document .setEl ementByldi, postform"); var elem = document .setEl ementByldi, postform ");
elem.submitO; elem.submitO;
[0047] Bサーバのシステムは、 POSTに対応する所定の POST対応処理を実行し、当該 PO ST対応処理結果を POSTに付加された POST処理識別子に関連付けて記憶手段に 格納する(S35, S36)。 POST対応処理結果は、 POSTにより渡された情報をそのまま 記憶してもよいし、 POSTにより渡された情報を用いた所定の処理を実行し、当該処 理の実行結果を記憶してもよ 、。 [0047] The system of the B server executes a predetermined POST corresponding process corresponding to the POST, and stores the POST corresponding process result in the storage unit in association with the POST process identifier added to the POST (S35, S36). . As a result of processing corresponding to POST, information passed by POST may be stored as it is, or a predetermined process using information passed by POST may be executed, and an execution result of the processing may be stored. .
[0048] 本実施形態にぉ 、て、 Bサーバのシステムは、この POSTに対応する応答(POST完 了通知)を HTTPクライアントに返す(S37)。 HTTPクライアントにこの応答が届くと、当 該 Aドメインの HTTPクライアントにて実行中の Scriptは、次の処理を行う。 In this embodiment, the server B system returns a response (POST completion notification) corresponding to the POST to the HTTP client (S37). When this response arrives at the HTTP client, the Script being executed by the HTTP client in the A domain performs the following processing.
[0049] 上記 Scriptは、 Bサーバに対し GET処理識別子を伴った GET文を生成し実行する( S38, S39)。 Aドメインの HTTPクライアントから Bサーバに対して GETを実行する方 法は、第 1実施形態の S13, S 14ステップと同様である力 ここでは例えば、以下のパ ラメータを Bサーバに送る。 [0049] The Script generates and executes a GET statement with a GET processing identifier for the B server (S38, S39). The method of executing GET from the A domain HTTP client to the B server is the same as the steps S13 and S14 in the first embodiment. For example, the following parameters are sent to the B server.
date=20060531&domain=kawachi.com&getid=getia_xyz date = 20060531 & domain = kawachi.com & getid = getia_xyz
[0050] Bサーバのシステムは、この GETに対応する GET対応処理を実行し(S40)、当該 G ET対応処理結果を GETに付加された GET処理識別子に関連付けて記憶手段に格 納する。 GET対応処理結果は、 GETにより渡された情報をそのまま記憶してもよいし、 GETにより渡された情報を用いた所定の処理を実行し、当該処理の実行結果を記憶 してちよい。
[0051] その後、 Bサーバのシステムは、 POST処理識別子と GET処理識別子とが対応する POST対応処理結果および GET対応処理結果を記憶手段力 読み出し、これら POS T対応処理結果および GET対応処理結果を影響させた複合結果情報を生成する(S 41、上記の例では postid_xyzのものと getid_xyzのものとで関連付けて処理を行う)。 ここで、影響させるとは、つまり、 POST対応処理結果および GET対応処理結果を所 定の関数に入力した出力として複合結果情報を得ることを意味する。 [0050] The B server system executes a GET corresponding process corresponding to this GET (S40), and stores the GET compatible process result in the storage means in association with the GET process identifier added to the GET. As the GET corresponding processing result, the information passed by GET may be stored as it is, or a predetermined process using the information passed by GET may be executed and the execution result of the processing may be stored. [0051] After that, the system of the B server reads the POST processing result and the GET processing result corresponding to the POST processing identifier and the GET processing identifier, and stores these POST processing results and the GET processing result. Generated composite result information is generated (S41, in the above example, the postid_xyz and getid_xyz processes are associated with each other). Here, influencing means that the composite result information is obtained as an output in which the POST processing result and the GET processing result are input to a predetermined function.
[0052] Bサーバのシステムは、複合結果情報を Aドメインの HTTPクライアントに提供する( S42)。 Aドメインの HTTPクライアントは、 Bサーノくから提供された script等の複合結果 情報を取得し、この複合結果情報を取り扱う所定の処理を実行する(S43)。 [0052] The B server system provides the composite result information to the HTTP client in the A domain (S42). The HTTP client of the A domain acquires composite result information such as script provided from B Sanoku, and executes a predetermined process for handling the composite result information (S43).
[0053] ここで、本実施形態では、 POSTの後に GETを実行する順序とした力 本発明は、こ の順序に限られるものではない。 GETが先、 POSTが後に行われてもよいし、 HTTPク ライアントにおいて実行中の Scriptは、 POST又は GETの完了通知を待たずに、他方 の GET又は POSTリクエストを実行してもよい。また、 GETの実行は 1回に限らない。第 2実施形態のように複数回の GETと POSTとを組み合わせてもよ 、。 Here, in the present embodiment, the power of executing the GET after the POST. The present invention is not limited to this order. The GET may be performed first and the POST may be performed later. The Script being executed in the HTTP client may execute the other GET or POST request without waiting for the POST or GET completion notification. Also, the execution of GET is not limited to once. You can combine GET and POST multiple times as in the second embodiment.
[0054] く結果情報の実施例 1〉 [0054] <Example 1 of Result Information>
[0055] 以上、 3つの実施形態を説明した力 以降は、 GET又は POST処理の結果として B サーバから Aドメインの HTTPクライアントに渡される結果情報について、実施例を紹 介する。 [0055] The power described above for the three embodiments will be described below with reference to result information passed from the B server to the HTTP client in the A domain as a result of GET or POST processing.
[0056] 上記各実施形態において、 Bサーバから HTTPクライアントに返す結果情報の一例 としては Scriptが考えられる。 Bサーバから Aドメインの HTTPクライアントに Scriptを渡 すことによって、 Bドメイン力も Aドメインを制御することができる。しかし、 Bドメインに 準備された Scriptが不正な Scriptであった場合、当該不正な Scriptが Aドメインにお!/ヽ て実行されてしまう虞がある。そこで、 Bサーバから Aドメインの HTTPクライアントに送 る結果情報は、 CSS (Cascading Style Sheets)等のスタイルシートとしてもよい。 Bサー ノくから Aドメインの HTTPクライアントにスタイルシートを渡すことによって、 Bドメイン力 ら Aドメインを制御することが可能となる。スタイルシートの記述の解釈を Bサーバと A ドメインの HTTPクライアントとの間で事前に取り決めておけば、通常スタイルシートで 制御できる範囲を超えた制御も可能となる。
[0057] く結果情報の実施例 2〉 In each of the above embodiments, Script is considered as an example of result information returned from the B server to the HTTP client. By passing Script from the B server to the A domain HTTP client, the B domain power can also control the A domain. However, if the Script prepared in the B domain is an illegal script, there is a risk that the illegal script will be executed in the A domain! Therefore, the result information sent from the B server to the HTTP client in the A domain may be a style sheet such as CSS (Cascading Style Sheets). It is possible to control the A domain from the B domain force by passing the style sheet from the B domain to the HTTP client of the A domain. If the interpretation of the style sheet description is negotiated in advance between the B server and the HTTP client of the A domain, control beyond the range that can normally be controlled by the style sheet becomes possible. [0057] Example 2 of Result Information>
[0058] 次に、 Bサーバから Aドメインの HTTPクライアントへ渡す結果情報として、 Scriptを渡 す力 その Script力 ¾OMオブジェクトの属性や DOMオブジェクトの種類又は数を情報 として与える方法を紹介する。例えば、結果情報の Scriptに以下の記述をした場合、 2 50pxと 、う情報を取得することができる。 [0058] Next, as a result information to be passed from the B server to the HTTP client in the A domain, a script passing power is introduced. A method of giving the script power ¾ OM object attributes and the type or number of DOM objects as information is introduced. For example, if the following description is written in the Script of the result information, 250 px can be obtained.
[0059] [数 3] 即ち、 Bサーバかさの結菓情報に以下の記述を含め、 [0059] [Equation 3] That is, the following description is included in the confectionery information of the B server umbrella,
<P
return value from ksraclii .com</p> かつ、 以下の Scr i ptによって変数 e 1 emに値を取得することができる。 <P return value from ksraclii .com </ p> And the value of variable e 1 em can be obtained by the following Scr i pt.
var el em - document .setEl ementBy Id( aivid > .sty 1 e .wi th; var el em-document .setEl ementBy Id (aivid> .sty 1 e .wi th;
[0060] く結果情報の実施例 3〉 [0060] Example 3 of result information>
[0061] 次に、 Bサーバから Aドメインの HTTPクライアントへ渡す結果情報として、属性を伴 うオブジェクトを渡す方法を紹介する。例えば、 Bサーバから Aドメインの HTTPクライ アントへ渡す結果情報として画像を渡す。 HTTPクライアントにお ヽて実行中の Script は、この画像の属性として例えば画像の幅を取得し、情報として利用することができる 。例えば、以下の Scriptによって、 3つの画像の幅情報を取得することができる。 [0061] Next, a method for passing an object with attributes as result information passed from the B server to the HTTP client in the A domain is introduced. For example, an image is passed as result information passed from the B server to the HTTP client in the A domain. The Script being executed by the HTTP client can acquire, for example, the width of the image as an attribute of the image and use it as information. For example, the width information of three images can be acquired by the following script.
[0062] 画 [0062] drawings
var - n w Arra (); var-n w Arra ();
var st new Arra C); var st new Arra C);
st[0] = :: sonol::; st [0] = :: sonol ::;
st [1] = :: sono2::; st [1] = :: sono2 ::;
s [2] "son 03"; s [2] "son 03";
for (var i = 0; i < 3; i++) { , document .bod . inn erHTML : / / mm . dom i nb . com/ i mases/ ' + s [i] + ' . jps ' id + st[i] + for (var i = 0; i <3; i ++) {, document .bod. inn erHTML : / / mm. dom i nb. com / i mases / '+ s [i] +'. jps' id + st [ i] +
w[i] document . getE 1 eme
h これにより、 以下の 3つの画像の幅情報を w[0], w[l], に格納することができる。 http //mw.domainD.com/images/sonol . jpg w [i] document. getE 1 eme h This allows the following three image width information to be stored in w [0], w [l],. http //mw.domainD.com/images/sonol .jpg
http / 1 .domainb . com/ i mages/ sono2. j g http / 1 .domainb .com / i mages / sono2.j g
http / / www .domainb . com/ i mages/ sono3. j S http / / www .domainb .com / i mages / sono3.j S
[0063] く結果情報の実施例 4〉 [0063] Example 4 of Result Information>
[0064] 上記結果情報の実施例 3では、 Bサーノから Aドメインのクライアントに画像を取得 し、当該画像の幅情報を得ることについて例示した。次は、この幅情報などの属性を
利用し、更に別の情報を得る方法を紹介する。例えば、図 1に示した第 1実施形態に おいて、クライアントで実行中の Scriptは、ステップ S 13から S 17までの処理を doルー プにより条件が整うまで繰り返す。このとき、 Bサーバに要求する結果情報は画像 (ォ ブジェクト)とし、所定の幅と高さ (属性)を伴った画像を結果情報として繰り返し取得 する。この間、クライアントの Scriptは画像の取得回数を記憶手段に計数する。そして 、 Scriptは、ループを回しながら画像を取得するごとに、当該取得画像の幅および高 さを検査し (結果情報の実施例 3を利用する)、画像の幅および高さが予め設定した 値に一致する画像を取得した場合はループを終了する。そして、ループを抜けたとき のループ繰り返し回数を記憶手段力 読み出し、当該繰り返し回数を情報として利用 する。 [0064] In the third example of the result information described above, an example is given of obtaining an image from B Sano to a client in the A domain and obtaining width information of the image. Next, you can set attributes such as this width information. Introduce how to use and get more information. For example, in the first embodiment shown in FIG. 1, the script being executed on the client repeats the processing from steps S13 to S17 until the condition is satisfied by the do loop. At this time, the result information requested to the B server is an image (object), and an image with a predetermined width and height (attribute) is repeatedly acquired as the result information. During this time, the script of the client counts the number of image acquisitions in the storage means. Each time the script acquires an image while rotating the loop, it checks the width and height of the acquired image (using the result information example 3), and the width and height of the image are preset values. If an image that matches is acquired, the loop is terminated. Then, the number of loop iterations when the loop is exited is read out from the memory means, and the number of iterations is used as information.
[0065] これによると、 Bサーバにおいて、画像の幅等の属性を意図的に制御することにより 、所望の情報を Aドメインに与えることができる。以上は第 1実施形態を例に説明した 力 第 2実施形態ではステップ S23〜S27を繰り返すことによって、また、第 3実施形 態ではステップ S33〜S43を繰り返すことによって、実現することができる。 According to this, in the B server, desired information can be given to the A domain by intentionally controlling attributes such as the width of the image. The above description can be realized by repeating steps S23 to S27 in the second embodiment, and repeating steps S33 to S43 in the third embodiment.
[0066] く各実施形態に共通の変形例: Scriptの取得先〉 [0066] Variation common to each embodiment: Script acquisition source>
[0067] ところで、第 1実施形態から第 3実施形態においては、 Aドメインのクライアントにお V、て実行する Scriptを Aドメインのサーバから取得することにして!/、る(ステップ S 11 , S21, S31)。しかし、 Aドメインのクライアントが、 Aドメイン以外のサーバ力も Scriptを 取得し実行することも可能である。例えば、上記各実施形態において、 Bドメイン力 結果情報として取得した Scriptを Aドメインのクライアントにて実行することができる。 [0067] By the way, in the first to third embodiments, it is assumed that a script to be executed by a client of A domain is acquired from a server of A domain (steps S11, S21). , S31). However, it is possible for A domain clients to acquire and execute scripts from servers other than A domain. For example, in each of the above embodiments, a script acquired as B domain force result information can be executed by a client in the A domain.
[0068] く各実施形態に共通の実施例:応用実施形態の紹介〉 [0068] Examples common to each embodiment: Introduction of application embodiments>
[0069] 最後に、上記各実施形態を応用した情報提供システムの実施形態を紹介する。図 4は、この情報提供システムの構成を示すブロック図である。 [0069] Finally, embodiments of an information providing system to which the above embodiments are applied will be introduced. FIG. 4 is a block diagram showing the configuration of this information providing system.
[0070] 上述した第 1乃至第 3実施形態のいずれかが、ドメイン 3の HTTPクライアントと、ドメ イン 2のサーバとの間で実行されている。ここで、第 1乃至第 3実施形態に登場した A ドメインの HTTPクライアントに対応するのは、ドメイン 3のページ 3を開 ヽて 、る HTTP クライアントである。また、 Bドメインサーバに対応するのは、ドメイン 2のサーバである
[0071] この図 4に示す情報提供システムにおいて、ドメイン 3のページ 3にて実行中の Scrip tは、適時にドメイン 2サーバに対するリクエストを送信し、ドメイン 2サーバに置かれた 情報を結果情報として取得している。このリクエストと結果情報の取得は第 1乃至第 3 実施形態の動作により、適時に繰り返し行われている。 [0070] Any of the first to third embodiments described above is executed between the HTTP client of domain 3 and the server of domain 2. Here, the HTTP client that opens page 3 of domain 3 corresponds to the HTTP client of domain A that has appeared in the first to third embodiments. The domain 2 server corresponds to the B domain server. [0071] In the information providing system shown in FIG. 4, the script being executed on page 3 of domain 3 sends a request to domain 2 server in a timely manner, and the information placed on domain 2 server is used as result information. Have acquired. This acquisition of request and result information is repeatedly performed in a timely manner by the operation of the first to third embodiments.
[0072] 一方、別ドメインであるドメイン 1の HTTPクライアントにて開かれているページ 1は、 ドメイン 2サーバに情報を渡すためにドメイン 2のページ 2をポップアップし、このドメィ ン 2のページ 2を介してドメイン 2サーバに対し POST等によって情報を渡す。ドメイン 2 サーバは、ページ 2を介してページ 1から渡されたドメイン 1の情報を反映し、新たな 情報を記憶手段に生成または更新する。ドメイン 2サーバは、こうして生成または更新 した情報を、ドメイン 3のページ 3からのリクエストに対する結果情報としてドメイン 3の ページ 3に提供する。 [0072] On the other hand, page 1 opened in the HTTP client of domain 1 which is another domain pops up page 2 of domain 2 to pass information to the domain 2 server. Information to the domain 2 server via POST. The domain 2 server reflects the domain 1 information passed from page 1 via page 2 and creates or updates new information in the storage means. The domain 2 server provides the information thus generated or updated to page 3 of domain 3 as result information for the request from page 3 of domain 3.
[0073] これを具体例で説明すると、例えば、ドメイン 3のページ 3は、地図共有サイトをユー ザ Yに提供し、地図画像を表示している。ドメイン 2のサーバには、地図に旗を立てる ための座標データが用意されており、ユーザ Yは、この座標データに基づいて旗が 立てられた地図を閲覧して 、る。 [0073] To explain this with a specific example, for example, page 3 of domain 3 provides a map sharing site to user Y and displays a map image. The domain 2 server has coordinate data for raising a flag on the map, and user Y browses the map with the flag raised based on the coordinate data.
[0074] 一方、ドメイン 1のページ 1は、ドメイン 3とは異なる地図表示サイトをユーザ Xに提供 している。このドメイン 1の地図表示サイトでは、ユーザ Xが閲覧中の地図に旗を立て ることができる。ユーザ Xが閲覧中の地図に旗を立てると、その旗の座標は所定のタ イミングでドメイン 2のページ 2を介してドメイン 2サーバに送られる。ドメイン 2サーバ のシステムは、ユーザ Xが立てた旗の座標データをデータベースに更新する。 On the other hand, page 1 of domain 1 provides user X with a map display site different from domain 3. On this domain 1 map display site, user X can set a flag on the map being viewed. When User X raises a flag on the map being viewed, the coordinates of that flag are sent to the Domain 2 server via Domain 2 page 2 at a predetermined timing. The domain 2 server system updates the coordinate data of the flag set by user X to the database.
[0075] その後、ドメイン 3のページ 3から旗の座標データの更新が要求されると、その要求 に対する結果情報として現状の旗の座標データがページ 3の Scriptに送られ、ユーザ Yが閲覧している地図において、旗の表示が更新される。つまり、ドメイン 1でユーザ Xの立てた旗が、ドメイン 3でユーザ Yが閲覧している地図に現れる。 [0075] After that, when the update of flag coordinate data is requested from page 3 of domain 3, the current flag coordinate data is sent to the script of page 3 as result information for the request, and user Y browses it. The display of the flag is updated in the map. In other words, the flag set by user X in domain 1 appears on the map that user Y is browsing in domain 3.
[0076] 以上、種々の実施形態および実施例を紹介したが、本発明の適用は、これらに限 られるものではなぐ更に多様な形態を実現できるものである。 As described above, various embodiments and examples have been introduced, but the application of the present invention is not limited to these, and can realize various forms.
図面の簡単な説明 Brief Description of Drawings
[0077] [図 1]本発明の第 1実施形態の動作を示す流れ図である。
圆 2]本発明の第 2実施形態の動作を示す流れ図である。 FIG. 1 is a flowchart showing the operation of the first exemplary embodiment of the present invention. 圆 2] A flowchart showing the operation of the second embodiment of the present invention.
圆 3]本発明の第 3実施形態の動作を示す流れ図である。 圆 3] A flowchart showing the operation of the third embodiment of the present invention.
圆 4]第 1乃至第 3実施形態を応用した情報提供システムの説明図である。 符号の説明 [4] It is an explanatory diagram of an information providing system to which the first to third embodiments are applied. Explanation of symbols
S11〜S17 第 1実施形態の動作ステップ S11 to S17 Operation steps of the first embodiment
S21〜S27 第 2実施形態の動作ステップ S21 to S27 Operation steps of the second embodiment
S31〜S42 第 3実施形態の動作ステップ
S31 to S42 Operation steps of the third embodiment
Claims
[1] Aドメインの HTTPクライアントが、 Aドメイン又は Aドメイン以外の HTTPサーバから Sc riptを取得し実行するステップ、 [1] Step of HTTP client of A domain acquiring and executing Script from HTTP server other than A domain or A domain,
当該 Scriptが、引数を伴った Bドメインサーバ宛の GET文を生成し実行するステップ The script generates and executes a GET statement for the B domain server with arguments.
Bドメインサーバのシステムは、前記 GETを介して Aドメインの HTTPクライアントから 前記弓 I数を取得し、この引数を取扱う所定の GET対応処理を実行するステップ、 を含むことを特徴とした別ドメインの情報を取得する方法。 The system of the B domain server includes the step of acquiring the bow I number from the HTTP client of the A domain via the GET and executing a predetermined GET handling process for handling the argument. How to get information.
[2] 請求項 1記載の方法において、更に、 [2] The method of claim 1, further comprising:
前記 Bドメインサーバのシステムは、前記 GETに対する応答として、前記 GET対応処 理の結果情報を前記 Aドメインの HTTPクライアントに提供することを特徴とした別ドメ インの情報を取得する方法。 The B domain server system provides the information of another domain as a response to the GET, by providing the result information of the GET compatible processing to the HTTP client of the A domain.
[3] 前記結果情報が、 Scriptであることを特徴とした請求項 2記載の方法。 [3] The method according to [2], wherein the result information is Script.
[4] 前記結果情報が、スタイルシートであることを特徴とした請求項 2記載の方法。 4. The method according to claim 2, wherein the result information is a style sheet.
[5] 前記結果情報が、属性を伴うオブジェクトであることを特徴とした請求項 2記載の方 法。 [5] The method according to claim 2, wherein the result information is an object with an attribute.
[6] Aドメインの HTTPクライアント力 Aドメイン又は Aドメイン以外の HTTPサーバから Sc riptを取得し、当該 Scriptを実行するステップ、 [6] HTTP client power of A domain Step to acquire Script from A domain or HTTP server other than A domain and execute the script
前記 Scriptが、元情報を分解した情報片と、当該分解した各情報片を識別する情報 片識別子と、前記元情報の識別子とを少なくとも引数に含む Bドメインサーバ宛の GE T文を、前記情報片ごとに実行するステップ、 The Script includes an information fragment obtained by disassembling the original information, an information fragment identifier for identifying each disassembled information fragment, and a GET statement addressed to the B domain server including at least an identifier of the original information as an argument. The steps to be carried out piece by piece,
前記 Bドメインサーバのシステムが、前記 GET文の実行を介して取得した情報片と、 その情報片識別子と、その情報片の元情報の識別子とを関連付けて記憶手段に格 納するステップ、 The B domain server system stores the information piece acquired through execution of the GET statement, the information piece identifier, and the original information identifier of the information piece in association with each other in the storage means;
当該 Bドメインサーバのシステムは、前記記憶手段から前記元情報の識別子が対 応する情報片と各情報片識別子とを読み出し、当該情報片識別子に基づいて情報 片から前記元情報の一部又は全てを再構成するステップ、 The system of the B domain server reads the information piece corresponding to the identifier of the original information and each information piece identifier from the storage means, and part or all of the original information from the information piece based on the information piece identifier. Steps to reconfigure,
を含むことを特徴とした別ドメインの情報を取得する方法。
A method for acquiring information of another domain characterized by including:
[7] 請求項 6記載の方法において、更に、 [7] The method of claim 6, further comprising:
Bドメインサーバのシステムが、前記再構成した元情報を影響させた結果情報を生 成し、この結果情報を前記 GET文の要求に対する応答として前記 Aドメインの HTTP クライアントに提供するステップ、 The B domain server system generates result information that affects the reconfigured original information, and provides the result information to the HTTP client in the A domain as a response to the request for the GET statement.
前記 Aドメインの HTTPクライアントが、前記 GET文の要求に対応する応答として前 記 Bドメインサーバのシステムにおいて生成された結果情報を取得するステップ、 を含むことを特徴とした別ドメインの情報を取得する方法。 The HTTP client of the A domain acquires the result information generated in the system of the B domain server as a response corresponding to the request of the GET statement. Method.
[8] 前記結果情報が、 Scriptであることを特徴とした請求項 7記載の方法。 8. The method according to claim 7, wherein the result information is Script.
[9] 前記結果情報が、スタイルシートであることを特徴とした請求項 7記載の方法。 9. The method according to claim 7, wherein the result information is a style sheet.
[10] 前記結果情報が、属性を伴うオブジェクトであることを特徴とした請求項 7記載の方 法。 10. The method according to claim 7, wherein the result information is an object with attributes.
[11] 請求項 6記載の方法に用いるサーバシステムであって、 [11] A server system used in the method according to claim 6,
前記 GET文の実行を介して取得した情報片と、その情報片識別子と、その情報片 の元情報の識別子とを関連付けて記憶手段に格納するステップ、 Storing the information piece acquired through execution of the GET statement, its information piece identifier, and the identifier of the original information of the information piece in a storage means in association with each other;
前記記憶手段から前記元情報の識別子が対応する情報片と各情報片識別子とを 読み出し、当該情報片識別子に基づ!、て情報片から前記元情報を再構成するステ ップ、 A step of reading the information piece corresponding to the identifier of the original information and each information piece identifier from the storage means, and reconstructing the original information from the information piece based on the information piece identifier;
を実行するコンピュータを備えたことを特徴とするサーノ システム。 A sano system comprising a computer for executing
[12] 請求項 11記載のサーバシステムにおいて、更に、 [12] The server system according to claim 11, further comprising:
前記再構成した元情報を影響させた結果情報を生成し、この結果情報を前記 GET 文の要求に対する応答として前記 Aドメインの HTTPクライアントに提供するステップ、 を前記コンピュータが実行することを特徴としたサーバシステム。 The computer executes a step of generating result information that affects the reconstructed original information and providing the result information to the HTTP client in the A domain as a response to the request for the GET statement. Server system.
[13] 前記結果情報が、 Scriptであることを特徴とした請求項 12記載のサーバシステム。 13. The server system according to claim 12, wherein the result information is Script.
[14] 前記結果情報が、スタイルシートであることを特徴とした請求項 12記載のサーバシ ステム。 14. The server system according to claim 12, wherein the result information is a style sheet.
[15] 前記結果情報が、属性を伴うオブジェクトであることを特徴とした請求項 12記載の サーバシステム。 15. The server system according to claim 12, wherein the result information is an object with an attribute.
[16] 請求項 6記載の方法に用いるサーバ用プログラムであって、
前記 GET文の実行を介して取得した情報片と、その情報片識別子と、その情報片 の元情報の識別子とを関連付けて記憶手段に格納するステップ、 [16] A server program for use in the method according to claim 6, Storing the information piece acquired through execution of the GET statement, its information piece identifier, and the identifier of the original information of the information piece in a storage means in association with each other;
前記記憶手段から前記元情報の識別子が対応する情報片と各情報片識別子とを 読み出し、当該情報片識別子に基づ!、て情報片から前記元情報を再構成するステ ップ、 A step of reading the information piece corresponding to the identifier of the original information and each information piece identifier from the storage means, and reconstructing the original information from the information piece based on the information piece identifier;
をサーバシステムのコンピュータに実行させることを特徴としたサーバ用プログラム Server program characterized by causing a server system computer to execute
[17] 請求項 16記載のサーバ用プログラムにおいて、更に、 [17] The server program according to claim 16, further comprising:
前記再構成した元情報を影響させた結果情報を生成し、この結果情報を前記 GET 文の要求に対する応答として前記 Aドメインの HTTPクライアントに提供するステップ、 をサーバシステムのコンピュータに実行させることを特徴としたサーバ用プログラム Generating a result information in which the reconstructed original information is influenced, and providing the result information to the HTTP client in the A domain as a response to the request of the GET statement. Server program
[18] 前記結果情報が、 Scriptであることを特徴とした請求項 17記載のサーバ用プロダラ ム。 18. The server program according to claim 17, wherein the result information is Script.
[19] 前記結果情報が、スタイルシートであることを特徴とした請求項 17記載のサーバ用 プログラム。 19. The server program according to claim 17, wherein the result information is a style sheet.
[20] 前記結果情報が、属性を伴うオブジェクトであることを特徴とした請求項 17記載の サーバ用プログラム。 20. The server program according to claim 17, wherein the result information is an object with an attribute.
[21] Aドメインの HTTPクライアント力 Aドメイン又は Aドメイン以外の HTTPサーバから Sc riptを取得し実行するステップ、 [21] HTTP client power of A domain Step to acquire and execute Script from HTTP server other than A domain or A domain,
この Script力 Bドメインサーバに対し POST処理識別子を伴った POSTを実行するス テツプ、 Step to execute POST with POST processing identifier for this Script power B domain server,
Bドメインサーバのシステム力 前記 POSTに対応する POST対応処理を実行し、当 該 POST対応処理結果を前記 POSTに付加された POST処理識別子に関連付けて記 憶手段に格納するステップ、 B domain server system capability A step of executing POST compatible processing corresponding to the POST, and storing the POST compatible processing result in a storage means in association with the POST processing identifier added to the POST.
前記 Aドメインの HTTPクライアントが実行する Script力 前記 Bドメインサーバに対し 前記 GET処理識別子を伴った GETを実行するステップ、 Script power executed by the HTTP client of the A domain The step of executing a GET with the GET processing identifier for the B domain server,
Bドメインサーバのシステム力 前記 GETに対応する GET対応処理を実行し、当該
GET対応処理結果を前記 GETに付加された GET処理識別子に関連付けて記憶手 段に格納するステップ、 System power of B domain server Execute GET support processing corresponding to the GET Storing a GET-compatible processing result in a storage means in association with the GET processing identifier added to the GET;
Bドメインサーバのシステムは、前記 POST処理識別子と GET処理識別子とが対応 する POST対応処理結果および GET対応処理結果を記憶手段から読み出し、これら POST対応処理結果および GET対応処理結果を影響させた複合結果情報を生成す るステップ、 The B domain server system reads from the storage means the POST processing result and the GET processing result corresponding to the POST processing identifier and the GET processing identifier, and combines the POST processing result and the GET processing result. Generating information,
とを含むことを特徴とした別ドメインの情報を取得する方法。 The method of acquiring the information of another domain characterized by including these.
[22] 請求項 21記載の方法において、更に、 [22] The method of claim 21, further comprising:
前記 Bドメインサーバのシステムは、前記複合結果情報を前記 Aドメインの HTTPク ライアントに提供するステップを実行することを特徴とした別ドメインの情報を取得す る方法。 The B domain server system executes the step of providing the composite result information to the HTTP client of the A domain, and obtains information of another domain.
[23] 前記 GETに対する応答が、 Scriptであることを特徴とした請求項 22記載の方法。 23. The method according to claim 22, wherein the response to the GET is Script.
[24] 前記 GETに対する応答が、スタイルシートであることを特徴とした請求項 22記載の 方法。 24. The method according to claim 22, wherein the response to the GET is a style sheet.
[25] 前記 GETに対する応答が、属性を伴うオブジェクトであることを特徴とした請求項 22 記載の方法。 25. The method according to claim 22, wherein the response to the GET is an object with attributes.
[26] 請求項 21記載の方法に用いるサーバシステムであって、 [26] A server system used in the method according to claim 21,
前記 POSTに対応する POST対応処理を実行し、当該 POST対応処理結果を前記 P OSTに付加された POST処理識別子に関連付けて記憶手段に格納するステップ、 前記 GETに対応する GET対応処理を実行し、当該 GET対応処理結果を前記 GET に付加された GET処理識別子に関連付けて記憶手段に格納するステップ、 前記 POST処理識別子の対応する POST対応処理結果および GET対応処理結果を 記憶手段から読み出し、これら POST対応処理結果および GET対応処理結果を影響 させた複合結果情報を生成するステップ、 Executing a POST corresponding process corresponding to the POST, storing the POST corresponding process result in a storage means in association with the POST process identifier added to the POST, executing a GET corresponding process corresponding to the GET, Storing the GET correspondence processing result in the storage means in association with the GET processing identifier added to the GET, reading the POST correspondence processing result and the GET correspondence processing result corresponding to the POST processing identifier from the storage means, A step of generating composite result information in which the processing result and the GET compatible processing result are affected,
を実行するコンピュータを備えたことを特徴とするサーノ システム。 A sano system comprising a computer for executing
[27] 請求項 26記載のサーバシステムにおいて、更に、 [27] The server system according to claim 26, further comprising:
前記生成した複合結果情報を、前記 Aドメインの HTTPクライアントに提供するステ ップ、を前記コンピュータが実行することを特徴としたサーバシステム。
A server system, wherein the computer executes a step of providing the generated composite result information to an HTTP client of the A domain.
[28] 前記 GETに対する応答が、 Scriptであることを特徴とした請求項 27記載のサーバシ ステム。 28. The server system according to claim 27, wherein the response to the GET is Script.
[29] 前記 GETに対する応答が、スタイルシートであることを特徴とした請求項 27記載の サーバシステム。 29. The server system according to claim 27, wherein the response to the GET is a style sheet.
[30] 前記 GETに対する応答が、属性を伴うオブジェクトであることを特徴とした請求項 27 記載のサーバシステム。 30. The server system according to claim 27, wherein the response to the GET is an object with an attribute.
[31] 請求項 21記載の方法に用 、るサーバ用プログラムであって、 [31] A server program for use in the method according to claim 21,
前記 POSTに対応する POST対応処理を実行し、当該 POST対応処理結果を前記 P OSTに付加された POST処理識別子に関連付けて記憶手段に格納するステップ、 前記 GETに対応する GET対応処理を実行し、当該 GET対応処理結果を前記 GET に付加された GET処理識別子に関連付けて記憶手段に格納するステップ、 前記 POST処理識別子と GET処理識別子とが対応する POST対応処理結果および GET対応処理結果を記憶手段カゝら読み出し、これら POST対応処理結果および GET 対応処理結果を影響させた複合結果情報を生成するステップ、 Executing a POST corresponding process corresponding to the POST, storing the POST corresponding process result in a storage means in association with the POST process identifier added to the POST, executing a GET corresponding process corresponding to the GET, Storing the GET correspondence processing result in the storage means in association with the GET processing identifier added to the GET; storing the POST correspondence processing result and the GET correspondence processing result corresponding to the POST processing identifier and the GET processing identifier; The step of reading out and generating composite result information that affects these POST correspondence processing results and GET correspondence processing results,
をコンピュータに実行させることを特徴としたサーバ用プログラム。 A server program characterized by causing a computer to execute.
[32] 請求項 31記載のサーバ用プログラムにおいて、更に、 [32] The server program according to claim 31, further comprising:
前記生成した複合結果情報を、前記 Aドメインの HTTPクライアントに提供するステ ップ、を前記コンピュータに実行させることを特徴としたサーバ用プログラム。 A program for a server, which causes the computer to execute a step of providing the generated composite result information to an HTTP client of the A domain.
[33] 前記 GETに対する応答が、 Scriptであることを特徴とした請求項 31記載のサーバ用 プログラム。 33. The server program according to claim 31, wherein the response to the GET is Script.
[34] 前記 GETに対する応答が、スタイルシートであることを特徴とした請求項 31記載の サーバ用プログラム。 34. The server program according to claim 31, wherein the response to the GET is a style sheet.
[35] 前記 GETに対する応答が、属性を伴うオブジェクトであることを特徴とした請求項 31 記載のサーバ用プログラム。
35. The server program according to claim 31, wherein the response to the GET is an object with an attribute.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006-169433 | 2006-06-19 | ||
JP2006169433A JP4844253B2 (en) | 2006-06-19 | 2006-06-19 | Method for acquiring information of another domain, and server system and server program used in this method |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2007148688A1 true WO2007148688A1 (en) | 2007-12-27 |
Family
ID=38833430
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2007/062320 WO2007148688A1 (en) | 2006-06-19 | 2007-06-19 | Method for acquiring information on another domain, and server system and server program used for the method |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP4844253B2 (en) |
WO (1) | WO2007148688A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102096622A (en) * | 2010-12-21 | 2011-06-15 | 上海讯实网络科技有限公司 | Event driven-based method and system for timely acquiring process information in system |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2365443B1 (en) | 2008-11-11 | 2018-07-04 | International Business Machines Corporation | Data providing device, system, server device, program, and method |
TW201106251A (en) | 2009-04-24 | 2011-02-16 | Ibm | Editing apparatus, editing method and program |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002358257A (en) * | 2001-03-28 | 2002-12-13 | Minoru Ikeda | Information exchange system, information communication terminal, information exchange method, program and recording medium |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1113642A3 (en) * | 1999-12-16 | 2004-04-14 | Actv, Inc. | Enhanced video programming system and method using a local host for network communication |
-
2006
- 2006-06-19 JP JP2006169433A patent/JP4844253B2/en not_active Expired - Fee Related
-
2007
- 2007-06-19 WO PCT/JP2007/062320 patent/WO2007148688A1/en active Application Filing
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002358257A (en) * | 2001-03-28 | 2002-12-13 | Minoru Ikeda | Information exchange system, information communication terminal, information exchange method, program and recording medium |
Non-Patent Citations (2)
Title |
---|
LEVITT J.: "JSON and the Dynamic Script Tag: Easy, XML-Less Web Services for JavaScript", O'REILLY MEDIA, INCH, 2005, Retrieved from the Internet <URL:Http://www.xml.com/pub/a/2005/12/21/json-dynamic-script-tag.html> * |
NAKAGAWA K.: "Renka de Kaiteki na Web Chat o Tsukuru", NETWORK COMPUTING, vol. 10, no. 11, 1 November 1998 (1998-11-01), pages 7 - 16, XP003019311 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102096622A (en) * | 2010-12-21 | 2011-06-15 | 上海讯实网络科技有限公司 | Event driven-based method and system for timely acquiring process information in system |
Also Published As
Publication number | Publication date |
---|---|
JP2007334842A (en) | 2007-12-27 |
JP4844253B2 (en) | 2011-12-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20210389943A1 (en) | Resource processing using an intermediary for context-based customization of interaction deliverables | |
US8555200B2 (en) | Representing editable attributes of embedded content | |
US7293034B2 (en) | Dynamically customizing a user interface for the aggregation of content | |
US7356569B1 (en) | Apparatus and method for tracing the distribution of diversely sourced internet content | |
NZ566291A (en) | Methods and devices for post processing rendered web pages and handling requests of post processed web pages | |
WO2018107976A1 (en) | Advertisement placement method, plug-in, browser, computing device, and storage medium | |
JP2014525092A (en) | Methods for associating third-party content with online document signatures | |
CN101739442A (en) | System and method for displaying information | |
JP6116115B2 (en) | Image processing apparatus, control method therefor, and program | |
US10417317B2 (en) | Web page profiler | |
JP4788768B2 (en) | How to get long data with GET method | |
WO2007148688A1 (en) | Method for acquiring information on another domain, and server system and server program used for the method | |
US10417318B2 (en) | Treatment controller | |
JP2007219619A (en) | Information management program, device, and method | |
KR100732134B1 (en) | Table display switching method, text data conversion program, and tag program | |
JP5023531B2 (en) | Load simulator | |
US20140379790A1 (en) | Information processing apparatus, method and medium | |
JP4502763B2 (en) | Database usage system | |
JP7379019B2 (en) | Program, server and provision method | |
JP7351469B1 (en) | Web page providing system, web page providing method, and computer program | |
JP2005018436A (en) | Information providing system, information providing device, information providing method and information providing program | |
JP2008084195A (en) | Xml data creation/registration system and program | |
Freeman et al. | Using the Built-in Tag Helpers | |
TWM511643U (en) | A data centralized management system base on AJAX website | |
JP6393137B2 (en) | Form management system, management book service server, management book data update method, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 07767178 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 07767178 Country of ref document: EP Kind code of ref document: A1 |