CN111143828A - Safety control method and device for Web page and service - Google Patents

Safety control method and device for Web page and service Download PDF

Info

Publication number
CN111143828A
CN111143828A CN201911262894.0A CN201911262894A CN111143828A CN 111143828 A CN111143828 A CN 111143828A CN 201911262894 A CN201911262894 A CN 201911262894A CN 111143828 A CN111143828 A CN 111143828A
Authority
CN
China
Prior art keywords
page
access
service
web
nodejs
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
CN201911262894.0A
Other languages
Chinese (zh)
Inventor
刘建
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.)
Zhongying Youchuang Information Technology Co Ltd
Original Assignee
Zhongying Youchuang Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhongying Youchuang Information Technology Co Ltd filed Critical Zhongying Youchuang Information Technology Co Ltd
Priority to CN201911262894.0A priority Critical patent/CN111143828A/en
Publication of CN111143828A publication Critical patent/CN111143828A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Computer And Data Communications (AREA)
  • Storage Device Security (AREA)

Abstract

The invention provides a method and a device for controlling the safety of Web pages and services, wherein the device comprises the following steps: a Web access control container; and 2, providing io access through nodejs to process high concurrency of Web requests, and fusing koa network service request framework based on nodejs to control pages and service interfaces. The method specifically comprises the following steps: the session module uses a consistent session state in processing the session synchronization problem for the page and service interfaces. The access agent middleware controls the page access service interface request and return processing. The multiple exception handling middleware processes different exception conditions in the same way, and provides uniform return content for the handling of the front-end page. The parameter setting module is used for uniformly setting the parameters. The log generation module generates a page and service access log. The scheme effectively controls the resources of the front end and can be well combined with the back end service interface.

Description

Safety control method and device for Web page and service
Technical Field
The invention relates to the technical field of Web security control, in particular to a method and a device for security control of Web pages and services.
Background
With the development of the architecture of the Web system, the architecture with the front end and the back end separated is the most mainstream architecture at present, but the security problem can occur with the generation of a new architecture, before separation, the page resources of the front end are all deployed and access controlled under the Web service, that is, the two are unified, and the access control of the page, the interface, the resources and the like is the authority control and forwarding under the filter of the Web service; after the front end and the back end are separated, the main responsibility of the back end is at the service interface, and no unified control carrier exists for controlling page resources, http access and the like, so that the resources of the front end are effectively controlled through a unified and effective Web access control container, the front end can be well combined with the back end service interface, and the control of the safety access right is urgent.
Disclosure of Invention
The embodiment of the invention provides a method and a device for safely controlling Web pages and services, which solve the technical problem that a unified and effective Web access control container which effectively controls front-end resources and can be well combined with a back-end service interface does not exist in the prior art.
The embodiment of the invention provides a safety control method of a Web page and service, which comprises the following steps:
providing io access through nodejs to process high concurrency of Web requests, fusing koa network service request frameworks based on nodejs, and controlling pages and service interfaces based on nodejs and koa network service request frameworks based on nodejs.
The embodiment of the invention also provides a safety control device of the Web page and the service, which comprises: a Web access control container;
the Web access control container is used for: providing io access through nodejs to process high concurrency of Web requests, fusing koa network service request frameworks based on nodejs, and controlling pages and service interfaces based on nodejs and koa network service request frameworks based on nodejs.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the method.
In the embodiment of the invention, the IOs are provided through nodejs to access and process the high concurrency of Web requests, an koa network service request framework based on nodejs is fused, and the page and the service interface are controlled based on the nodejs and a koa network service request framework based on nodejs. The scheme effectively controls the resources at the front end and can be well combined with the back-end service interface to form a set of Web container with good performance and flexible safety control.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a block diagram of a structure of a Web access control container according to an embodiment of the present invention;
fig. 2 is an interaction diagram of a front-end page and a service interface of a Web access control container according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The technical noun explains:
js is a development platform for operating JavaScript on a server side, and essentially encapsulates a ChromeV8 engine. Js optimizes some special cases and provides alternative APIs, so that V8 performs better in a non-browser environment. Js is used for conveniently building network application with high response speed and easy expansion. Js uses an event-driven, non-blocking I/O model to be lightweight and efficient, and is well suited to running data-intensive real-time applications on distributed devices.
Koa is the next generation web development framework based on the node. Generator and asynchronous programming using the ES6 specification is a framework for more lightweight Web development, the innate advantage of Koa is generator.
session: and (5) conversation.
In the prior art, after the front end and the back end are separated, a container used by most of the frames during deployment is nginx, which is mainly used because the container has good concurrent access performance and supports rich http access control and configuration, such as cache, proxy and the like, but because the container is only used as a single container and does not have and support any capability of customizing aiming at the requirements of services or access control, when control logic needs to be customized, the control logic can only be controlled from a service code level, but in doing so, the service logic is code-coupled with the control logic unrelated to the services, and the code and configuration of the part of the container are the matters responsible for the container level.
Therefore, when the Web container processing is used, the access control of the interface and the access control of the page and the static resource are considered at the same time, at present, nginx is used, because nginx does not have the control capability and the security control capability with the weak front-end page, most of schemes use interface control as the final access control trigger point, so that the problem of partial security access can be shielded, such as the login token state, the interface request state and the like are uniform, but the scheme is not perfect, such as page rendering can still be triggered, an abnormal state is returned when the interface is called, the experience for a user is not good, and the interface request state and the page request rendering state are ensured to be consistent.
In addition, each type of security control, except for basic encapsulation use of some security access, also has security control for services, which should be decoupled from service codes and not coupled with access of service interfaces, and each type of access control and access log record should be processed hierarchically, and each layer is relatively independent, so that not only external decoupling but also clear internal request control flow should be ensured.
Based on this, the present invention provides a security control device for Web pages and services, as shown in fig. 1, the device includes a Web access control container;
the Web access control container is used for: providing io access through nodejs to process high concurrency of Web requests, fusing koa network service request frameworks based on nodejs, and controlling pages and service interfaces based on nodejs and koa network service request frameworks based on nodejs.
In the embodiment of the present invention, as shown in fig. 1, the Web access control container includes a session module 02;
the session module 02 is configured to: a consistent session state is used in dealing with the session synchronization problem of the page and service interfaces.
Specifically, in terms of processing the session synchronization problem of the page and the interface, a consistent session state is used, and since the lifecycle of the interface service side is controlled by using a token, the lifecycle is inconsistent with the session declaration cycle time of the web service container, and thus the lifecycle of the web container used in access control is unified, thereby avoiding the situation that the page can be opened but the interface cannot be accessed or the interface can return but jumps back to login when a new page is opened, and the session can be updated by each request (opening the new page, interface request) of the user.
The cookie is used in the container to achieve the purpose of session, the cookie also has higher safety and life cycle, before a user logs in, the user cannot access an internal page and an interface, the page is opened, whether the cookie corresponding to the session is provided or not is required to be checked or not is provided for login service, the life cycle of the cookie can be configured, the value is encrypted, the encrypted content is not falsifiable, namely httponny is set for control, the cookie cannot be taken effect even if the cookie is modified by a tool, only the container is used for control, the validity period of the cookie can be checked when the page is accessed every time, whether the validity period of the cookie needs to be prolonged or not is judged by calculating whether the current time and the expiration time exceed half of the set duration or not, and the cookie is not prolonged when the cookie is accessed every time, so that the access efficiency can be improved; the interface side will do the same to ensure the consistency of the interface state and page state access, as shown in fig. 2.
In the embodiment of the present invention, the Web access control container includes an access proxy middleware 04, and the access proxy middleware is mounted in the Web access control container;
the access proxy middleware is to: and controlling the page access service interface request and return processing.
Specifically, the agent requests to avoid the problem of cross-domain of the page access service interface, the problem of cross-domain is processed on nginx through proxy, the access agent middleware is mounted on the container access control middleware, the access request and return processing are controlled, the method is more flexible and stronger in customization than that of nginx, for example, under the condition that no session exists, the request interface returns to be in an unauthorized state, so that the access control is intercepted on the container side, and the access control code which is irrelevant to the service is not implanted on the interface side.
The proxy is a part of container middleware through an http-proxy module, and the part is an intermediate layer which needs to be passed through first when accessing an interface, control of accessing an interface request needs to be defined in the onProxyReq of the proxy module, whether the current request contains correct token and cookie or not is judged to ensure whether a user logs in to carry out the interface request later, if not, the user directly returns to the user 403 without permission to access, if the request passes the request verification, subsequent intermediate layer processing is carried out, such as whether parameters are legal or not, whether the return is abnormal or not and the like, so that a uniform return data format is returned to a page, and from the beginning to the end of one request, the request needs to be recorded in a log no matter whether the request is abnormal or not, wherein the log includes access ip, token, interface uri, parameters and the like, and is shown in fig. 2.
In the embodiment of the present invention, the Web access control container includes a plurality of exception handling middleware 06:
the exception handling middleware is set for each exception condition of the access page and the request service interface, is used for carrying out the same handling on different exception conditions, and provides uniform return content for the handling of the front-end page.
Specifically, by writing middleware suitable for the web service of the middleware, the abnormal conditions of the access page and the request interface are customized, such as the absence of page links, abnormal page rendering and abnormal interface return state, and each middleware can uniformly process different conditions, so that uniform return content is provided for the processing of the front-end page.
The exception handling middleware includes three pieces, namely, a page 404 access interception middleware, a page rendering 500 error middleware, and an interface access exception handling middleware, and is mainly used for intercepting an accessed error state and jumping to a corresponding error information prompt interface, as shown in fig. 2.
In the embodiment of the present invention, the Web access control container includes a parameter setting module 08;
the parameter setting module is used for: the method is used for uniformly setting parameters used in the control of the page and the service interface.
Specifically, unified parameter configuration in the container includes a session key for encrypting a cookie, a session timeout time or refresh interval, an access page or interface definition, an interface agent definition, and the like, and supports configuration parameter internal definitions and external environment variable overrides of different environments.
In the embodiment of the present invention, the Web access control container includes a log generation module 10;
the log generation module is configured to: based on the accesses to the pages and the accesses to the service interfaces, a page access log and a service access log are generated.
Specifically, as shown in fig. 2, for unified log recording, whether page access or interface access is performed, corresponding logs are required to be recorded, and different types of logs require corresponding log format definitions.
The log record mainly comprises two middleware, namely a page access log and a service access log, and is used for logging the states before and after the request, and the log record can record the access IP (Internet protocol) of the request interface, the access URI (Uniform resource identifier), the request parameter, the request duration and the like.
Based on the same inventive concept, the embodiment of the present invention further provides a security control method for a Web page and a service, as described in the following embodiments.
The safety control method of the Web page and the service is realized based on a Web access control container, and specifically comprises the following steps:
providing io access through nodejs to process high concurrency of Web requests, fusing koa network service request frameworks based on nodejs, and controlling pages and service interfaces based on nodejs and koa network service request frameworks based on nodejs.
In the embodiment of the invention, the control of the page and the service interface comprises the following steps:
a consistent session state is used in dealing with the session synchronization problem of the page and service interfaces.
In the embodiment of the invention, the control of the page and the service interface comprises the following steps:
and mounting the access agent middleware, and controlling the request and return processing of the page access service interface.
In the embodiment of the present invention, controlling the current page and the service interface includes:
and each exception handling middleware is used for carrying out the same treatment on different exception conditions and providing uniform return content for the processing of the front-end page.
In the embodiment of the invention, the control of the page and the service interface comprises the following steps:
the method is used for uniformly setting parameters used in the control of the page and the service interface.
In the embodiment of the invention, the control of the page and the service interface comprises the following steps:
based on the accesses to the pages and the accesses to the service interfaces, a page access log and a service access log are generated.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the method.
In summary, the security control apparatus (i.e. the Web access control container) and method for Web pages and services provided by the present invention have the following advantages:
1. comprehensive http security access control can support more security access controls customized according to service requirements.
2. More extensions are supported on the premise of fully covering the http access control configuration of Nignx, and the control on page resource access and interface service is more friendly and simpler.
3. And unified configuration, namely uniformly configuring all parameters used in the security access control.
4. The detailed and clear access log can backtrack the access condition.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes may be made to the embodiment of the present invention by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (14)

1. A safety control method for Web pages and services is characterized by comprising the following steps:
providing io access through nodejs to process high concurrency of Web requests, fusing koa network service request frameworks based on nodejs, and controlling pages and service interfaces based on nodejs and koa network service request frameworks based on nodejs.
2. The method for security control of Web pages and services according to claim 1, wherein controlling the page and service interfaces comprises:
a consistent session state is used in dealing with the session synchronization problem of the page and service interfaces.
3. The method for security control of Web pages and services according to claim 1, wherein controlling the page and service interfaces comprises:
and mounting the access agent middleware, and controlling the request and return processing of the page access service interface.
4. The method for security control of Web pages and services according to claim 1, wherein controlling the current page and service interface comprises:
and each exception handling middleware is used for carrying out the same treatment on different exception conditions and providing uniform return content for the processing of the front-end page.
5. The method for security control of Web pages and services according to claim 1, wherein controlling the page and service interfaces comprises:
the method is used for uniformly setting parameters used in the control of the page and the service interface.
6. The method for security control of Web pages and services according to claim 1, wherein controlling the page and service interfaces comprises:
based on the accesses to the pages and the accesses to the service interfaces, a page access log and a service access log are generated.
7. A security control device for Web pages and services, comprising: a Web access control container;
the Web access control container is used for: providing io access through nodejs to process high concurrency of Web requests, fusing koa network service request frameworks based on nodejs, and controlling pages and service interfaces based on nodejs and koa network service request frameworks based on nodejs.
8. The apparatus for security control of Web pages and services according to claim 7 wherein the Web access control container comprises a session module;
the session module is configured to: a consistent session state is used in dealing with the session synchronization problem of the page and service interfaces.
9. The apparatus for security control of Web pages and services according to claim 7, wherein said Web access control container comprises an access proxy middleware, said access proxy middleware being mounted in said Web access control container;
the access proxy middleware is to: and controlling the page access service interface request and return processing.
10. A Web page and service security control apparatus as claimed in claim 7, wherein the Web access control container comprises a plurality of exception handling middleware:
the exception handling middleware is set for each exception condition of the access page and the request service interface, is used for carrying out the same handling on different exception conditions, and provides uniform return content for the handling of the front-end page.
11. The apparatus for security control of Web pages and services according to claim 7 wherein said Web access control container includes a parameter setting module;
the parameter setting module is used for: the method is used for uniformly setting parameters used in the control of the page and the service interface.
12. The apparatus for security control of Web pages and services according to claim 7 wherein said Web access control container includes a log generation module;
the log generation module is configured to: based on the accesses to the pages and the accesses to the service interfaces, a page access log and a service access log are generated.
13. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 6 when executing the computer program.
14. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 6.
CN201911262894.0A 2019-12-11 2019-12-11 Safety control method and device for Web page and service Pending CN111143828A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911262894.0A CN111143828A (en) 2019-12-11 2019-12-11 Safety control method and device for Web page and service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911262894.0A CN111143828A (en) 2019-12-11 2019-12-11 Safety control method and device for Web page and service

Publications (1)

Publication Number Publication Date
CN111143828A true CN111143828A (en) 2020-05-12

Family

ID=70518011

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911262894.0A Pending CN111143828A (en) 2019-12-11 2019-12-11 Safety control method and device for Web page and service

Country Status (1)

Country Link
CN (1) CN111143828A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111814145A (en) * 2020-08-19 2020-10-23 深圳市富之富信息科技有限公司 Request verification method and device based on log acquisition and computer equipment
CN112416621A (en) * 2020-11-24 2021-02-26 武汉锂钠氪锶科技有限公司 Method and system for managing and controlling system resources based on Web technology
CN112486486A (en) * 2020-11-30 2021-03-12 上海悦易网络信息技术有限公司 Lottery drawing method and device based on static resources
CN113032355A (en) * 2021-04-06 2021-06-25 上海英方软件股份有限公司 Method and device for collecting logs in batches by Web application
CN113434228A (en) * 2021-06-21 2021-09-24 青岛海尔科技有限公司 Page request method and device, storage medium and electronic device
CN113760658A (en) * 2021-09-02 2021-12-07 山东派盟网络科技有限公司 Monitoring method, device and equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109684575A (en) * 2018-10-30 2019-04-26 平安科技(深圳)有限公司 Processing method and processing device, storage medium, the computer equipment of web data
CN109783562A (en) * 2019-01-17 2019-05-21 北京沃东天骏信息技术有限公司 A kind of method and device for business processing

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109684575A (en) * 2018-10-30 2019-04-26 平安科技(深圳)有限公司 Processing method and processing device, storage medium, the computer equipment of web data
CN109783562A (en) * 2019-01-17 2019-05-21 北京沃东天骏信息技术有限公司 A kind of method and device for business processing

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
佚名: "基于koa2的权限认证思路", 《HTTP://MSSN.MIDEA.COM/ASK/?/ARTICLE/189》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111814145A (en) * 2020-08-19 2020-10-23 深圳市富之富信息科技有限公司 Request verification method and device based on log acquisition and computer equipment
CN111814145B (en) * 2020-08-19 2024-04-26 深圳市富之富信息科技有限公司 Request verification method and device based on log acquisition and computer equipment
CN112416621A (en) * 2020-11-24 2021-02-26 武汉锂钠氪锶科技有限公司 Method and system for managing and controlling system resources based on Web technology
CN112486486A (en) * 2020-11-30 2021-03-12 上海悦易网络信息技术有限公司 Lottery drawing method and device based on static resources
CN112486486B (en) * 2020-11-30 2024-05-14 上海万物新生环保科技集团有限公司 Lottery drawing method and equipment based on static resources
CN113032355A (en) * 2021-04-06 2021-06-25 上海英方软件股份有限公司 Method and device for collecting logs in batches by Web application
CN113434228A (en) * 2021-06-21 2021-09-24 青岛海尔科技有限公司 Page request method and device, storage medium and electronic device
CN113760658A (en) * 2021-09-02 2021-12-07 山东派盟网络科技有限公司 Monitoring method, device and equipment

Similar Documents

Publication Publication Date Title
CN111143828A (en) Safety control method and device for Web page and service
US8261272B2 (en) Method and system for multithreaded request dispatching
JP6411698B2 (en) Custom communication channel for application deployment
US20180019985A1 (en) Distributed key/value store system using asynchronous messaging systems
Lombardi WebSocket: lightweight client-server communications
US8627442B2 (en) Hierarchical rule development and binding for web application server firewall
CN107315972B (en) A kind of big data unstructured document dynamic desensitization method and system
WO2017041649A1 (en) Application deployment method and device
CN110764871A (en) Cloud platform-based mimicry application packaging and control system and method
CN113746882A (en) User session information storage method and device and electronic equipment
CN113556359A (en) Communication protocol conversion method, device, system and gateway device
Bouchenak et al. From autonomic to self-self behaviors: The jade experience
Happe et al. Unikernels for Cloud Architectures: How Single Responsibility can Reduce Complexity, Thus Improving Enterprise Cloud Security.
Katzer Learning Serverless
CN106936643B (en) Equipment linkage method and terminal equipment
CN114422358A (en) API gateway configuration updating method and equipment
US20130031157A1 (en) Distributed system
Niclausse Tsung documentation
CN112738112B (en) Access method, device and medium for third-party component based on Ambari
Corona nginx
D'Amore Implementation of a serverless application
Santangelo Cloud-native Kubernetes application to efficiently and securely stream and collect real-time data
Cerrato et al. Moving applications from the host to the network: Experiences, challenges and findings
US20140259091A1 (en) Security-Aware Admission Control of Requests in a Distributed System
CN117149461A (en) Java-based distributed middleware system and implementation method

Legal Events

Date Code Title Description
PB01 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: 20200512

RJ01 Rejection of invention patent application after publication