JP2014119815A - Web server and control method thereof and program - Google Patents

Web server and control method thereof and program Download PDF

Info

Publication number
JP2014119815A
JP2014119815A JP2012272605A JP2012272605A JP2014119815A JP 2014119815 A JP2014119815 A JP 2014119815A JP 2012272605 A JP2012272605 A JP 2012272605A JP 2012272605 A JP2012272605 A JP 2012272605A JP 2014119815 A JP2014119815 A JP 2014119815A
Authority
JP
Japan
Prior art keywords
request
response information
web page
web server
page
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.)
Pending
Application number
JP2012272605A
Other languages
Japanese (ja)
Inventor
Masatoshi Ishihara
理利 石原
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.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Canon MJ IT Group Holdings Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
Canon MJ IT Group Holdings Inc
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 Canon Marketing Japan Inc, Canon IT Solutions Inc, Canon MJ IT Group Holdings Inc filed Critical Canon Marketing Japan Inc
Priority to JP2012272605A priority Critical patent/JP2014119815A/en
Publication of JP2014119815A publication Critical patent/JP2014119815A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a mechanism for flexibly controlling a request by a Web page and suppressing an illegal input.SOLUTION: In a web server, response information is stored in a Web page to store and control the response information stored in the Web page, on the Web server. A request to the Web page is received from an information processing device to determine whether the received request is a request related to a partial post back. When it is determined that the request is a partial post back, transmission of a retrieval result in response to the request is performed without comparison of the response information. When it is determined that the request is a post back, response information for uniquely identifying a Web page included in the request is compared with the response information stored in the web server. When the response information is matched, processing corresponding to the request is performed.

Description

Webページの要求を制御するWebサーバとその制御方法およびプログラムに関する。   The present invention relates to a Web server that controls a request for a Web page, a control method thereof, and a program.

セッション情報を使用するWebアプリケーションにおいて、ユーザが右クリックメニューによりウィンドウを複製したり、ページの移動をしたりしないようにするためにログイン時に、クッションページを設け、JavaScript(登録商標)のOpenWindowによりWebアプリケーションが常に同じ名前をもつウィンドウで実行されるように制御する。
また、JavaScript(登録商標)により、ブラウザの標準ボタン・メニュー・右クリックメニュー等の表示も制限することが行われている。
In a Web application that uses session information, a cushion page is provided at the time of login in order to prevent the user from duplicating a window or moving a page by using a right-click menu, and Web is opened by OpenWindow of JavaScript (registered trademark) Controls that the application always runs in a window with the same name.
Further, the display of browser standard buttons, menus, right-click menus and the like is also restricted by JavaScript (registered trademark).

さらに、特許文献1に記載されているように、マークアップテキストにサーバの時刻を埋め込み、この時刻に基づいてブラウザからの2重入力を防ぐ仕組みが開示されている。   Furthermore, as described in Patent Document 1, a mechanism is disclosed in which the time of a server is embedded in markup text and double input from a browser is prevented based on this time.

特開2004−13353号公報JP 2004-13353 A

しかしながら、Webアプリケーションの技術の進歩に伴い、ブラウザで表示する画面において部分ポストバックが実現できるようになってきており、ブラウザからの入力においても、画面内でも繰り返し入力されて問題ない場合と、繰り返し入力が問題となる場合が存在する。例えば、データベースへの登録では複数の画面を立ち上げて、2重に登録されることは問題であるが、部分ポストバックによる検索はデータベースに影響を与えないために問題とならないという場合があった。そのため、柔軟な制御が求められていた。   However, with the advancement of Web application technology, partial postbacks can be realized on the screen displayed by the browser. When the input from the browser is repeated within the screen, there is no problem. May be a problem. For example, when registering in a database, it is problematic that a plurality of screens are launched and registered twice, but there is a case where a search by partial postback does not affect the database and does not cause a problem. Therefore, flexible control has been demanded.

そこで、本願発明の目的は、Webページによる要求に対する制御を柔軟に行い、不正な入力を抑止する仕組みを提供することである。   Accordingly, an object of the present invention is to provide a mechanism for flexibly performing control on a request from a Web page and suppressing unauthorized input.

本発明の目的を達成するために、Webページを一意に識別するためのレスポンス情報を含むWebページを表示する情報処理装置と通信可能なWebサーバであって、前記Webページにレスポンス情報を記憶し、当該WebサーバにWebページに記憶したレスポンス情報を記憶制御する記憶制御手段と、前記Webページに対する要求を前記情報処理装置から受信する要求受信手段と、前記要求受信手段で受信した要求が、部分ポストバックにかかる要求であるか否かを判定する要求判定手段と、前記要求判定手段により、要求が部分ポストバックであると判定された場合には、レスポンス情報の比較をすることなく要求に応じた検索結果の送信を実行し、要求がポストバックであると判定された場合には、要求に含まれるWebページを一意に識別するためのレスポンス情報と、当該Webサーバに記憶されているレスポンス情報を比較し、レスポンス情報が一致した場合には、要求に応じた処理を実行することを特徴とする。   In order to achieve the object of the present invention, a web server capable of communicating with an information processing apparatus that displays a web page including response information for uniquely identifying a web page, the response information being stored in the web page A storage control unit that stores and controls response information stored in the Web page in the Web server, a request reception unit that receives a request for the Web page from the information processing apparatus, and a request received by the request reception unit is a partial A request determination unit that determines whether or not the request is for a postback, and a search according to the request without comparing response information when the request determination unit determines that the request is a partial postback. If the result is sent and it is determined that the request is a postback, the Web page included in the request And response information for uniquely identifying, comparing the response information stored in the Web server, if the response information match, and executes processing according to the request.

本願発明によれば、Webページによる要求に対する制御を柔軟に行い、不正な入力を抑止することができる。   According to the present invention, it is possible to flexibly control a request from a Web page and suppress unauthorized input.

本実施形態におけるシステム構成図System configuration diagram in this embodiment クライアント端末、Webサーバのハードウェア構成図Hardware configuration diagram of client terminal and Web server ログインページにおける処理を説明するフローチャートFlowchart explaining processing on login page 入室者登録ページにおける処理を説明するフローチャートFlowchart explaining the process on the resident registration page 入室者登録ページまたは社員検索ページの処理を説明するフローチャートFlowchart explaining the process of the resident registration page or employee search page ログインページの一例を示す図Figure showing an example of the login page 入室者登録ページの一例を示す図A figure showing an example of a resident registration page 社員検索ページの一例を示す図Figure showing an example of the employee search page データテーブルを示す図Diagram showing data table 各種データの一例を示す図A figure showing an example of various data 各ページのページ情報の一例を示す図The figure which shows an example of the page information of each page

以下、本発明の実施の形態によるWebサーバである情報処理装置および、クライアント端末である情報処理装置を含む情報処理システムの一例について図面を参照して説明する。   Hereinafter, an example of an information processing system including an information processing apparatus that is a Web server and an information processing apparatus that is a client terminal according to an embodiment of the present invention will be described with reference to the drawings.

図1は、Webサーバである情報処理装置(以下、Webサーバ)および、クライアント端末である情報処理装置(以下、クライアント端末)を含む情報処理システムのシステム構成図である。
クライアント端末100とWebサーバ200がネットワーク(LAN又はWAN)を介して接続されている。
FIG. 1 is a system configuration diagram of an information processing system including an information processing apparatus (hereinafter referred to as a Web server) that is a Web server and an information processing apparatus (hereinafter referred to as a client terminal) that is a client terminal.
The client terminal 100 and the Web server 200 are connected via a network (LAN or WAN).

クライアント端末100は、ブラウザがインストールされ、ブラウザを介してWebサーバから得られた画面を表示することが可能となっている。また、Webサーバ200は、.NET Framework等を用いて開発されたWebアプリケーションが動作しており、クライアント端末100からの要求に応じて、処理を実行する。Webサーバ200は、データデータベース(以下、DB)を備えており、クライアント端末100からの要求に従って、DBからデータを呼び出したり、DBへデータを登録できる構成となっている。
以下、図2を用いて、図1に示したクライアント端末,Webサーバに適用可能な情報処理装置のハードウェア構成について説明する。
図2は、図1に示したクライアント端末,Webサーバに適用可能な情報処理装置のハードウェア構成を示すブロック図である。
The client terminal 100 is installed with a browser and can display a screen obtained from the Web server via the browser. In addition, the Web server 200 includes. A Web application developed using NET Framework or the like is operating, and executes processing in response to a request from the client terminal 100. The Web server 200 includes a data database (hereinafter referred to as DB), and is configured to call data from the DB or register data in the DB according to a request from the client terminal 100.
Hereinafter, the hardware configuration of the information processing apparatus applicable to the client terminal and the Web server illustrated in FIG. 1 will be described with reference to FIG.
FIG. 2 is a block diagram showing a hardware configuration of an information processing apparatus applicable to the client terminal and the Web server shown in FIG.

図2において、201はCPUで、システムバス204に接続される各デバイスやコントローラを統括的に制御する。また、ROM202あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。   In FIG. 2, reference numeral 201 denotes a CPU that comprehensively controls each device and controller connected to the system bus 204. Further, the ROM 202 or the external memory 211 is necessary to realize a BIOS (Basic Input / Output System) or an operating system program (hereinafter referred to as an OS), which is a control program of the CPU 201, or a function executed by each server or each PC. Various programs to be described later are stored.

203はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM202あるいは外部メモリ211からRAM203にロードして、該ロードしたプログラムを実行することで各種動作を実現するものである。   A RAM 203 functions as a main memory, work area, and the like for the CPU 201. The CPU 201 implements various operations by loading a program or the like necessary for execution of processing from the ROM 202 or the external memory 211 into the RAM 203 and executing the loaded program.

また、205は入力コントローラで、キーボード(KB)209や不図示のマウス等のポインティングデバイス等からの入力を制御する。206はビデオコントローラで、CRTディスプレイ(CRT)210等の表示器への表示を制御する。なお、図2では、CRT210と記載しているが、表示器はCRTだけでなく、液晶ディスプレイ等の他の表示器であってもよい。これらは必要に応じて管理者が使用するものである。   An input controller 205 controls input from a keyboard (KB) 209 or a pointing device such as a mouse (not shown). A video controller 206 controls display on a display device such as a CRT display (CRT) 210. In FIG. 2, although described as CRT 210, the display device is not limited to the CRT, but may be another display device such as a liquid crystal display. These are used by the administrator as needed.

207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶するハードディスク(HD)や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。   A memory controller 207 is connected to the hard disk (HD), flexible disk (FD), or PCMCIA card slot for storing a boot program, various applications, font data, user files, editing files, various data, etc. via an adapter. The access to the external memory 211 such as a compact flash (registered trademark) memory is controlled.

208は通信I/Fコントローラで、ネットワーク(例えば、図1に示したネットワーク)を介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。   A communication I / F controller 208 is connected to and communicates with an external device via a network (for example, the network shown in FIG. 1), and executes communication control processing in the network. For example, communication using TCP / IP is possible.

なお、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、CRT210上での表示を可能としている。また、CPU201は、CRT210上の不図示のマウスカーソル等でのユーザ指示を可能とする。   Note that the CPU 201 enables display on the CRT 210 by executing outline font rasterization processing on a display information area in the RAM 203, for example. In addition, the CPU 201 enables a user instruction with a mouse cursor (not shown) on the CRT 210.

本発明を実現するための後述する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、上記プログラムの実行時に用いられる定義ファイル及び各種情報テーブル等も、外部メモリ211に格納されており、これらについての詳細な説明も後述する。   Various programs to be described later for realizing the present invention are recorded in the external memory 211 and executed by the CPU 201 by being loaded into the RAM 203 as necessary. Furthermore, definition files and various information tables used when executing the program are also stored in the external memory 211, and a detailed description thereof will be described later.

次に、図3〜図5を用いて、本実施形態の詳細な処理について説明する。なお、各図における各ステップは、各装置のCPUが処理を実行するものとする。
まず図3を用いて、ログインページにおける処理について説明する。図4は、ログインページにおける処理を説明するフローチャートである。
Next, detailed processing of the present embodiment will be described with reference to FIGS. Each step in each figure is executed by the CPU of each device.
First, the processing on the login page will be described with reference to FIG. FIG. 4 is a flowchart for explaining processing in the login page.

ステップS301では、クライアント端末100が、ユーザの操作に応じて、ブラウザを起動する。ステップS302では、クライアント端末100が、ユーザの操作に応じて、ログインするWebアプリケーションを有するWebサーバ200に対応するURLの入力を受け付ける。   In step S301, the client terminal 100 starts a browser in response to a user operation. In step S302, the client terminal 100 accepts an input of a URL corresponding to the web server 200 having a web application to log in in response to a user operation.

ステップS303では、クライアント端末100が、入力されたURLに従って、Webサーバ200へアクセス要求を送信する。言い換えるとログインページ要求を送信する処理である。   In step S303, the client terminal 100 transmits an access request to the Web server 200 according to the input URL. In other words, it is a process of transmitting a login page request.

ステップS304では、Webサーバ200が、ログインページ要求を受信する。ステップS305では、ログインユーザ情報を入力するためのログインページをWebサーバ200の外部メモリから取得する。   In step S304, the Web server 200 receives a login page request. In step S <b> 305, a login page for inputting login user information is acquired from the external memory of the Web server 200.

ステップS306では、ユーザごとのクライアント端末100とWebサーバ間のセッション情報を生成する。図10の1001がセッション情報の一例を示す図である。このセッション情報はWebサーバ200で記憶、管理される。   In step S306, session information between the client terminal 100 and the Web server for each user is generated. 10 is a diagram illustrating an example of session information. This session information is stored and managed by the Web server 200.

ここではログイン情報はNULLとなり、レスポンス情報は、図11のページ情報に従って、ページ名に「ログイン」が記憶される。なお、ページ生成日時(ログインページ取得した日時)や生成番号(Webサーバで一意に生成された乱数)はNULLとするが、ページ生成日時や生成番号を記憶してもよい。なお、図10の1003がレスポンス情報の一例を示す図である。 Here, the login information is NULL, and the response information stores “login” in the page name according to the page information of FIG. Note that the page generation date / time (login page acquisition date / time) and the generation number (random number uniquely generated by the Web server) are NULL, but the page generation date / time and generation number may be stored. In addition, 1003 of FIG. 10 is a figure which shows an example of response information.

ステップS307では、Webサーバ200が、ステップS305で取得したログインページを要求のあったクライアント端末100へ送信する。ログインページを送信する際には、図11のページ情報に従って、ログインページが専用ウィンドウで表示するか、セッションを生成するか、ポストバック、部分ポストバックがされるか否かを判定する。ログインページのページプロパティには、図11の1101と1102に対応して専用ウィンドウ表示「Yes」とセッション生成可「No」が設定されている。また、レスポンス情報が設定されている。ログインページのページプロパティのレスポンス情報には、少なくともページ名が設定されている。   In step S307, the Web server 200 transmits the login page acquired in step S305 to the client terminal 100 that requested it. When transmitting the login page, it is determined whether the login page is displayed in a dedicated window, a session is generated, postback, or partial postback is performed according to the page information of FIG. In the page property of the login page, a dedicated window display “Yes” and a session generation possible “No” are set corresponding to 1101 and 1102 in FIG. Response information is set. At least the page name is set in the response information of the page property of the login page.

ステップS308では、クライアント端末100が、ログインページを受信する。ステップS309では、ブラウザを用いて、図6のログインページを表示する。   In step S308, the client terminal 100 receives the login page. In step S309, the login page of FIG. 6 is displayed using a browser.

ステップS310では、クライアント端末100が、ユーザの操作に応じて入力されたユーザ名としての社員コードとパスワードを含むログイン情報をWebサーバ200に送信する。   In step S <b> 310, the client terminal 100 transmits login information including an employee code and a password as a user name input according to a user operation to the Web server 200.

ステップS311では、ログイン情報を受信する。ステップS312では、受信したログイン情報の認証を行う。認証には認証サーバや認証テーブルでユーザを検索することで認証を行う。認証が成功されると、ステップS313では、Webサーバ200で管理しているセッション情報のログイン情報に社員コードとパスワードを記憶させる。
ステップS314では、クライアント端末100に次に送信するページを図11のページ情報から特定し、入室者登録ページを取得する。
In step S311, login information is received. In step S312, the received login information is authenticated. Authentication is performed by searching for a user on an authentication server or an authentication table. If the authentication is successful, in step S313, the employee code and password are stored in the login information of the session information managed by the Web server 200.
In step S314, the page to be transmitted next to the client terminal 100 is specified from the page information of FIG. 11, and the room occupant registration page is acquired.

ステップS315では、Webサーバ200で管理しているシステム日時を取得する。ステップS316では、乱数を生成して、生成番号を取得する。ステップS317では、図11のページ情報からページ名を取得する。   In step S315, the system date and time managed by the Web server 200 is acquired. In step S316, a random number is generated and a generation number is acquired. In step S317, the page name is acquired from the page information of FIG.

ステップS318では、ステップS315〜S317で取得した情報を入室者登録ページのページプロパティに記憶する。なお、ページプロパティのページ名は予め入室者登録ページに記憶されている構成であってもよい。   In step S318, the information acquired in steps S315 to S317 is stored in the page property of the room occupant registration page. Note that the page name of the page property may be stored in advance in the room occupant registration page.

ステップS319では、セッション情報のレスポンス情報を更新する。より詳細には、ステップS315〜S317で取得した情報を記憶する。ステップS320では、クライアント端末100に入室者登録ページを送信する。   In step S319, the response information of the session information is updated. More specifically, the information acquired in steps S315 to S317 is stored. In step S320, a room occupant registration page is transmitted to the client terminal 100.

次に図4を用いて、入室者登録ページにおける処理について説明する。図4は、入室者登録ページにおける処理を説明するフローチャートである。
ステップS401では、入室者登録ページを受信する。ステップS402では、ブラウザに図7の入室者登録ページを表示する。
Next, processing on the room occupant registration page will be described with reference to FIG. FIG. 4 is a flowchart for explaining processing in the room occupant registration page.
In step S401, the user registration page is received. In step S402, the user registration page shown in FIG. 7 is displayed on the browser.

ステップS403では、入室者登録ページに対しての操作アクションを判定する。操作された指示が部屋コードの入力であった場合にはステップS404へ処理を移し、操作された指示が入室者登録ページの全画面更新であった場合に、ステップS405へ処理を移し、社員検索ボタンが押下された場合には、ステップS406へ処理を移す。   In step S403, an operation action for the room occupant registration page is determined. If the operated instruction is an input of a room code, the process proceeds to step S404. If the operated instruction is a full screen update of the resident registration page, the process proceeds to step S405 to search for employees. If the button is pressed, the process proceeds to step S406.

ステップS404では、図7の700のように、701で部屋コードの入力を検知すると、入力された部屋コードと、入室者登録ページのページプロパティの情報を含む部分ポストバック要求をWebサーバ200へ送信する。
ステップS405では、入室者登録ページのページプロパティの情報を含む、ページ全体を更新するポストバック要求をWebサーバ200へ送信する。
In step S404, as shown in 700 of FIG. 7, when the input of the room code is detected in 701, a partial postback request including the input room code and page property information of the room occupant registration page is transmitted to the Web server 200. .
In step S405, a postback request for updating the entire page including the page property information of the room occupant registration page is transmitted to the Web server 200.

ステップS406では、社員検索ボタンが押され、次ページの社員検索ページを要求するポストバック要求を送信する。また図7の登録ブタンが押下された場合には、表示された部屋コードと社員情報、ページプロパティを含む登録のポストバック要求が送信される。   In step S406, the employee search button is pressed, and a postback request for requesting the employee search page of the next page is transmitted. When the registration button in FIG. 7 is pressed, a registration postback request including the displayed room code, employee information, and page properties is transmitted.

なお、部分ポストバックの場合には、ページプロパティ1002の部分ポストバックイベント中に値が記憶され、ポストバックの場合には、ページプロパティ1002のポストバックイベント中に値が記憶される。この部分ポストバックイベント中、ポストバックイベント中の値を参照することで、Webサーバは部分ポストバックに関する要求がされたのか、ポストバックの要求がされたのかを判定することが可能となる。   In the case of partial postback, a value is stored during the partial postback event of the page property 1002, and in the case of postback, a value is stored during the postback event of the page property 1002. By referring to the value in the postback event during this partial postback event, the Web server can determine whether a request for partial postback or a request for postback has been made.

ステップS404〜ステップS406の要求によって、図10のページプロパティ1002のポストバックイベント中、部分ポストバックイベント中のフラグが設定され、管理される。   In response to the requests in steps S404 to S406, a flag in the postback event and partial postback event of the page property 1002 in FIG. 10 is set and managed.

ステップS407では、クライアント端末100からの各種要求を受信する。受信した要求に従って要求のあったページの情報を図11のページ情報から取得する。ステップS404とステップS405の場合には、入室者登録ページの更新要求であるため、入室者登録ページのレコードのページ情報が取得される。また、ステップS406では、社員検索ボタンが押下されたため、次のページである社員検索ページのページ情報が取得される。なお、図7を参照してリスト出力ボタンが押下された場合には、入室者リストの要求を受信するため、図11の入室者リスト(PDF)のページ情報を取得する。   In step S407, various requests from the client terminal 100 are received. Information on the requested page is acquired from the page information of FIG. 11 according to the received request. In the case of step S404 and step S405, since it is a request for updating the room occupant registration page, the page information of the record of the room occupant registration page is acquired. In step S406, since the employee search button is pressed, the page information of the employee search page which is the next page is acquired. In addition, when the list output button is pressed with reference to FIG. 7, in order to receive the request for the room entry list, page information of the room entry list (PDF) in FIG. 11 is acquired.

また、登録要求の場合には、要求のあったページプロパティに対応するページ情報を取得して専用ウィンドウがYesかを判定し(ステップS410)、部分ポストバックかを判定し(ステップS413)、ステップS418に処理を移す。ここでフローチページ全体を更新するポストバック要求でなく登録をする要求である場合には、ステップS420に処理を移すものとする。また、語述するステップS420、ステップS421、ステップS422の処理を行い、レスポンス情報が一致した場合には、DBに部屋コードに対応して社員情報を登録する。登録された場合には、登録結果をクライアント端末100に送信する。
なお、レスポンス情報が一致しないと判定された場合には、不正なページからデータが登録される要求があったとして、ステップS411でエラーを送信する。
In the case of a registration request, page information corresponding to the requested page property is acquired to determine whether the dedicated window is Yes (step S410), whether it is a partial postback (step S413), and step S418. Move processing to. Here, if it is a request to register instead of a postback request to update the entire flow page, the process proceeds to step S420. In addition, the processing of steps S420, S421, and S422 to be described is performed, and when the response information matches, the employee information is registered in the DB corresponding to the room code. If registered, the registration result is transmitted to the client terminal 100.
If it is determined that the response information does not match, an error is transmitted in step S411, assuming that there is a request to register data from an unauthorized page.

ステップS408では、取得したページ情報の専用ウィンドウ表示がYesかNoかを判断する。Yesである場合には、専用ウィンドウで表示するページであると判定するため、ステップS410へ処理を移す。また、Noである場合には、専用ウィンドウで表示するページでないと判定するため、ステップS409へ処理を移す。本実施形態では、専用ウィンドウ表示がNoである場合は、入室者リスト(PDF)のページ情報であるため、ステップS409で、部屋コードに対応する社員を図9の901のデータから取得してPDF生成する。そして、PDFをクライアント端末100へ送信して、表示する。   In step S408, it is determined whether the dedicated window display of the acquired page information is Yes or No. If Yes, the process proceeds to step S410 to determine that the page is to be displayed in a dedicated window. On the other hand, in the case of No, in order to determine that the page is not displayed in the dedicated window, the process proceeds to step S409. In the present embodiment, when the dedicated window display is No, it is page information of the room occupant list (PDF). Therefore, in step S409, the employee corresponding to the room code is acquired from the data 901 in FIG. Generate. Then, the PDF is transmitted to the client terminal 100 and displayed.

ステップS410では、Webサーバ200で要求のあったユーザのセッション情報が管理されているか否かを判定する。セッションがあると判定された場合には、ステップS413へ処理を移す。セッションがないと判定された場合には、ステップS411へ処理を移す。   In step S410, it is determined whether or not the session information of the user requested by the Web server 200 is managed. If it is determined that there is a session, the process proceeds to step S413. If it is determined that there is no session, the process proceeds to step S411.

ステップS411では、セッションが管理されていないと判定されたためエラーをクライアント端末100へ送信する。またステップS412ではエラーを受信して、ブラウザ上にエラーを表示する。   In step S411, since it is determined that the session is not managed, an error is transmitted to the client terminal 100. In step S412, the error is received and the error is displayed on the browser.

ステップS413では、ステップS407で受信した要求が、部分ポストバックか否かを判定する。部分ポストバックであると判定された場合には、ステップS414に処理を移す。部分ポストバックでないと判定された場合には、ステップS418に処理を移す。   In step S413, it is determined whether the request received in step S407 is a partial postback. If it is determined that it is a partial postback, the process proceeds to step S414. If it is determined that it is not a partial postback, the process proceeds to step S418.

ステップS414では、入力された要求に応じて検索する。本実施形態では、入力された部屋コード「R1001」に従って、図9の902の部屋コードテーブルを検索する、検索した結果として「社内システムサーバルーム」を取得する。部分ポストバック要求の場合には、不正なアクセスによってDBを更新することがないため、レスポンス情報の判定せずに検索結果を返すことができる。これにより、Webサーバへの負荷を減らし、Webシステムにおける柔軟な制御をおこなうことができる。   In step S414, a search is performed according to the input request. In this embodiment, the room code table 902 in FIG. 9 is searched according to the input room code “R1001”, and “in-house system server room” is acquired as a search result. In the case of a partial postback request, since the DB is not updated due to unauthorized access, the search result can be returned without determining the response information. Thereby, it is possible to reduce the load on the Web server and perform flexible control in the Web system.

ステップS415では、検索結果を送信する。本実施形態では、「社内システムサーバルーム」を部分ポストバック要求に対する結果としてクライアント端末100に送信する。ステップS416では、検索結果を受信する。   In step S415, the search result is transmitted. In this embodiment, “in-house system server room” is transmitted to the client terminal 100 as a result of the partial postback request. In step S416, the search result is received.

ステップS417では、受信した検索結果を図7の710のように表示する。より詳細には、711についてのみ更新をして、「社内システムサーバルーム」を表示する。   In step S417, the received search result is displayed as 710 in FIG. More specifically, only “711” is updated and “in-house system server room” is displayed.

ステップS418では、ステップS407で受信した要求が、ページ全体を更新するポストバック要求か否かを判定する。ページ全体を更新するポストバック要求であると判定された場合には、ステップS420へ処理を移し、ページ全体を更新するポストバック要求でないと判定された場合には、ステップS419へ処理を移す。本実施形態では、ページ全体を更新するポストバック要求でないと判定される場合は、次のページである、社員検索ページのポストバック要求の場合である。ステップS419では、社員検索ページを取得する。   In step S418, it is determined whether the request received in step S407 is a postback request for updating the entire page. If it is determined that the request is a postback request for updating the entire page, the process proceeds to step S420. If it is determined that the request is not a postback request for updating the entire page, the process proceeds to step S419. In this embodiment, when it is determined that the request is not a postback request for updating the entire page, it is a case of a postback request for the employee search page, which is the next page. In step S419, an employee search page is acquired.

ステップS420では、Webサーバ200で管理しているレスポンス情報を取得する。ステップ422では、ステップS407で受信した要求に含まれるレスポンス情報を取得して一致するか否かを判定する。ステップS422でレスポンス情報が一致しないと判定された場合には、ステップS411へ処理を移し、エラー通知をクライアント端末100へ送信する。これにより、画面を2重起動して重複した入力があった場合など、レスポンス情報の一致を判定することで、Webサーバ200で管理していない画面からの要求を受け付けないことができ、不正なアクセスを抑止することが可能となる。また、ステップS422で、レスポンス情報が一致すると判定された場合には、正規の画面から要求であることがわかるので、ステップS423へ処理を移す。
ステップS423では、ページ全体を更新するポストバックの要求であるため、クライアント端末に表示されていた画面と同じ入室者登録ページを取得する。
In step S420, response information managed by the Web server 200 is acquired. In step 422, it is determined whether or not the response information included in the request received in step S407 is matched. If it is determined in step S422 that the response information does not match, the process proceeds to step S411, and an error notification is transmitted to the client terminal 100. This makes it possible to reject requests from screens that are not managed by the Web server 200 by determining whether the response information matches, such as when there are duplicate inputs when the screen is activated twice. Access can be suppressed. If it is determined in step S422 that the response information matches, the request is found from the regular screen, and the process proceeds to step S423.
In step S423, since it is a postback request for updating the entire page, the same room occupant registration page as the screen displayed on the client terminal is acquired.

次に図5を用いて、図4に続く処理について説明する。図5は、入室者登録ページまたは社員検索ページの処理を説明するフローチャートである。   Next, processing subsequent to FIG. 4 will be described with reference to FIG. FIG. 5 is a flowchart for explaining processing of the room occupant registration page or the employee search page.

ステップS501では、入室者登録ページまたは社員検索ページを送信するために、Webサーバ200で管理するシステム時間を参照して、ページ生成日時を取得する。またステップS502では生成番号としての乱数を取得する。また、図11のページ情報からページ名(入室者登録または社員検索)を取得する。   In step S501, the page generation date and time is acquired with reference to the system time managed by the Web server 200 in order to transmit the room occupant registration page or the employee search page. In step S502, a random number as a generation number is acquired. Also, the page name (registered person registration or employee search) is acquired from the page information of FIG.

ステップS504では、取得した入室者登録ページまたは社員検索ページのページプロパティのレスポンス情報を、ステップS501〜ステップS503で取得した情報に従って更新する。
なお、ページ名は各ページのページプロパティにあらかじめ記憶されている構成であってもよい。
ステップS505では、Webサーバ200のセッション情報のレスポンス情報を、ステップS501〜ステップS503で取得した情報で更新する。
ステップS506では、レスポンス情報が更新されたページ(入室者登録ページまたは社員検索ページ)をクライアント端末100へ送信する。
In step S504, the response information of the page property response of the acquired room resident registration page or employee search page is updated according to the information acquired in steps S501 to S503.
The page name may be stored in advance in the page property of each page.
In step S505, the response information of the session information of the Web server 200 is updated with the information acquired in steps S501 to S503.
In step S <b> 506, the page with updated response information (the user registration page or employee search page) is transmitted to the client terminal 100.

ステップS507では、Webサーバ200からページを受信する。そして、ステップS508では、受信したページを図7または図8のページをブラウザに表示する。なお、図8の800は、図7で社員検索ボタンが押下された場合に表示される社員検索ページの例である。社員検索ページでは、部署コードを入力すると、部分ポストバック要求がWebサーバ200に送信され、Webサーバ200は、図9の901から部署コード(不図示)に対応するユーザ名を取得して、部分ポストバックに対応する結果をクライアント端末100へ送信する。このとき、部分ポストバック要求であるため、レスポンス情報を比較することなく要求に応じた結果を送信する。この処理は、ステップS407〜S416で説明した処理と同様となる。   In step S507, a page is received from the Web server 200. In step S508, the received page is displayed on the browser as shown in FIG. 8 is an example of an employee search page displayed when the employee search button is pressed in FIG. In the employee search page, when a department code is input, a partial postback request is transmitted to the Web server 200. The Web server 200 acquires a user name corresponding to the department code (not shown) from 901 in FIG. The result corresponding to is transmitted to the client terminal 100. At this time, since it is a partial postback request, a result corresponding to the request is transmitted without comparing response information. This process is the same as the process described in steps S407 to S416.

ステップS509では、ブラウザの閉じるボタンまたは、表示したページで表示の終了の指示があったか否かを判定する。終了を示す指示があった場合には、表示を終了し、処理を終了する。また終了を示す指示でなく、他の操作指示があった場合には、指示に応じた要求をWebサーバ200へ送信する(ステップS510)。   In step S509, it is determined whether there is an instruction to end display on the browser close button or the displayed page. If there is an instruction indicating the end, the display is terminated and the process is terminated. If there is another operation instruction instead of an instruction indicating termination, a request corresponding to the instruction is transmitted to the Web server 200 (step S510).

たとえば、リスト出力ボタンが押下された場合には、次のページである入室者リストの要求が送信され、上述のステップS407へ処理を移す。そして、ステップS409で結果を送信する。   For example, when the list output button is pressed, a request for a list of occupants as the next page is transmitted, and the process proceeds to step S407 described above. In step S409, the result is transmitted.

以上、本実施形態によれば、Webページによる要求に対する制御を柔軟に行い、不正な入力を抑止することができる。   As described above, according to the present embodiment, it is possible to flexibly control a request from a Web page and suppress unauthorized input.

また、本実施形態の一態様として、Webページを一意に識別するためのレスポンス情報を含むWebページを表示するクライアント端末としていの情報処理装置と通信可能な前記Webサーバは、前記Webページにレスポンス情報を記憶し、当該WebサーバにWebページに記憶したレスポンス情報を記憶制御し、前記Webページに対する要求を前記情報処理装置から受信(要求受信)し、受信した要求が、部分ポストバックにかかる要求であるか否かを判定し、要求が部分ポストバックであると判定された場合には、レスポンス情報の比較をすることなく要求に応じた検索結果の送信を実行し、要求がポストバックであると判定された場合には、要求に含まれるWebページを一意に識別するためのレスポンス情報と、当該Webサーバに記憶されているレスポンス情報を比較し、レスポンス情報が一致した場合には、要求に応じた処理を実行(実行制御)することを特徴とする。   Further, as one aspect of the present embodiment, the Web server capable of communicating with an information processing apparatus as a client terminal that displays a Web page including response information for uniquely identifying the Web page responds to the Web page. Storing information, storing and controlling response information stored in the Web page in the Web server, receiving a request for the Web page from the information processing apparatus (request reception), and the received request is a request for partial postback If it is determined whether the request is a partial postback, the search result is transmitted according to the request without comparing the response information, and the request is determined to be a postback. Response information for uniquely identifying the Web page included in the request and the Web Comparing the response information stored in over server, if the response information match, and executes a process corresponding to the request (execution control).

また、レスポンス情報が一致しない場合には、前記情報処理装置にエラーの送信を実行することを特徴とする。また、受信した要求により決定されるWebページが、情報処理装置で別のウィンドウで表示するWebページか否かを判定し、別のウィンドウで表示するWebページと判定された場合に、レスポンス情報を比較することを特徴とする。   Further, if the response information does not match, an error is transmitted to the information processing apparatus. Further, it is determined whether or not the Web page determined by the received request is a Web page to be displayed in another window in the information processing apparatus, and when it is determined to be a Web page to be displayed in another window, response information is displayed. It is characterized by comparing.

また、受信した要求がデータの登録にかかる要求であり、レスポンス情報が一致した場合には、要求に含まれるデータを登録し、受信した要求がデータの登録にかかる要求であり、レスポンス情報が一致しない場合には、不正な要求としてエラーを要求のあった情報処理装置に送信することを特徴とする。さらに、レスポンス情報は日時情報を含み、日時情報を取得(日時情報取得)し、前記レスポンス情報に取得した日時情報を設定することを特徴とする。
なお、上述した各種データの構成及びその内容はこれに限定されるものではなく、用途や目的に応じて、様々な構成や内容で構成されることは言うまでもない。
If the received request is a request for data registration and the response information matches, the data included in the request is registered, and the received request is a request for data registration and the response information matches. If not, an error is transmitted as an illegal request to the requested information processing apparatus. Further, the response information includes date information, acquires date information (date information acquisition), and sets the acquired date information in the response information.
It should be noted that the configuration and contents of the various data described above are not limited to this, and it goes without saying that the various data and configurations are configured according to the application and purpose.

以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能であり、具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although one embodiment has been described above, the present invention can take an embodiment as, for example, a system, apparatus, method, program, or recording medium, and specifically includes a plurality of devices. The present invention may be applied to a system including a single device.

また、本発明におけるプログラムは、図3〜図5に示すフローチャートの処理方法をコンピュータが実行可能なプログラムであり、本発明の記憶媒体は図3〜図5の処理方法をコンピュータが実行可能なプログラムが記憶されている。なお、本発明におけるプログラムは図3〜図5の各装置の処理方法ごとのプログラムであってもよい。   The program according to the present invention is a program that allows a computer to execute the processing methods of the flowcharts shown in FIGS. 3 to 5, and the storage medium according to the present invention is a program that allows the computer to execute the processing method of FIGS. Is remembered. The program in the present invention may be a program for each processing method of each apparatus in FIGS.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, a recording medium that records a program that implements the functions of the above-described embodiments is supplied to a system or apparatus, and a computer (or CPU or MPU) of the system or apparatus stores the program stored in the recording medium. It goes without saying that the object of the present invention can also be achieved by executing the reading.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記憶した記録媒体は本発明を構成することになる。   In this case, the program itself read from the recording medium realizes the novel function of the present invention, and the recording medium storing the program constitutes the present invention.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD−ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM、シリコンディスク、ソリッドステートドライブ等を用いることができる。   As a recording medium for supplying the program, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD-ROM, magnetic tape, nonvolatile memory card, ROM, EEPROM, silicon A disk, solid state drive, or the like can be used.

また、コンピュータが読み出したプログラムを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) operating on the computer based on an instruction of the program is actually It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the processing and the processing is included.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program read from the recording medium is written to the memory provided in the function expansion board inserted into the computer or the function expansion unit connected to the computer, the function expansion board is based on the instructions of the program code. It goes without saying that the case where the CPU or the like provided in the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Further, the present invention may be applied to a system composed of a plurality of devices or an apparatus composed of a single device. Needless to say, the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or apparatus. In this case, by reading a recording medium storing a program for achieving the present invention into the system or apparatus, the system or apparatus can enjoy the effects of the present invention.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。
なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。
Furthermore, by downloading and reading a program for achieving the present invention from a server, database, etc. on a network using a communication program, the system or apparatus can enjoy the effects of the present invention.
In addition, all the structures which combined each embodiment mentioned above and its modification are also included in this invention.

100 クライアント端末
200 Webサーバ
201 CPU
202 ROM
203 RAM
100 Client terminal 200 Web server 201 CPU
202 ROM
203 RAM

Claims (7)

Webページを一意に識別するためのレスポンス情報を含むWebページを表示する情報処理装置と通信可能なWebサーバであって、
前記Webページにレスポンス情報を記憶し、当該WebサーバにWebページに記憶したレスポンス情報を記憶制御する記憶制御手段と、
前記Webページに対する要求を前記情報処理装置から受信する要求受信手段と、
前記要求受信手段で受信した要求が、部分ポストバックにかかる要求であるか否かを判定する要求判定手段と、
前記要求判定手段により、要求が部分ポストバックであると判定された場合には、レスポンス情報の比較をすることなく要求に応じた検索結果の送信を実行し、要求がポストバックであると判定された場合には、要求に含まれるWebページを一意に識別するためのレスポンス情報と、当該Webサーバに記憶されているレスポンス情報を比較し、レスポンス情報が一致した場合には、要求に応じた処理を実行する実行制御手段と
を備えることを特徴とするWebサーバ。
A web server capable of communicating with an information processing apparatus that displays a web page including response information for uniquely identifying a web page,
Storage control means for storing response information in the Web page and storing and controlling response information stored in the Web page in the Web server;
Request receiving means for receiving a request for the Web page from the information processing apparatus;
Request determination means for determining whether the request received by the request reception means is a request for partial postback; and
When the request determination unit determines that the request is a partial postback, the search result is transmitted according to the request without comparing response information, and the request is determined to be a postback. The response information for uniquely identifying the Web page included in the request is compared with the response information stored in the Web server, and if the response information matches, the process according to the request is executed. An execution control means for performing the processing.
前記実行制御手段は、レスポンス情報が一致しない場合には、前記情報処理装置にエラーの送信を実行することを特徴とする請求項1に記載のWebサーバ。   The Web server according to claim 1, wherein the execution control unit transmits an error to the information processing apparatus when the response information does not match. 前記要求受信手段で受信した要求により決定されるWebページが、情報処理装置で別のウィンドウで表示するWebページか否かを判定する表示判定手段を更に備え、
前記実行制御手段は、前記表示判定手段で、別のウィンドウで表示するWebページと判定された場合に、レスポンス情報を比較することを特徴とする請求項1又は2に記載のWebサーバ。
A display determination unit for determining whether the Web page determined by the request received by the request reception unit is a Web page to be displayed in another window in the information processing apparatus;
3. The Web server according to claim 1, wherein the execution control unit compares response information when the display determination unit determines that the Web page is displayed in another window. 4.
前記実行制御手段は、前記要求受信手段で受信した要求がデータの登録にかかる要求であり、レスポンス情報が一致した場合には、要求に含まれるデータを登録し、前記要求受信手段で受信した要求がデータの登録にかかる要求であり、レスポンス情報が一致しない場合には、不正な要求としてエラーを要求のあった情報処理装置に送信することを特徴とする請求項1乃至3のいずれか1項に記載のWebサーバ。   The execution control means is the request received by the request receiving means is a request for data registration, and if the response information matches, the request included in the request is registered and the request received by the request receiving means 4 is a request for data registration, and if the response information does not match, an error is transmitted to the information processing apparatus that requested the request as an illegal request. Web server as described in 2. 前記レスポンス情報は日時情報を含み、
日時情報を取得する日時情報取得手段と、
前記レスポンス情報に前記日時情報取得手段で取得した日時情報を設定することを特徴とする請求項1乃至5のいずれか1項に記載のWebサーバ。
The response information includes date and time information,
Date and time information acquisition means for acquiring date and time information;
6. The Web server according to claim 1, wherein the date and time information acquired by the date and time information acquiring unit is set in the response information.
Webページを一意に識別するためのレスポンス情報を含むWebページを表示する情報処理装置と通信可能なWebサーバにおける制御方法であって、
前記Webページにレスポンス情報を記憶し、当該WebサーバにWebページに記憶したレスポンス情報を記憶制御する記憶制御ステップと、
前記Webページに対する要求を前記情報処理装置から受信する要求受信ステップと、
前記要求受信ステップで受信した要求が、部分ポストバックにかかる要求であるか否かを判定する要求判定ステップと、
前記要求判定ステップにより、要求が部分ポストバックであると判定された場合には、レスポンス情報の比較をすることなく要求に応じた検索結果の送信を実行し、要求がポストバックであると判定された場合には、要求に含まれるWebページを一意に識別するためのレスポンス情報と、当該Webサーバに記憶されているレスポンス情報を比較し、レスポンス情報が一致した場合には、要求に応じた処理を実行する実行制御ステップと
を含むことを特徴とする制御方法。
A control method in a Web server capable of communicating with an information processing apparatus that displays a Web page including response information for uniquely identifying a Web page,
A storage control step of storing response information in the Web page and storing and controlling response information stored in the Web page in the Web server;
A request receiving step of receiving a request for the Web page from the information processing apparatus;
A request determination step for determining whether the request received in the request reception step is a request for partial postback; and
When the request determination step determines that the request is a partial postback, the search result is transmitted according to the request without comparing the response information, and the request is determined to be a postback. The response information for uniquely identifying the Web page included in the request is compared with the response information stored in the Web server, and if the response information matches, the process according to the request is executed. And an execution control step.
Webページを一意に識別するためのレスポンス情報を含むWebページを表示する情報処理装置と通信可能なWebサーバで実行するプログラムであって、
前記Webサーバを、
前記Webページにレスポンス情報を記憶し、当該WebサーバにWebページに記憶したレスポンス情報を記憶制御する記憶制御手段と、
前記Webページに対する要求を前記情報処理装置から受信する要求受信手段と、
前記要求受信手段で受信した要求が、部分ポストバックにかかる要求であるか否かを判定する要求判定手段と、
前記要求判定手段により、要求が部分ポストバックであると判定された場合には、レスポンス情報の比較をすることなく要求に応じた検索結果の送信を実行し、要求がポストバックであると判定された場合には、要求に含まれるWebページを一意に識別するためのレスポンス情報と、当該Webサーバに記憶されているレスポンス情報を比較し、レスポンス情報が一致した場合には、要求に応じた処理を実行する実行制御手段
として機能させることを特徴とするプログラム。
A program executed on a Web server that can communicate with an information processing apparatus that displays a Web page including response information for uniquely identifying a Web page,
The web server
Storage control means for storing response information in the Web page and storing and controlling response information stored in the Web page in the Web server;
Request receiving means for receiving a request for the Web page from the information processing apparatus;
Request determination means for determining whether the request received by the request reception means is a request for partial postback; and
When the request determination unit determines that the request is a partial postback, the search result is transmitted according to the request without comparing response information, and the request is determined to be a postback. The response information for uniquely identifying the Web page included in the request is compared with the response information stored in the Web server, and if the response information matches, the process according to the request is executed. A program characterized in that it functions as an execution control means.
JP2012272605A 2012-12-13 2012-12-13 Web server and control method thereof and program Pending JP2014119815A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012272605A JP2014119815A (en) 2012-12-13 2012-12-13 Web server and control method thereof and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012272605A JP2014119815A (en) 2012-12-13 2012-12-13 Web server and control method thereof and program

Publications (1)

Publication Number Publication Date
JP2014119815A true JP2014119815A (en) 2014-06-30

Family

ID=51174628

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012272605A Pending JP2014119815A (en) 2012-12-13 2012-12-13 Web server and control method thereof and program

Country Status (1)

Country Link
JP (1) JP2014119815A (en)

Similar Documents

Publication Publication Date Title
US10841342B2 (en) Data driven user interfaces for device management
US20180270246A1 (en) Information processing system, information processing apparatus, and information processing method
JP2016051329A (en) Content management apparatus and control method thereof
US8914865B2 (en) Data storage and access facilitating techniques
US10218505B1 (en) Server based settings for client software with asymmetric signing
US20190215380A1 (en) Data driven user interfaces for device management
JP2017102711A (en) Information processing apparatus, information processing system, control method therefor, and program
US11277410B2 (en) Systems and methods for integrating systems over untrusted networks
US10607001B2 (en) Web-based electronic document service apparatus capable of authenticating document editing and operating method thereof
JP2018092670A (en) Information processing apparatus, system, and program
US10282527B2 (en) Information processing apparatus, information processing method, program, storage medium, and password entry apparatus
US10303343B1 (en) Data driven user interfaces for device management
US10678895B2 (en) Data input method, and electronic device and system for implementing the data input method
JP5910589B2 (en) Authentication system, authentication device, authentication method, and program
JP2014089678A (en) Information processing unit, system, and information providing method
US10083044B2 (en) Electronic apparatus with a barcode scanning device and secure booting method thereof
WO2018130852A1 (en) Improved authentication
JP2018074429A (en) Information processing device, information processing method, and program
JP2014119815A (en) Web server and control method thereof and program
JP2015114853A (en) Information processing device, information processing method, and program
JP2017199314A (en) Information processing system, information processor, client terminal, control method thereof, and program
JP2009157804A (en) Printing-job management device, program, and printing system
JP2006134254A (en) Authentication information automatic input apparatus, method, and program
JP5835374B2 (en) Information processing apparatus, processing method thereof, and program
US11240229B2 (en) Systems and methods for integrating systems over untrusted networks

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20150410