CN114417222A - Page rendering authentication method, device and system, computer equipment and storage medium - Google Patents

Page rendering authentication method, device and system, computer equipment and storage medium Download PDF

Info

Publication number
CN114417222A
CN114417222A CN202210079421.2A CN202210079421A CN114417222A CN 114417222 A CN114417222 A CN 114417222A CN 202210079421 A CN202210079421 A CN 202210079421A CN 114417222 A CN114417222 A CN 114417222A
Authority
CN
China
Prior art keywords
authentication
page
rendering
information
authentication information
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
CN202210079421.2A
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.)
Shenzhen Gosling Network Technology Co ltd
Original Assignee
Shenzhen Gosling Network 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 Shenzhen Gosling Network Technology Co ltd filed Critical Shenzhen Gosling Network Technology Co ltd
Priority to CN202210079421.2A priority Critical patent/CN114417222A/en
Publication of CN114417222A publication Critical patent/CN114417222A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions

Abstract

The invention relates to the technical field of computer communication, in particular to a page rendering authentication method, a device and a system, computer equipment and a storage medium, which are applied to a server, wherein the method comprises the following steps: the server side receives the page request, follows the request route, calls the service processing logic code to perform service processing, generates service logic data and renders the service logic data; acquiring authentication information preset in a background system, and attaching the authentication information to the route entry information in the rendered result to obtain HTML page data of which the route entry information carries the authentication information; and returning HTML page data carrying authentication information and a document style carrying a general authentication control style to the client side. The method provided by the invention solves the problems that the authentication filtering is complex in research and development and is not beneficial to the synchronization of software function iteration and authentication project updating, and improves the research and development efficiency and quality of the authentication function in the SSR software product.

Description

Page rendering authentication method, device and system, computer equipment and storage medium
Technical Field
The present invention relates to the field of computer communications technologies, and in particular, to a method, an apparatus, a system, a computer device, and a storage medium for page rendering authentication.
Background
In an internet SSR (Server-Side Rendering), a model product is often required to implement a control of a related authority used by a management end for a client function. Generally, this right control is embodied in two parts: 1. a user accesses the relevant service resources of the server through the URL and needs to perform authentication verification; 2. and (4) performing visual effect processing such as hiding, prompting and the like on function entries (such as buttons, links, forms and the like) which are not accessed by permission in the user interface.
At present, in order to implement the visual effect of authentication filtering on the user interface in the research and development model product, a server template is generally adopted to perform corresponding authority code control on each function button and link. In this way, the work of later stage research and development personnel is influenced by the implementation of the related research and development of the authority control function, the later stage research and development personnel need to comprehensively understand all the function authentication control items of the system, and the normal operation of a software interface can be ensured only by realizing the part of coding work in a specific function entry. In addition, the authentication item may need maintenance operations such as adding, updating, deleting and the like in later-stage function development iteration, and at this time, later-stage development personnel need to completely know the authority item of the partial change, so as to ensure that the newly added page in the later stage correctly introduces the partial authentication code, and also need to perform maintenance and update operations on the existing software result page.
Therefore, the conventional server rendering technology has high requirements on the work of visual interface research personnel in realizing the authority control of the page, causes great research and development resource waste and influences the long-term research and development iteration quality of software research and development.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a page rendering authentication method, apparatus, system, computer device and storage medium.
The embodiment of the invention is realized in such a way that a page rendering authentication method is applied to a server side, and the page rendering authentication method comprises the following steps:
the server side receives the page request, follows the request route, calls the service processing logic code to perform service processing, generates service logic data and renders the service logic data;
meanwhile, the server side acquires authentication information preset in a background system, and attaches the authentication information to the route entry information in the rendered result to obtain HTML page data of which the route entry information carries the authentication information;
and returning HTML page data carrying authentication information and a document style carrying a general authentication control style to the client side.
In one embodiment, the present invention provides a page rendering authentication method, applied to a server, where the page rendering authentication method includes the following steps:
sending a page request to a server;
receiving HTML page data carrying authentication information and a document style carrying authentication style control returned by the server aiming at the page request;
rendering the authentication completion page according to HTML page data carrying authentication information and a document style carrying a general authentication control style of the routing entry information.
In one embodiment, the present invention provides a page rendering authentication apparatus, applied to a server, where the page rendering authentication apparatus includes:
the service logic rendering module is used for receiving the page request, the server follows the request route, calls a service processing logic code to perform service processing, generates service logic data and renders the service logic data;
the authentication information rendering module is used for acquiring authentication information preset in a background system, and attaching the authentication information to the route entry information in the rendering result to obtain HTML page data of which the route entry information carries the authentication information;
and the return module is used for returning HTML page data carrying the authentication information and a document style carrying the general authentication control style to the client side.
In one embodiment, the present invention provides a page rendering authentication apparatus applied to a client, where the page rendering authentication apparatus includes:
the sending module is used for sending a page request to the server;
the receiving module is used for receiving HTML page data carrying authentication information and document styles carrying authentication style control, which are returned by the server aiming at the page request;
and the rendering module is used for rendering the authentication completion page according to the HTML page data carrying the authentication information and the document style carrying the general authentication control style of the routing entry information.
In one embodiment, the invention provides a page rendering authentication system, which comprises a server and a client which are communicated with each other;
the server is used for executing the page rendering authentication method applied to the server side in the embodiment of the invention;
the client is used for executing the page rendering authentication method applied to the client in the embodiment of the invention.
In one embodiment, the present invention provides a computer device, including a memory and a processor, where the memory stores a computer program, and the computer program, when executed by the processor, causes the processor to execute the steps of the page rendering authentication method according to the embodiment of the present invention.
In one embodiment, the present invention provides a computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, causes the processor to perform the steps of the page rendering authentication method according to the embodiment of the present invention.
The method attaches the authentication information to the logic data which completes the rendering, and does not need to carry out iterative processing on the authentication item when the logic data is rendered; by setting the independent document style with authentication style control, the unified control of authentication is realized, the process is simple, the inheritance is easy, the problems that the authentication filtering research and development is complex, the synchronization of software function iteration and authentication project updating is not facilitated are solved, and the research and development efficiency and the quality of the authentication function in the SSR software product are improved.
Drawings
FIG. 1 is a diagram of an application environment of a page rendering authentication method according to an embodiment;
FIG. 2 is a flowchart illustrating steps of a method for authenticating page rendering according to an embodiment;
FIG. 3 is a flowchart of a page rendering method provided by the prior art;
FIG. 4 is a flowchart of a page rendering method according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating steps of a page rendering authentication method according to another embodiment;
FIG. 6 is a block diagram illustrating an embodiment of a page rendering authentication apparatus;
fig. 7 is a block diagram illustrating a structure of a page rendering authentication apparatus according to another embodiment;
FIG. 8 is a block diagram showing an internal configuration of a computer device according to one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
It will be understood that, as used herein, the terms "first," "second," and the like may be used herein to describe various elements, but these elements are not limited by these terms unless otherwise specified. These terms are only used to distinguish one element from another. For example, a first xx script may be referred to as a second xx script, and similarly, a second xx script may be referred to as a first xx script, without departing from the scope of the present disclosure.
Fig. 1 is a diagram of an application environment of a page rendering authentication method provided in an embodiment, as shown in fig. 1, in the application environment, including a server 100 and a client 200.
The server 100 may be an independent physical server, or may be a server cluster formed by a plurality of physical servers, and may be a cloud server providing basic cloud computing services such as a cloud server, a cloud database, a cloud storage, and a CDN.
The client 200 may be, but is not limited to, a smart phone, a tablet computer, a notebook computer, a desktop computer, a smart speaker, a smart watch, and the like. The client 200 and the server 100 may be connected through a network, and the present invention is not limited herein.
In this embodiment, the server 100, by executing the authentication method applied to the rendering of the page of the server according to the embodiment of the present invention, may attach the authentication information to the logical data after the logical data is rendered, and then return the HTML page carrying the authentication information and the document style carrying the authentication style control, which may omit the iterative processing in the rendering process of the logical data, and at the same time, the document style carrying the authentication style control is convenient for the subsequent developers to quickly and comprehensively know the current authentication setting, and is easy to develop and inherit. The client 200 renders the page according to the HTML page carrying the authentication information and the document style carrying the authentication style control by executing the page rendering authentication method applied to the client provided by the embodiment of the present invention, and completes the authentication rendering processing of the page.
As shown in fig. 2, in an embodiment, a page rendering authentication method is provided, and this embodiment is mainly illustrated by applying the method to the server 100 in fig. 1. Specifically, the method may include steps S202 to S206:
step S202, the server receives the page request, follows the request route, calls the service processing logic code to process the service, generates service logic data, and renders the service logic data.
In this embodiment, the process for rendering of logical data differs from the prior art in that no loop iteration is required in this process to identify the authentication nodes in the logical data.
Step S204, at the same time, the server side obtains authentication information preset in the background system, and attaches the authentication information to the route entry information in the rendering completion result to obtain HTML page data of the route entry information carrying the authentication information.
In this embodiment, the authentication information is appended to the completed logic data to generate an HTML page carrying the authentication information, so that the authentication point does not need to be identified by loop iteration during logic rendering. For example, the original ingress route output is encoded as:
< a href "/path/entry1" > Inlet 1 >
The result of supplementing the routing information is (additionally adding HREF tail information AuthFail):
< a href "/path/entry1# AuthFail" > Inlet 1 >
Step S206, the HTML page data of the route entry information carrying the authentication information and the document style carrying the general authentication control style are returned to the client.
In this embodiment, a document style carrying a general authentication control style (e.g., a style hiding a routing entry with a uniform authentication failure feature) is written by a developer according to a specific page type, and includes an authentication condition required for displaying a control, that is, corresponding authentication information. And determining which controls can be displayed and which controls need to be hidden in response to the page request according to the corresponding relation between the authentication information and the document style carrying the authentication style control, thereby realizing the authentication rendering of the page. FIGS. 3 and 4 are flow charts of a rendering process of the prior art and a rendering process of the present invention, respectively; it should be noted that fig. 3 and 4 also include HTML document styles, which are needed by service customization, and the implementation of the present solution is not affected by the presence or absence of the HTML document styles.
The method attaches the authentication information to the logic data which completes the rendering, and does not need to carry out iterative processing on the authentication item when the logic data is rendered; by setting the independent document style with authentication style control, the unified control of authentication is realized, the process is simple, the inheritance is easy, the problems that the authentication filtering research and development is complex, the synchronization of software function iteration and authentication project updating is not facilitated are solved, and the research and development efficiency and the quality of the authentication function in the SSR software product are improved.
In an embodiment of the present invention, the obtaining of the authentication information preset in the background system, and the attaching of the authentication information to the route entry information in the rendered result to obtain HTML page data of the route entry information carrying the authentication information includes the following steps:
acquiring authentication information preset in a background system according to the routing information;
and attaching the authentication information to the rendered routing entry information of the logic data to obtain HTML page data of which the routing entry information carries the authentication information.
In this embodiment, the authentication information may be obtained through routing information such as the page entry link and the function entry link, and the authentication information is carried by the link and transmitted to the server. In the process of rendering the logic data, iteration processing is not needed, and the rendering of the logic data can be accelerated. The rendering of the logic data belongs to the prior art, and the embodiment of the invention is not described again. In this embodiment, the authentication information may be added to the rendered logical data and then processed as an additional part in the next step.
In an embodiment of the present invention, attaching the authentication information to the rendered routing entry information of the logic data to obtain HTML page data of the routing entry information carrying the authentication information, includes the following steps:
rendering the authentication information to the routing information on the HTML page;
and supplementing the document style carrying the authentication style control to render the routing node containing the authentication information to the browser so as to enable the final browser to process to obtain a final rendering result.
In this embodiment, the document style with the authentication style control and the preset HTML document style are written and stored on the server, and the calling is performed according to the corresponding page request, so that the method can be applied to the same type of page, or all pages of the same site, and the display modes of different users are included in the document style.
As shown in fig. 5, an embodiment of the present invention further provides a page rendering authentication method applied to a server, where the page rendering authentication method includes steps S502 to S506:
step S502, a page request is sent to a server;
step S504, receiving HTML page data carrying authentication information and document style carrying authentication style control returned by the server end aiming at the page request;
step S506, rendering an authentication completion page according to HTML page data carrying authentication information and a document style carrying a general authentication control style of the routing entry information.
In this embodiment, the process and principle of sending the page request to the server and receiving the page information returned by the server may refer to the prior art, which is not described in detail in this embodiment.
In this embodiment, the received return information includes an HTML page carrying authentication information and a document style carrying authentication style control (optionally, an HTML document style may also be included), where the document style carrying authentication style control is specific to the present invention, and through the file, a control that is not displayed may be filtered at one time, so that page rendering is completed, and a page result after authentication is obtained.
As shown in fig. 6, an embodiment of the present invention further provides a page rendering authentication apparatus, applied to a server, where the page rendering authentication apparatus includes:
the service logic rendering module 601 is configured to receive a page request, follow up a request route by a server, call a service processing logic code to perform service processing, generate service logic data, and render the service logic data;
an authentication information rendering module 602, configured to obtain authentication information preset in a background system, attach the authentication information to the route entry information in the rendering result, and obtain HTML page data of the route entry information carrying the authentication information;
a returning module 603, configured to return, to the client, HTML page data that carries authentication information in the routing entry information, and a document style that carries a general authentication control style.
In this embodiment, please refer to the contents of the page rendering authentication method portion in the embodiment of the present invention for explanation of each portion of the page rendering authentication apparatus, which is not described herein again.
As shown in fig. 7, an embodiment of the present invention further provides a page rendering authentication apparatus, which is applied to a client, and the page rendering authentication apparatus includes:
a sending module 701, configured to send a page request to a server;
a receiving module 702, configured to receive HTML page data carrying authentication information and a document style carrying authentication style control, where the HTML page data carries authentication information and is returned by the server for the page request;
and a rendering module 703, configured to render an authentication-completed page according to the HTML page data carrying the authentication information and the document style carrying the general authentication control style of the route entry information.
In this embodiment, please refer to the contents of the page rendering authentication method portion in the embodiment of the present invention for explanation of each portion of the page rendering authentication apparatus, which is not described herein again.
The embodiment of the invention also provides a page rendering authentication system, which comprises a server and a client which are communicated with each other;
the server is used for executing the page rendering authentication method applied to the server;
the client is used for executing the page rendering authentication method applied to the client.
In this embodiment, the server includes the modules of the page rendering authentication apparatus applied to the server, and the client includes the modules of the page rendering authentication apparatus applied to the client; for the solution description of each module, please refer to the content of the method part of the present invention, and the embodiment of the present invention is not described herein again.
FIG. 8 is a diagram illustrating an internal structure of a computer device in one embodiment. The computer device may be specifically the server 100 or the client 200 in fig. 1. As shown in fig. 8, the computer apparatus includes a processor, a memory, a network interface, an input device, and a display screen connected through a system bus. Wherein the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium of the computer device stores an operating system and may also store a computer program, and when the computer program is executed by the processor, the computer program may enable the processor to implement the page rendering authentication method provided by the embodiment of the present invention. The internal memory may also store a computer program, and when the computer program is executed by the processor, the processor may execute the page rendering authentication method provided by the embodiment of the present invention. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the architecture shown in fig. 8 is merely a block diagram of some of the structures associated with the inventive arrangements and is not intended to limit the computing devices to which the inventive arrangements may be applied, as a particular computing device may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, the page rendering authentication apparatus provided by the embodiment of the present invention may be implemented in a form of a computer program, and the computer program may be run on a computer device as shown in fig. 8.
In one embodiment, a computer device is proposed, the computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
the server side receives the page request, follows the request route, calls the service processing logic code to perform service processing, generates service logic data and renders the service logic data;
meanwhile, the server side acquires authentication information preset in a background system, and attaches the authentication information to the route entry information in the rendered result to obtain HTML page data of which the route entry information carries the authentication information;
and returning HTML page data carrying authentication information and a document style carrying a general authentication control style to the client side.
Or:
sending a page request to a server;
receiving HTML page data carrying authentication information and a document style carrying authentication style control returned by the server aiming at the page request;
rendering the authentication completion page according to HTML page data carrying authentication information and a document style carrying a general authentication control style of the routing entry information.
In one embodiment, a computer readable storage medium is provided, having a computer program stored thereon, which, when executed by a processor, causes the processor to perform the steps of:
the server side receives the page request, follows the request route, calls the service processing logic code to perform service processing, generates service logic data and renders the service logic data;
meanwhile, the server side acquires authentication information preset in a background system, and attaches the authentication information to the route entry information in the rendered result to obtain HTML page data of which the route entry information carries the authentication information;
and returning HTML page data carrying authentication information and a document style carrying a general authentication control style to the client side.
Or:
sending a page request to a server;
receiving HTML page data carrying authentication information and a document style carrying authentication style control returned by the server aiming at the page request;
rendering the authentication completion page according to HTML page data carrying authentication information and a document style carrying a general authentication control style of the routing entry information.
It should be understood that, although the steps in the flowcharts of the embodiments of the present invention are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a portion of the steps in various embodiments may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, databases, or other media used in embodiments provided herein may include non-volatile and/or volatile memory. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (9)

1. A page rendering authentication method is applied to a server side, and is characterized by comprising the following steps:
the server side receives the page request, follows the request route, calls the service processing logic code to perform service processing, generates service logic data and renders the service logic data;
meanwhile, the server side acquires authentication information preset in a background system, and attaches the authentication information to the route entry information in the rendered result to obtain HTML page data of which the route entry information carries the authentication information;
and returning HTML page data carrying authentication information and a document style carrying a general authentication control style to the client side.
2. The page rendering authentication method of claim 1, wherein the obtaining of the authentication information preset in the background system and the attaching of the authentication information to the route entry information in the rendering completion result to obtain HTML page data with the route entry information carrying the authentication information comprises the following steps:
acquiring authentication information preset in a background system according to the routing information;
and attaching the authentication information to the rendered routing entry information of the logic data to obtain HTML page data of which the routing entry information carries the authentication information.
3. The page rendering authentication method of claim 2, wherein the authentication information is appended to the route entry information of the rendered logic data to obtain HTML page data of which the route entry information carries the authentication information, comprising the steps of:
rendering the authentication information to the routing information on the HTML page;
and supplementing the document style carrying the authentication style control to render the routing node containing the authentication information to the browser so as to enable the final browser to process to obtain a final rendering result.
4. A page rendering authentication method is applied to a client, and is characterized by comprising the following steps:
sending a page request to a server;
receiving HTML page data carrying authentication information and a document style carrying authentication style control returned by the server aiming at the page request;
rendering the authentication completion page according to HTML page data carrying authentication information and a document style carrying a general authentication control style of the routing entry information.
5. A page rendering authentication device is applied to a server, and is characterized by comprising:
the service logic rendering module is used for receiving the page request, the server follows the request route, calls a service processing logic code to perform service processing, generates service logic data and renders the service logic data;
the authentication information rendering module is used for acquiring authentication information preset in a background system, and attaching the authentication information to the route entry information in the rendering result to obtain HTML page data of which the route entry information carries the authentication information;
and the return module is used for returning HTML page data carrying the authentication information and a document style carrying the general authentication control style to the client side.
6. A page rendering authentication device applied to a client is characterized in that the page rendering authentication device comprises:
the sending module is used for sending a page request to the server;
the receiving module is used for receiving HTML page data carrying authentication information and document styles carrying authentication style control, which are returned by the server aiming at the page request;
and the rendering module is used for rendering the authentication completion page according to the HTML page data carrying the authentication information and the document style carrying the general authentication control style of the routing entry information.
7. The page rendering authentication system is characterized by comprising a server and a client which are communicated with each other;
the server is used for executing the page rendering authentication method of any one of claims 1-3;
the client is used for executing the page rendering authentication method of claim 4.
8. A computer device comprising a memory and a processor, the memory having stored therein a computer program which, when executed by the processor, causes the processor to carry out the steps of the page rendering authentication method of any one of claims 1 to 4.
9. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, causes the processor to carry out the steps of the page rendering authentication method of any one of claims 1 to 4.
CN202210079421.2A 2022-01-24 2022-01-24 Page rendering authentication method, device and system, computer equipment and storage medium Pending CN114417222A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210079421.2A CN114417222A (en) 2022-01-24 2022-01-24 Page rendering authentication method, device and system, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210079421.2A CN114417222A (en) 2022-01-24 2022-01-24 Page rendering authentication method, device and system, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114417222A true CN114417222A (en) 2022-04-29

Family

ID=81277238

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210079421.2A Pending CN114417222A (en) 2022-01-24 2022-01-24 Page rendering authentication method, device and system, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114417222A (en)

Similar Documents

Publication Publication Date Title
US20190251143A1 (en) Web page rendering method and related device
CN109684607B (en) JSON data analysis method and device, computer equipment and storage medium
CN105718313A (en) Application operation method and device
CN113254445B (en) Real-time data storage method, device, computer equipment and storage medium
CN111324833A (en) Page display method, device, electronic design and computer readable medium
CN110688598A (en) Service parameter acquisition method and device, computer equipment and storage medium
CN108418797A (en) Web access method, device, computer equipment and storage medium
WO2021040833A1 (en) Connecting web publisher inventory to programmatic exchanges without third-party cookies
US20130191492A1 (en) Server-Side Minimal Download and Error Failover
CN111222153B (en) Application program authority management method and device and storage medium
CN111901383A (en) Data request processing method and device, computer equipment and storage medium
CN113361236A (en) Method and device for editing document
US20200380071A1 (en) Autoform Filling Using Text from Optical Character Recognition and Metadata for Document Types
CN114417222A (en) Page rendering authentication method, device and system, computer equipment and storage medium
CN115687826A (en) Page refreshing method and device, computer equipment and storage medium
CN114936151A (en) Display method, device, equipment, storage medium and communication system of debugging page
US8180854B2 (en) Aspect services
CN111327598B (en) Project login-free method and device, computer equipment and storage medium
CN113315829A (en) Client offline H5 page loading method and device, computer equipment and medium
CN110505258A (en) Webpage load and response method, device, computer equipment and storage medium
CN114254232A (en) Cloud product page generation method and device, computer equipment and storage medium
CN110222290B (en) Page generation method and device, computer equipment and storage medium
CN115758026A (en) Interaction method and device of application program and network page
CN117131302A (en) Service page generation method and device
CN113722538A (en) Interface dynamic rendering method and device

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