CN103561040A - File downloading method and system - Google Patents
File downloading method and system Download PDFInfo
- Publication number
- CN103561040A CN103561040A CN201310574479.5A CN201310574479A CN103561040A CN 103561040 A CN103561040 A CN 103561040A CN 201310574479 A CN201310574479 A CN 201310574479A CN 103561040 A CN103561040 A CN 103561040A
- Authority
- CN
- China
- Prior art keywords
- download
- token
- file
- url
- request
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 17
- 238000011068 loading method Methods 0.000 claims 1
- 238000012795 verification Methods 0.000 abstract description 28
- 238000010586 diagram Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
本发明公开了一种文件下载方法及系统,该方法包括:通过HTTPS返回用户文件下载页面,文件下载页面包含文件的临时下载地址、下载代理和令牌TOKEN,下载代理用于截获由用户发起的临时下载地址请求,并基于TOKEN对临时下载地址中的时间戳和URL参数进行加密,获得校验值并添加到URL请求中,构造文件的实际下载地址;通过URL请求参数中的文件标识和时间戳获取TOKEN和比对时间戳,基于TOKEN加密生成校验值,和请求URL中的校验值比对,最终生成比对结果;根据比对结果提供具体的文件下载服务。该系统包括:下载代理生成模块、下载校验服务模块和下载数据服务模块。本发明即可防止文件下载地址被泄露,又保证了合法用户的下载。
The invention discloses a file download method and system. The method includes: returning the user file download page through HTTPS, the file download page includes a temporary download address of the file, a download agent and a token TOKEN, and the download agent is used to intercept the user-initiated Temporary download address request, encrypt the timestamp and URL parameters in the temporary download address based on TOKEN, obtain the verification value and add it to the URL request, and construct the actual download address of the file; through the file identification and time in the URL request parameters Get the TOKEN and the comparison timestamp, generate a verification value based on TOKEN encryption, compare it with the verification value in the request URL, and finally generate a comparison result; provide specific file download services based on the comparison result. The system includes: a download agent generation module, a download verification service module and a download data service module. The invention can prevent the file download address from being leaked, and guarantee the downloading of legal users.
Description
技术领域technical field
本发明涉及网络数据传输领域,尤其涉及一种文件下载方法及系统The present invention relates to the field of network data transmission, in particular to a file download method and system
背景技术Background technique
随着应用商城模式的发展,越来越多的应用商城开始出现。针对应用商城中的付费应用的保护就成为了一个重要的研究内容。With the development of the application store model, more and more application stores have begun to appear. The protection of paid applications in the application store has become an important research content.
目前,针对付费应用文件的下载,设计方法主要是通过在用户支付完成后,服务器端生成下载地址,引导客户端重新定向拿到下载地址进行下载。此种方式把下载地址直接呈现给用户,容易被第三方截获,损害开发者的利益。At present, for the download of paid application files, the design method is mainly to generate a download address on the server side after the user's payment is completed, and guide the client to redirect to obtain the download address for downloading. This method presents the download address directly to the user, which is easily intercepted by a third party and damages the interests of the developer.
发明内容Contents of the invention
本发明的目的在于提供一种可以防止文件下载地址被第三方截获的方法,以保护开发者利益。The purpose of the present invention is to provide a method that can prevent the file download address from being intercepted by a third party, so as to protect the interests of developers.
为了实现上述目的,一方面,本发明提供了一种文件下载方法,该方法包括以下步骤:In order to achieve the above object, on the one hand, the present invention provides a method for downloading files, the method comprising the following steps:
通过HTTPS向用户返回文件下载页面,所述文件下载页面包含文件的临时下载地址、下载代理和令牌TOKEN,所述下载代理用于截获用户发起的临时下载地址请求,并基于TOKEN对临时下载地址中的时间戳和URL参数进行加密,获得校验值并添加到URL请求中,构造文件的实际下载地址;Return the file download page to the user through HTTPS, the file download page includes the temporary download address of the file, the download agent and the token TOKEN, and the download agent is used to intercept the temporary download address request initiated by the user, and based on the TOKEN for the temporary download address Encrypt the timestamp and URL parameters in the file, obtain the verification value and add it to the URL request, and construct the actual download address of the file;
通过URL请求参数中的文件标识和时间戳获取TOKEN和比对时间戳,基于TOKEN加密生成校验值,和请求URL中的校验值比对,最终生成比对结果;Obtain the TOKEN and the comparison timestamp through the file ID and timestamp in the URL request parameter, generate a verification value based on TOKEN encryption, compare it with the verification value in the request URL, and finally generate the comparison result;
根据比对结果提供具体的文件下载服务,并通过会话标识控制下载任务请求。Provide specific file download services based on the comparison results, and control download task requests through session identifiers.
另一方面,本发明提供了一种文件下载系统,该系统包括:In another aspect, the present invention provides a file downloading system, the system comprising:
下载代理生成模块,通过HTTPS向用户返回文件下载页面,所述文件下载页面包含生成的文件临时下载地址、下载代理和令牌TOKEN,所述下载代理用于截获临时下载地址请求,并基于令牌TOKEN对临时下载地址中的时间戳和URL参数进行加密,获得校验值并添加到URL请求中,构造文件的实际下载地址;Download agent generation module, return file download page to user by HTTPS, described file download page includes the file temporary download address of generation, download agent and token TOKEN, and described download agent is used for intercepting temporary download address request, and based on token TOKEN encrypts the timestamp and URL parameters in the temporary download address, obtains the verification value and adds it to the URL request, and constructs the actual download address of the file;
下载校验服务模块,通过URL请求参数中的文件标识和时间戳获取TOKEN和比对时间戳,基于TOKEN加密生成校验值,和请求URL中的校验值比对,最终生成比对结果;Download the verification service module, obtain the TOKEN and the comparison time stamp through the file identifier and time stamp in the URL request parameter, generate a verification value based on TOKEN encryption, compare it with the verification value in the request URL, and finally generate the comparison result;
下载数据服务模块,用于根据所述下载校验服务模块比对结果提供具体的文件下载服务,并通过会话标识控制下载任务请求。The download data service module is used to provide a specific file download service according to the comparison result of the download verification service module, and control the download task request through the session identifier.
本发明的优点在于:通过HTTPS方式传递TOKEN和下载代理程序,防止文件下载地址被截获,同时,通过会话标识控制下载任务请求,保证了合法用户的下载。The invention has the advantages of transmitting TOKEN and download agent program through HTTPS to prevent file download addresses from being intercepted, and at the same time controlling download task requests through session identifiers to ensure downloading by legal users.
附图说明Description of drawings
图1为本发明实施例提供的一种应用商城的付费应用下载系统结构框图;FIG. 1 is a structural block diagram of a paid application downloading system in an application store provided by an embodiment of the present invention;
图2为本发明实施例提供的一种应用商城的付费应用下载方法流程图。FIG. 2 is a flowchart of a method for downloading paid applications in an application store provided by an embodiment of the present invention.
具体实施方式Detailed ways
下面通过附图和实施例,对本发明的技术方案做进一步的详细描述。The technical solutions of the present invention will be described in further detail below with reference to the accompanying drawings and embodiments.
图1为本发明实施例提供的一种应用商城的付费应用下载系统结构框图。如图1所示,该系统包括应用商城门户10、支付模块20、下载代理生成模块31、下载校验服务模块32和下载数据服务模块33。FIG. 1 is a structural block diagram of a system for downloading paid applications in an application store provided by an embodiment of the present invention. As shown in FIG. 1 , the system includes an
应用商城门户10提供用户进行应用信息的浏览和详情的查看,是应用下载的入口。The
支付模块20用于完成用户对付费应用的支付。The
下载代理生成模块31用于通过HTTPS向用户返回文件下载页面,文件下载页面包含生成的文件临时下载地址、下载代理和令牌TOKEN,下载代理用于截获临时下载地址请求,并基于令牌TOKEN对临时下载地址中的时间戳和URL参数进行加密,获得校验值并添加到URL请求中,构造文件的实际下载地址。The download
下载校验服务模块32用于通过URL请求参数中的文件标识和时间戳获取TOKEN和比对时间戳,基于TOKEN加密生成校验值,和请求URL中的校验值比对,最终生成比对结果。The download
具体地,下载校验服务模块32通过下载URL,获取URL中的请求参数,根据请求参数中的文件标识和时间戳,获取对应的TOKEN;根据TOKEN,对URL按照校验值生成规则生成校验值,并与URL中的校验值进行比对,若不一致,返回下载失败,否则,进入下一步骤;获取URL参数中的时间戳,判断时间是否超过预定的范围,若超过预定的范围则返回下载失败,否则,进入下一步骤;根据下载请求,为每一个通过验证的下载请求生成一个会话标识,标识此任务已有用户在下载。Specifically, the download
下载数据服务模块33用于根据下载校验服务模块32比对结果提供具体的文件下载服务,并通过会话标识控制下载任务请求。The download
具体地,下载数据服务模块33根据下载会话标识,控制一个TOKEN只能有一个下载任务同时在执行,当文件下载完成之后,清除会话标识和TOKEN。Specifically, the download
图2为本发明实施例提供的一种应用商城的付费应用下载方法流程图。如图2所示,该方法步骤如下:FIG. 2 is a flowchart of a method for downloading paid applications in an application store provided by an embodiment of the present invention. As shown in Figure 2, the method steps are as follows:
步骤1、用户登录应用商城门户,选择付费应用进行下载;Step 1. The user logs in to the application store portal and selects a paid application to download;
步骤2、用户通过HTTPS协议访问支付平台,并进行支付;Step 2. The user accesses the payment platform through the HTTPS protocol and makes payment;
步骤3、在支付完成之后,通过下载代理生成模块生成TOKEN、时间戳和下载代理,并把文件标识和时间戳与TOKEN作一对一的关联。同时返回下载页面,页面中包含下载代理和TOKEN,页面中对应的付费应用下载地址为临时下载地址。临时下载地址包括:自定义的协议描述和URL参数。URL参数包括时间戳、文件标识和其他相关参数;Step 3. After the payment is completed, generate TOKEN, time stamp and download agent through the download agent generation module, and make a one-to-one association between the file identification and time stamp and the TOKEN. At the same time, return to the download page, which contains the download agent and TOKEN, and the corresponding paid application download address on the page is a temporary download address. The temporary download address includes: user-defined protocol description and URL parameters. URL parameters include timestamps, file identifiers, and other relevant parameters;
步骤4、在下载页面加载完之后,启动下载代理。下载代理侦听所有的临时下载地址链接请求,并通过TOKEN对链接请求的参数进行加密生成校验值,添加到请求URL后面;Step 4. After the download page is loaded, start the download agent. The download agent listens to all temporary download address link requests, and encrypts the parameters of the link request through TOKEN to generate a verification value, which is added to the request URL;
步骤5、下载校验服务模块在接收到URL请求后,解析出URL请求参数中的文件标识、时间戳、校验值和其他参数;Step 5, after receiving the URL request, the download verification service module parses out the file identification, timestamp, verification value and other parameters in the URL request parameters;
步骤6、下载校验服务模块向下载代理生成模块发送文件标识和时间戳,获取TOKEN和比对时间戳。下载代理生成模块根据文件标识和时间戳与TOKEN的对应关系,查找到TOKEN,同时对比时间戳是否在预设的时间范围之内,把比对结果和TOKEN返回给下载校验服务模块;Step 6: The download verification service module sends the file identifier and time stamp to the download agent generation module, and obtains the TOKEN and compares the time stamp. The download agent generation module finds the TOKEN according to the corresponding relationship between the file identifier and the time stamp and the TOKEN, and compares whether the time stamp is within the preset time range, and returns the comparison result and the TOKEN to the download verification service module;
步骤7、下载校验服务模块获取时间戳比对结果,若不在时间范围之内,返回下载请求失败,否则,用获得的TOKEN对URL按照规则加密生成校验值,和请求URL中的校验值比对,若不一致,返回下载请求失败,否则对下载请求,生成会话标识;Step 7. The download verification service module obtains the timestamp comparison result. If it is not within the time range, the download request fails, otherwise, the obtained TOKEN is used to encrypt the URL according to the rules to generate a verification value, and the verification value in the request URL Value comparison, if inconsistent, return download request failure, otherwise, generate a session ID for the download request;
步骤8、下载数据服务模块通过会话标识控制下载任务请求,保证一个TOKEN只能有一个下载任务同时在执行。Step 8. The download data service module controls the download task request through the session identifier, so as to ensure that only one download task can be executed at the same time for one TOKEN.
本发明实施例通过HTTPS方式传递TOKEN和下载代理程序,防止下载地址被截获,同时,通过会话标识控制下载任务请求,保证了合法用户的下载。The embodiment of the present invention transmits the TOKEN and the download agent program through HTTPS to prevent the download address from being intercepted, and at the same time, controls the download task request through the session identifier to ensure the download of legal users.
需要说明的是,本发明实施例所述的付费应用下载方法不仅限于应用类文件,同样适用于互联网其他类型的文件。It should be noted that the method for downloading paid applications described in the embodiments of the present invention is not limited to application files, and is also applicable to other types of files on the Internet.
显而易见,在不偏离本发明的真实精神和范围的前提下,在此描述的本发明可以有许多变化。因此,所有对于本领域技术人员来说显而易见的改变,都应包括在本权利要求书所涵盖的范围之内。本发明所要求保护的范围仅由所述的权利要求书进行限定。It will be apparent that many changes may be made to the invention described herein without departing from the true spirit and scope of the invention. Therefore, all changes obvious to those skilled in the art shall be included within the scope covered by the claims. The claimed scope of the present invention is limited only by the claims set forth.
Claims (7)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201310574479.5A CN103561040A (en) | 2013-11-15 | 2013-11-15 | File downloading method and system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201310574479.5A CN103561040A (en) | 2013-11-15 | 2013-11-15 | File downloading method and system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN103561040A true CN103561040A (en) | 2014-02-05 |
Family
ID=50015190
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201310574479.5A Pending CN103561040A (en) | 2013-11-15 | 2013-11-15 | File downloading method and system |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN103561040A (en) |
Cited By (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104184804A (en) * | 2014-08-12 | 2014-12-03 | 北京京东尚科信息技术有限公司 | Cloud storage system and system and method for downloading/providing data from cloud storage system |
| CN104735086A (en) * | 2015-04-14 | 2015-06-24 | 广东欧珀移动通信有限公司 | A method and device for securely downloading files |
| WO2016202204A1 (en) * | 2015-06-16 | 2016-12-22 | 阿里巴巴集团控股有限公司 | Application download method and device |
| CN106453448A (en) * | 2015-08-06 | 2017-02-22 | 北京奇虎科技有限公司 | Method for downloading target file and device thereof |
| CN106487795A (en) * | 2016-10-31 | 2017-03-08 | 努比亚技术有限公司 | A kind of device and method of adnexa upload, server |
| CN107800819A (en) * | 2017-11-17 | 2018-03-13 | 深圳市泉眼网络科技有限公司 | A kind of generation method of file identification, device and server |
| CN108174244A (en) * | 2017-12-29 | 2018-06-15 | 深圳Tcl新技术有限公司 | File Mapping method, mapping server, TV and storage medium |
| CN108200452A (en) * | 2018-01-15 | 2018-06-22 | 网易(杭州)网络有限公司 | A kind of online play system of web video and its control method for preventing from downloading |
| CN110233882A (en) * | 2019-05-23 | 2019-09-13 | 广州视源电子科技股份有限公司 | Page resource access control method, device, system, storage medium and equipment |
| CN110266792A (en) * | 2019-06-18 | 2019-09-20 | 深圳前海微众银行股份有限公司 | Address conversion method, device, device and computer-readable storage medium |
| CN111212418A (en) * | 2019-12-31 | 2020-05-29 | 北京指掌易科技有限公司 | Device and method for safely downloading mobile terminal application |
| CN112202915A (en) * | 2020-10-13 | 2021-01-08 | 北京巨目智播科技有限公司 | Audio-visual play system based on thing networking cloud platform |
| CN113609425A (en) * | 2021-07-15 | 2021-11-05 | 西安四叶草信息技术有限公司 | Webpage data processing method and system |
| CN113779513A (en) * | 2021-09-15 | 2021-12-10 | 广州易方信息科技股份有限公司 | ZIP file identification insertion method and device, computer equipment and storage medium |
| CN115543934A (en) * | 2022-10-17 | 2022-12-30 | 安测半导体技术(义乌)有限公司 | Method and system for exporting chip test data document |
| CN118250273A (en) * | 2024-02-28 | 2024-06-25 | 同方知网数字出版技术股份有限公司 | File downloading method, device, equipment and medium based on multi-source data |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11265411A (en) * | 1997-10-31 | 1999-09-28 | Sun Microsyst Inc | Prepaid link to network server |
| CN1452074A (en) * | 2003-05-21 | 2003-10-29 | 无敌科技(西安)有限公司 | Charge software unload system and use method thereof |
| US20060259492A1 (en) * | 2005-05-12 | 2006-11-16 | Bitpass, Inc. | Methods of controlling access to network content referenced within structured documents |
| CN102055752A (en) * | 2009-10-29 | 2011-05-11 | 腾讯科技(深圳)有限公司 | Anti-leech method and terminal |
| CN102360480A (en) * | 2011-10-06 | 2012-02-22 | 吴东辉 | Method and system for linking on-line payment and recording links |
| CN102843270A (en) * | 2011-09-02 | 2012-12-26 | 哈尔滨安天科技股份有限公司 | Suspicious URL (uniform resource locator) detection method and device based on correlation of URL and local file |
-
2013
- 2013-11-15 CN CN201310574479.5A patent/CN103561040A/en active Pending
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11265411A (en) * | 1997-10-31 | 1999-09-28 | Sun Microsyst Inc | Prepaid link to network server |
| CN1452074A (en) * | 2003-05-21 | 2003-10-29 | 无敌科技(西安)有限公司 | Charge software unload system and use method thereof |
| US20060259492A1 (en) * | 2005-05-12 | 2006-11-16 | Bitpass, Inc. | Methods of controlling access to network content referenced within structured documents |
| CN102055752A (en) * | 2009-10-29 | 2011-05-11 | 腾讯科技(深圳)有限公司 | Anti-leech method and terminal |
| CN102843270A (en) * | 2011-09-02 | 2012-12-26 | 哈尔滨安天科技股份有限公司 | Suspicious URL (uniform resource locator) detection method and device based on correlation of URL and local file |
| CN102360480A (en) * | 2011-10-06 | 2012-02-22 | 吴东辉 | Method and system for linking on-line payment and recording links |
Cited By (24)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104184804B (en) * | 2014-08-12 | 2018-07-06 | 北京京东尚科信息技术有限公司 | Cloud storage system and its offer and the system and method from its downloading data |
| CN104184804A (en) * | 2014-08-12 | 2014-12-03 | 北京京东尚科信息技术有限公司 | Cloud storage system and system and method for downloading/providing data from cloud storage system |
| CN104735086A (en) * | 2015-04-14 | 2015-06-24 | 广东欧珀移动通信有限公司 | A method and device for securely downloading files |
| CN104735086B (en) * | 2015-04-14 | 2018-01-16 | 广东欧珀移动通信有限公司 | Method and device for safely downloading file |
| WO2016202204A1 (en) * | 2015-06-16 | 2016-12-22 | 阿里巴巴集团控股有限公司 | Application download method and device |
| KR102147026B1 (en) | 2015-06-16 | 2020-08-24 | 알리바바 그룹 홀딩 리미티드 | Application download method and device |
| US10693845B2 (en) | 2015-06-16 | 2020-06-23 | Alibaba Group Holding Limited | Enhancing security of application downloads |
| KR20180018673A (en) * | 2015-06-16 | 2018-02-21 | 알리바바 그룹 홀딩 리미티드 | Application Download Method and Device |
| CN106453448A (en) * | 2015-08-06 | 2017-02-22 | 北京奇虎科技有限公司 | Method for downloading target file and device thereof |
| CN106487795A (en) * | 2016-10-31 | 2017-03-08 | 努比亚技术有限公司 | A kind of device and method of adnexa upload, server |
| CN107800819A (en) * | 2017-11-17 | 2018-03-13 | 深圳市泉眼网络科技有限公司 | A kind of generation method of file identification, device and server |
| CN108174244A (en) * | 2017-12-29 | 2018-06-15 | 深圳Tcl新技术有限公司 | File Mapping method, mapping server, TV and storage medium |
| CN108200452A (en) * | 2018-01-15 | 2018-06-22 | 网易(杭州)网络有限公司 | A kind of online play system of web video and its control method for preventing from downloading |
| CN110233882A (en) * | 2019-05-23 | 2019-09-13 | 广州视源电子科技股份有限公司 | Page resource access control method, device, system, storage medium and equipment |
| CN110233882B (en) * | 2019-05-23 | 2022-01-11 | 广州视源电子科技股份有限公司 | Page resource access control method, device, system, storage medium and equipment |
| CN110266792A (en) * | 2019-06-18 | 2019-09-20 | 深圳前海微众银行股份有限公司 | Address conversion method, device, device and computer-readable storage medium |
| CN110266792B (en) * | 2019-06-18 | 2024-04-12 | 深圳前海微众银行股份有限公司 | Address translation method, address translation device, address translation equipment and computer-readable storage medium |
| CN111212418A (en) * | 2019-12-31 | 2020-05-29 | 北京指掌易科技有限公司 | Device and method for safely downloading mobile terminal application |
| CN112202915A (en) * | 2020-10-13 | 2021-01-08 | 北京巨目智播科技有限公司 | Audio-visual play system based on thing networking cloud platform |
| CN113609425A (en) * | 2021-07-15 | 2021-11-05 | 西安四叶草信息技术有限公司 | Webpage data processing method and system |
| CN113779513A (en) * | 2021-09-15 | 2021-12-10 | 广州易方信息科技股份有限公司 | ZIP file identification insertion method and device, computer equipment and storage medium |
| CN115543934A (en) * | 2022-10-17 | 2022-12-30 | 安测半导体技术(义乌)有限公司 | Method and system for exporting chip test data document |
| CN115543934B (en) * | 2022-10-17 | 2023-10-03 | 安测半导体技术(义乌)有限公司 | Method and system for exporting chip test data document |
| CN118250273A (en) * | 2024-02-28 | 2024-06-25 | 同方知网数字出版技术股份有限公司 | File downloading method, device, equipment and medium based on multi-source data |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN103561040A (en) | File downloading method and system | |
| CN104735066B (en) | A kind of single-point logging method of object web page application, device and system | |
| CN106209726B (en) | A mobile application single sign-on method and device | |
| US20160277194A1 (en) | Method for certifying android client application by local service unit | |
| US8949935B2 (en) | Secure account creation | |
| CN107046544B (en) | Method and device for identifying illegal access request to website | |
| KR101744747B1 (en) | Mobile terminal, terminal and method for authentication using security cookie | |
| CN106559405B (en) | Portal authentication method and equipment | |
| TW201916628A (en) | System, method and device for implementing secure access to an internal network | |
| CN105897668A (en) | Third party account authorization method, device, server and system | |
| CN103220259A (en) | Using method, call method, device and system of Oauth application programming interface (API) | |
| CN111224952B (en) | Network resource acquisition method, device and storage medium for directed traffic | |
| CN106572105A (en) | URL (Uniform Resource Locator) verification method and device | |
| CN104283903A (en) | Downloading method for files and device thereof | |
| CN103561115B (en) | Obtain the method for electronics code, open platform and system in real time | |
| US20140019957A1 (en) | Method, apparatus, and system for sharing software among terminals | |
| CN107888656A (en) | Service the call method and calling device of end interface | |
| CN108243188A (en) | A kind of interface access, interface calling and interface authentication processing method and device | |
| CN103530343B (en) | Structural data interactive system, data receiving terminal and structural data interactive method | |
| CN109495362B (en) | Access authentication method and device | |
| CN102946396B (en) | User agent's device, host web server and user authen method | |
| CN109992955A (en) | Detection and interception method, device, system, device and medium of illegal installation package | |
| CN115834101B (en) | A login control method, system, storage medium, and electronic device. | |
| CN112231674A (en) | A kind of URL address jump verification method, system and electronic device | |
| CN102194077B (en) | Application program copyright protection method and digital copyright protection system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20140205 |
|
| RJ01 | Rejection of invention patent application after publication |
