WO2018126938A1 - 一种数据获取方法和装置 - Google Patents
一种数据获取方法和装置 Download PDFInfo
- Publication number
- WO2018126938A1 WO2018126938A1 PCT/CN2017/118452 CN2017118452W WO2018126938A1 WO 2018126938 A1 WO2018126938 A1 WO 2018126938A1 CN 2017118452 W CN2017118452 W CN 2017118452W WO 2018126938 A1 WO2018126938 A1 WO 2018126938A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- server
- web page
- page
- request
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
-
- 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]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/02—Topology update or discovery
- H04L45/04—Interdomain routing, e.g. hierarchical routing
-
- 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/133—Protocols for remote procedure calls [RPC]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/541—Client-server
Definitions
- the present disclosure relates to network technologies, and in particular, to a data acquisition method and apparatus.
- JSONP can be used, but JSONP only supports GET requests and does not support other types of HTTP requests such as POST.
- the scope of application is small and there are security risks.
- the method of modifying cross-domain files can also be used, but the method is only used. Very few browsers are supported and not flexible enough.
- the present disclosure provides a data acquisition method and apparatus to provide a simple and widely applicable cross-domain data acquisition method.
- a data acquisition method is provided, the method being applied to a mobile application, the mobile application comprising a web page and a page container for loading the web page, the page container being implemented by Native; the method comprising :
- a data acquisition system comprising: a mobile application and a server installed on a mobile device, the mobile application comprising a web page and a page container for loading the web page, the page container passing Native implementation, and the server provides data required for the web page presentation across domains;
- the mobile application is configured to: when detecting that the web page receives the data acquisition request, send, by the page container, a data request to a server that provides the data across domains;
- the server is configured to feed back the data to a page container of the mobile application, and the data is transferred by the page container to the web page for loading.
- a data acquisition apparatus is provided, the apparatus being applied to a mobile application, the mobile application comprising a webpage and a page container for loading the webpage, the page container being implemented by Native; the webpage
- the data request module is included, and the page container includes a call processing module:
- the data requesting module is configured to, when detecting that the web page receives the data obtaining request, send, by the invoking processing module of the page container, a data request to a server that provides the data across domains;
- the invoking processing module is configured to transmit the data to the data requesting module when receiving the data fed back by the server.
- the data acquisition method and apparatus of the present disclosure requests data from a server across domains by using a client interface provided by Native.
- the method does not have a cross-domain concept because the RPC data request sent by the Native to the server is not subject to the related cross-domain method. Restrictions, wider applicability, and simple implementation.
- FIG. 1 is a system architecture of a data acquisition method according to an embodiment of the present disclosure
- FIG. 2 is a flowchart of a data acquisition method according to an embodiment of the present disclosure
- FIG. 3 is a schematic structural diagram of a data acquiring apparatus according to an embodiment of the present disclosure.
- the hybrid application refers to the combination of the Web and the Native
- the hybrid application is the combination of the Native application and the Web application.
- the hybrid application can implement a UI (User Interface) container with web browsing function using the native system programming language (Native). All users can use HTML (Hyper Text Mark-up Language, Web pages developed by web languages such as hypertext markup language, JavaScript (Java script), CSS (Cascading Style Sheet). Therefore, in the present disclosure, it can be said that the hybrid application includes two parts, one is a web page, and the other is a page container for loading the web page, and the page container is implemented by Native.
- HTML Hyper Text Mark-up Language
- Web pages developed by web languages such as hypertext markup language, JavaScript (Java script), CSS (Cascading Style Sheet). Therefore, in the present disclosure, it can be said that the hybrid application includes two parts, one is a web page, and the other is a page container for loading the web page, and the page container is implemented by Native.
- Figure 1 illustrates the system environment in which the method is applied, and illustrates the process of cross-domain access in conjunction with the environment.
- the system may include: a mobile device 11, a server 12, and a gateway 13.
- the mobile device may be, for example, a smart phone, a PDA, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email transceiver, a game console, a tablet computer , wearable devices, or a combination of any of these devices, and the like.
- the mobile device can be the user's smartphone 11.
- the mobile application 12 installed on the smart phone 11 may include a web page 121 and a page container 122.
- the web page 121 may be a page developed by a webpage programming language
- the page container 122 may be implemented by a native. For example, you can embed a WebView component or other browser kernel component, you can load the page in this component, which is equivalent to the embedded browser.
- the system of FIG. 1 may further include a gateway 13 which will function as a message forwarding in the information transmission between the mobile application and the server 12 in the data acquisition method of the present example.
- FIG. 2 illustrates a flow of the mobile application in FIG. 1 acquiring data from a server across domains. As shown in FIG. 2, the process may include the following steps:
- step 201 the mobile application detects that the web page receives a data acquisition request.
- the web page code portion of the mobile application can be set during development to include a function that can detect whether the page receives a data acquisition request. When it is detected that the user performs a data acquisition trigger operation on the web page, it indicates that the data needs to be acquired.
- the data acquisition triggering operation may be when the user clicks on a button item in the page, or inputs a keyword, and clicks “search”, the mobile application needs to obtain data of the search result to be displayed on the page.
- the web page of the mobile application can invoke a native encapsulated client interface that invokes the native RPC interface.
- a page container in a mobile application may encapsulate a client interface that invokes an RPC (Remote Procedure Call Protocol) interface, as in step 201.
- RPC Remote Procedure Call Protocol
- the client interface may be invoked to trigger the execution of step 203.
- the web page when it invokes the client interface, it can pass some parameters required to request data to Native.
- the parameters may include interface address information and request parameter information.
- the interface address information may be information that is predetermined in advance with the server, and is used to indicate an address of the server where the data is located, and a name of the calling interface of the data at the server.
- the database storing the data takes the corresponding data, and the calling interface name may be before the cross-domain request data of the example, the server pre-declares the interface for externally calling the corresponding data.
- the server can know which data of the specific request according to the parameter, and then send the data to the client as required. For example, if the data to be acquired is the first five data in the data set corresponding to the interface address information, the request parameter information may include “5” indicating that the first five data are to be acquired.
- step 203 Native sends a data request to the gateway.
- the Native When the web page invokes the client interface provided by the above Native, the Native will be triggered to send an RPC data request to the server 12 to request the data provided by the server 12 across the domain.
- Native can send an RPC data request to the gateway 13, and through the RPC remote procedure call, the server service can be invoked like a local service.
- the usual implementation can include XML-RPC, JSON-RPC, and the like.
- the RPC data request is used to request cross-domain data provided by the server 12, which is data that the mobile application's web page needs to display.
- the RPC data request may carry interface address information and request parameter information.
- step 204 the gateway forwards the data request to the server.
- the gateway 13 can pre-fetch the interface, configuration, and release declared by the server 12, so that the gateway 13 can record the forwarding path required when receiving an invocation of an interface.
- the gateway may forward the request route to the server 12 according to the interface address information and the request parameter information in the request. For example, the gateway can record the forwarding path corresponding to the address of a certain server, and when receiving the server address for www.alipay.com, find the corresponding path forwarding.
- step 205 the server returns cross-domain data to the gateway.
- the server may obtain corresponding data according to the calling interface name in the request, complete the processing, and return the data to the gateway, so that the gateway can feed the data to the mobile application in the mobile device. .
- step 206 the gateway returns the data to Native.
- step 207 Native transmits the cross-domain data to a web page to load and display the data in the page.
- the RPC data request sent by the Native to the server is not characterized by cross-domain, and the Native encapsulates a client interface to the Web page, and the interface invokes the Native RPC interface, when the Web When the page receives the data acquisition trigger, the interface is invoked, and the Native can be triggered to send an RPC data request to the server to obtain data of different domains.
- the RPC request sent by the Native to the server does not have the concept of cross-domain, so the applicability is wider, and the development process of the strategy is simple and the compatibility is good;
- the server After the server publishes the interface, it can be accessed by the mobile page of multiple domains, and each domain can request data across domains according to the process shown in FIG. 2.
- the mobile device in which the mobile application for executing the data acquisition method is located may include one or more of the following components: processing component, memory, power component, multimedia component, audio component, input/output (I/ O) interfaces, sensor components, and communication components.
- Processing components typically control the overall operation of the mobile device, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
- the processing component can include one or more processors to execute instructions to perform all or part of the steps of the methods described above.
- a processing component can include one or more modules to facilitate interaction between components and other components.
- the processing component can include a multimedia module to facilitate interaction between the multimedia component and the processing component.
- the memory is configured to store various types of data to support operation at the mobile device. Examples of such data include instructions for any application or method operating on the device, contact data, phone book data, messages, pictures, videos, and the like.
- the data acquisition method in the present disclosure can be implemented when instructions in the memory are executed by the processor.
- the memory can be implemented by any type of volatile or non-volatile memory device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), and erasable programmable Read Only Memory (EPROM), Programmable Read Only Memory (PROM), Read Only Memory (ROM), Flash Memory, Disk or Optical Disk.
- SRAM static random access memory
- EEPROM electrically erasable programmable read only memory
- EPROM erasable programmable Read Only Memory
- PROM Programmable Read Only Memory
- ROM Read Only Memory
- Flash Memory Disk or Optical Disk.
- the mobile device may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor or other electronic component implementation for performing the above methods.
- ASICs application specific integrated circuits
- DSPs digital signal processors
- DSPDs digital signal processing devices
- PLDs programmable logic devices
- FPGA field programmable A gate array
- controller microcontroller, microprocessor or other electronic component implementation for performing the above methods.
- non-transitory computer readable storage medium comprising instructions, such as a memory comprising instructions executable by a processor of a mobile device to perform the data acquisition method of the present disclosure.
- the non-transitory computer readable storage medium may be a ROM, a random access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, and an optical data storage device.
- an example of the present disclosure further provides a data acquisition device, the device being applied to a mobile application, the mobile application comprising a web page and a page container for loading the web page,
- the page container is implemented by Native; the web page includes a data request module, and the page container includes a call processing module.
- the data requesting module 31 is configured to, when detecting that the web page receives the data obtaining request, send, by using the calling processing module of the page container, a data request to a server that provides the data across domains. ;
- the processing module 32 is configured to transmit the data to the data requesting module upon receiving the data fed back by the server.
- the data request carries: interface address information and request parameter information, where the interface address information is used to indicate an address of a server where the data is located, and a call interface name of the data at the server.
- the processing module 32 is specifically configured to encapsulate a client interface to the web page, and the client interface invokes an RPC interface of the page container;
- the data requesting module 31 is specifically configured to invoke the client interface to trigger the call processing module to send an RPC data request to the server through the RPC interface.
- the apparatus or module illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function.
- the above devices are described as being separately divided into various modules by function.
- the functions of the various modules may be implemented in one or more software and/or hardware in the practice of the present disclosure.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Information Transfer Between Computers (AREA)
- Telephonic Communication Services (AREA)
- Measurement Of Velocity Or Position Using Acoustic Or Ultrasonic Waves (AREA)
- Radar Systems Or Details Thereof (AREA)
Abstract
Description
Claims (10)
- 一种数据获取方法,其特征在于,所述方法应用于移动应用,所述移动应用包括Web页面和用于加载所述Web页面的页面容器,所述页面容器通过Native实现;所述方法包括:当检测到所述Web页面接收到数据获取请求时,通过所述页面容器向跨域提供所述数据的服务器发送数据请求;通过所述页面容器接收所述服务器反馈的数据,并将所述数据传输至所述Web页面加载。
- 根据权利要求1所述的方法,其特征在于,所述数据请求中携带:接口地址信息和请求参数信息,所述接口地址信息用于表示所述数据所在的服务器的地址、以及所述数据在服务器的调用接口名称。
- 根据权利要求1所述的方法,其特征在于,所述检测到所述Web页面接收到数据获取请求,包括:检测到用户在所述Web页面执行了数据获取触发操作。
- 根据权利要求1所述的方法,其特征在于,所述通过所述页面容器向跨域提供所述数据的服务器发送数据请求,包括:调用所述页面容器封装给所述Web页面的客户端接口,所述客户端接口调用了所述页面容器的RPC接口;通过所述页面容器的RPC接口向所述服务器发送RPC数据请求。
- 一种数据获取系统,其特征在于,所述系统包括:移动设备上安装的移动应用和服务器,所述移动应用包括Web页面和用于加载所述Web页面的页面容器,所述页面容器通过Native实现,且所述服务器跨域提供所述Web页面展示所需要的数据;所述移动应用,用于当检测到所述Web页面接收到数据获取请求时,通过所述页面容器向跨域提供所述数据的服务器发送数据请求;所述服务器,用于将所述数据反馈至所述移动应用的页面容器,并由所述 页面容器将所述数据传输至所述Web页面加载。
- 根据权利要求5所述的系统,其特征在于,所述系统还包括:网关;所述网关,用于接收所述移动应用通过页面容器的RPC接口发送的数据请求,并根据所述数据请求中携带的接口地址信息和请求参数信息,将所述数据请求转发至所述服务器;还用于将所述服务器反馈的数据转发至所述页面容器。
- 根据权利要求5所述的系统,其特征在于,所述移动应用,具体用于当检测到所述Web页面接收到数据获取请求时,由所述Web页面调用页面容器封装给所述Web页面的客户端接口,所述客户端接口调用了所述页面容器的RPC接口,以通过所述RPC接口,向所述服务器发送远程过程调用协议RPC数据请求。
- 一种数据获取装置,其特征在于,所述装置应用于移动应用,所述移动应用包括Web页面和用于加载所述Web页面的页面容器,所述页面容器通过Native实现;所述Web页面包括数据请求模块,所述页面容器包括调用处理模块;所述数据请求模块,用于当检测到所述Web页面接收到数据获取请求时,通过所述页面容器的所述调用处理模块向跨域提供所述数据的服务器发送数据请求;所述调用处理模块,用于在接收到所述服务器反馈的数据时,将所述数据传输至所述数据请求模块。
- 根据权利要求8所述的装置,其特征在于,所述数据请求中携带:接口地址信息和请求参数信息,所述接口地址信息用于表示所述数据所在的服务器的地址、以及所述数据在服务器的调用接口名称。
- 根据权利要求8所述的装置,其特征在于,所述调用处理模块,具体用于将客户端接口封装给所述Web页面,所述客户端接口调用了所述页面容器的RPC接口;所述数据请求模块,具体用于调用所述客户端接口,以触发所述调用处理模块通过所述RPC接口向所述服务器发送RPC数据请求。
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP17890593.1A EP3550788A4 (en) | 2017-01-09 | 2017-12-26 | DATA COLLECTION PROCESS AND DEVICE |
SG11201906183UA SG11201906183UA (en) | 2017-01-09 | 2017-12-26 | Data acquisition method and device |
JP2019537168A JP6898452B2 (ja) | 2017-01-09 | 2017-12-26 | データ取得方法およびデバイス |
KR1020197021508A KR102281401B1 (ko) | 2017-01-09 | 2017-12-26 | 데이터 획득 방법 및 디바이스 |
MYPI2019003826A MY190374A (en) | 2017-01-09 | 2017-12-26 | Data acquisition method and device |
US16/459,294 US20190327287A1 (en) | 2017-01-09 | 2019-07-01 | Data acquisition method and device |
PH12019501584A PH12019501584A1 (en) | 2017-01-09 | 2019-07-04 | Data acquisition method and device |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710013608.1 | 2017-01-09 | ||
CN201710013608.1A CN107070870B (zh) | 2017-01-09 | 2017-01-09 | 一种数据获取方法和装置 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/459,294 Continuation US20190327287A1 (en) | 2017-01-09 | 2019-07-01 | Data acquisition method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2018126938A1 true WO2018126938A1 (zh) | 2018-07-12 |
Family
ID=59623393
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2017/118452 WO2018126938A1 (zh) | 2017-01-09 | 2017-12-26 | 一种数据获取方法和装置 |
Country Status (10)
Country | Link |
---|---|
US (1) | US20190327287A1 (zh) |
EP (1) | EP3550788A4 (zh) |
JP (1) | JP6898452B2 (zh) |
KR (1) | KR102281401B1 (zh) |
CN (1) | CN107070870B (zh) |
MY (1) | MY190374A (zh) |
PH (1) | PH12019501584A1 (zh) |
SG (1) | SG11201906183UA (zh) |
TW (1) | TWI787213B (zh) |
WO (1) | WO2018126938A1 (zh) |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107070870B (zh) * | 2017-01-09 | 2020-04-14 | 阿里巴巴集团控股有限公司 | 一种数据获取方法和装置 |
CN107885502B (zh) * | 2017-11-10 | 2021-10-15 | 广州市千钧网络科技有限公司 | 接口处理方法、处理装置、接口管理方法和管理装置 |
CN108399223B (zh) * | 2018-02-12 | 2022-06-03 | 北京奇艺世纪科技有限公司 | 一种数据获取方法、装置及电子设备 |
CN109800374A (zh) * | 2018-12-13 | 2019-05-24 | 平安普惠企业管理有限公司 | 临时页面数据处理方法、装置、计算机设备及存储介质 |
CN110290104A (zh) * | 2019-05-09 | 2019-09-27 | 北京善义善美科技有限公司 | 应用中内嵌网页的安全通信方法及所述应用 |
CN110245156A (zh) * | 2019-05-29 | 2019-09-17 | 吉旗(成都)科技有限公司 | 缓存数据处理方法及装置 |
CN110336753B (zh) * | 2019-06-19 | 2021-10-22 | 腾讯科技(深圳)有限公司 | 一种跨网络区域的服务调用方法、装置、设备及存储介质 |
CN111124410A (zh) * | 2019-12-28 | 2020-05-08 | 北京浪潮数据技术有限公司 | 一种页面加载方法、装置、设备及可读存储介质 |
CN110943872A (zh) * | 2019-12-31 | 2020-03-31 | 上海擎感智能科技有限公司 | 数据采集服务配置/性能分析方法/系统、介质及服务器 |
CN111367581B (zh) * | 2020-02-28 | 2024-02-09 | 上海盛付通电子支付服务有限公司 | 一种用于提供寄宿程序的方法与设备 |
CN112153064B (zh) * | 2020-09-28 | 2022-11-22 | 上海缓存命中科技有限公司 | 应用商店及其使用方法 |
CN113779350A (zh) * | 2020-09-28 | 2021-12-10 | 北京沃东天骏信息技术有限公司 | 数据采集方法、装置、计算机系统和计算机可读存储介质 |
CN113132347B (zh) * | 2021-03-08 | 2022-11-15 | 微梦创科网络科技(中国)有限公司 | Rpc服务的配置方法、装置以及系统 |
CN113515767B (zh) * | 2021-08-02 | 2024-01-23 | 杭州粉象家科技有限公司 | 一种基于混合模式移动应用的接口请求管理方法及装置 |
CN115550333B (zh) * | 2022-12-02 | 2023-03-31 | 中国电子科技集团公司第十五研究所 | 基于Web的在多级多域环境中访问应用的系统及方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101615179A (zh) * | 2008-06-25 | 2009-12-30 | 国际商业机器公司 | 用于Web应用的跨域交互的方法和系统 |
CN105045887A (zh) * | 2015-07-24 | 2015-11-11 | 苏州工业园区迪锐信信息科技有限责任公司 | 混合模式跨域数据交互的系统及其方法 |
US20160070551A1 (en) * | 2014-09-09 | 2016-03-10 | Liveperson, Inc. | Dynamic code management |
CN107070870A (zh) * | 2017-01-09 | 2017-08-18 | 阿里巴巴集团控股有限公司 | 一种数据获取方法和装置 |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2518637A1 (en) * | 2005-12-22 | 2012-10-31 | Catalog.Com, Inc. | System and method for cross-domain social networking |
KR100759218B1 (ko) * | 2006-04-27 | 2007-09-17 | 아시아나아이디티 주식회사 | 개선된 rfid 미들웨어 엔진 시스템 및 구현방법 |
CN101662460B (zh) * | 2008-08-25 | 2015-07-15 | 阿里巴巴集团控股有限公司 | 一种跨域通讯的方法、系统和装置 |
US8930440B2 (en) * | 2010-06-29 | 2015-01-06 | International Business Machines Corporation | Systems and methods for enabling mobile mashups |
GB2494027B (en) * | 2011-08-25 | 2014-05-21 | Ibm | A computer-implemented method enabling a web application to call at least one native function of a mobile device |
US9450826B2 (en) * | 2012-02-22 | 2016-09-20 | Rooundarch Corporation | Device connectivity framework |
TW201348994A (zh) * | 2012-05-25 | 2013-12-01 | Acer Inc | 資料蒐集方法及裝置 |
CN103118137B (zh) * | 2013-03-01 | 2015-11-04 | 畅捷通信息技术股份有限公司 | 跨域访问页面装置和跨域访问页面方法 |
CN103297275B (zh) * | 2013-06-08 | 2016-08-17 | 烽火通信科技股份有限公司 | Web网管客户端模块动态发现与加载方法 |
US9407725B2 (en) * | 2013-06-14 | 2016-08-02 | Dell Products L.P. | Generic transcoding service for client-server communication |
CN104808971B (zh) * | 2014-01-24 | 2020-02-21 | 北京三星通信技术研究有限公司 | 网络应用程序管理器、方法、装置和移动终端 |
CN104301443B (zh) * | 2014-10-09 | 2018-06-12 | 百度在线网络技术(北京)有限公司 | 一种在web页面上调用端能力接口的方法和系统 |
CN105791295B (zh) * | 2016-03-04 | 2019-01-11 | 宁波工程学院 | 一种基于Node.js的应用服务器 |
CN106254420B (zh) * | 2016-07-18 | 2019-10-22 | 中国农业银行股份有限公司 | 一种跨域通讯方法及装置 |
-
2017
- 2017-01-09 CN CN201710013608.1A patent/CN107070870B/zh active Active
- 2017-11-15 TW TW106139466A patent/TWI787213B/zh active
- 2017-12-26 MY MYPI2019003826A patent/MY190374A/en unknown
- 2017-12-26 KR KR1020197021508A patent/KR102281401B1/ko active IP Right Grant
- 2017-12-26 SG SG11201906183UA patent/SG11201906183UA/en unknown
- 2017-12-26 EP EP17890593.1A patent/EP3550788A4/en not_active Ceased
- 2017-12-26 JP JP2019537168A patent/JP6898452B2/ja active Active
- 2017-12-26 WO PCT/CN2017/118452 patent/WO2018126938A1/zh unknown
-
2019
- 2019-07-01 US US16/459,294 patent/US20190327287A1/en not_active Abandoned
- 2019-07-04 PH PH12019501584A patent/PH12019501584A1/en unknown
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101615179A (zh) * | 2008-06-25 | 2009-12-30 | 国际商业机器公司 | 用于Web应用的跨域交互的方法和系统 |
US20160070551A1 (en) * | 2014-09-09 | 2016-03-10 | Liveperson, Inc. | Dynamic code management |
CN105045887A (zh) * | 2015-07-24 | 2015-11-11 | 苏州工业园区迪锐信信息科技有限责任公司 | 混合模式跨域数据交互的系统及其方法 |
CN107070870A (zh) * | 2017-01-09 | 2017-08-18 | 阿里巴巴集团控股有限公司 | 一种数据获取方法和装置 |
Non-Patent Citations (1)
Title |
---|
See also references of EP3550788A4 * |
Also Published As
Publication number | Publication date |
---|---|
EP3550788A4 (en) | 2019-11-20 |
CN107070870A (zh) | 2017-08-18 |
EP3550788A1 (en) | 2019-10-09 |
KR102281401B1 (ko) | 2021-07-26 |
TW201826153A (zh) | 2018-07-16 |
SG11201906183UA (en) | 2019-08-27 |
TWI787213B (zh) | 2022-12-21 |
JP6898452B2 (ja) | 2021-07-07 |
MY190374A (en) | 2022-04-18 |
PH12019501584A1 (en) | 2020-02-24 |
KR20190101405A (ko) | 2019-08-30 |
JP2020505681A (ja) | 2020-02-20 |
US20190327287A1 (en) | 2019-10-24 |
CN107070870B (zh) | 2020-04-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2018126938A1 (zh) | 一种数据获取方法和装置 | |
US20240168616A1 (en) | Information processing terminal and control method | |
US10990655B1 (en) | Methods, systems, and computer program products for web browsing | |
US10255255B2 (en) | Customization of mobile applications using web-based technology | |
US8650481B1 (en) | Stable and secure use of content scripts in browser extensions | |
US8332878B2 (en) | User scriptable server initiated user interface creation | |
US9552338B2 (en) | Mechanisms to compose, execute, save, and retrieve hyperlink pipelines in web browsers | |
US8819819B1 (en) | Method and system for automatically obtaining webpage content in the presence of javascript | |
KR101720071B1 (ko) | 온보드 하드웨어 기능들을 가진 웹페이지들 | |
US10339199B2 (en) | Methods, systems, and computer readable media for capturing and storing a web page screenshot | |
CN105245518B (zh) | 网址劫持的检测方法及装置 | |
CN106528657A (zh) | 浏览器跳转至应用程序的控制方法及装置 | |
US20140136937A1 (en) | Providing and procuring worksheet functions through an online marketplace | |
US20140245124A1 (en) | System and method thereof for browser agnostic extension models | |
WO2019119974A1 (zh) | 对象上传方法及装置 | |
AU2019100103A4 (en) | A system and method for delivering in-app content using mobile messaging | |
CN113626741A (zh) | 一种移动客户端网页加载的方法及设备 | |
US10599403B2 (en) | Methods, systems, and computer program products for web browsing | |
Yen et al. | AMDWAF: A context-aware web application framework |
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: 17890593 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 2019537168 Country of ref document: JP Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
ENP | Entry into the national phase |
Ref document number: 2017890593 Country of ref document: EP Effective date: 20190704 |
|
ENP | Entry into the national phase |
Ref document number: 20197021508 Country of ref document: KR Kind code of ref document: A |