CN112583776A - Network resource processing method, device and system, storage medium and electronic equipment - Google Patents

Network resource processing method, device and system, storage medium and electronic equipment Download PDF

Info

Publication number
CN112583776A
CN112583776A CN201910944578.5A CN201910944578A CN112583776A CN 112583776 A CN112583776 A CN 112583776A CN 201910944578 A CN201910944578 A CN 201910944578A CN 112583776 A CN112583776 A CN 112583776A
Authority
CN
China
Prior art keywords
verification information
network resource
processing request
verification
processing
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
CN201910944578.5A
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.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201910944578.5A priority Critical patent/CN112583776A/en
Publication of CN112583776A publication Critical patent/CN112583776A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Storage Device Security (AREA)

Abstract

The invention discloses a network resource processing method, a device and a system, a storage medium and electronic equipment. Wherein, the method comprises the following steps: receiving a processing request forwarded by a verified public network interface, wherein the processing request comprises verification information; verifying the verification information; acquiring network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification; and sending the network resource through the public network interface. The invention solves the technical problems of lower privacy and safety of network resource processing in the related technology.

Description

Network resource processing method, device and system, storage medium and electronic equipment
Technical Field
The invention relates to the field of internet, in particular to a method, a device and a system for processing network resources, a storage medium and electronic equipment.
Background
In a system with higher security, login and authority verification are often required. However, when the system is composed of a plurality of subsystems, especially large enterprises and government departments, and the whole office system is composed of a plurality of different subsystems, if each system uses an independent login and authentication mechanism, the login of different systems is very frequent, the efficiency of staff is reduced, and the waste of working cost is caused.
In order to solve the problem that a plurality of subsystems share one set of account number to carry out authority management or solve the linkage requirement that data can be checked by jumping from one system to another system, the following solutions are provided at present: carrying permission verification information through the jump link, and performing permission verification on a new project page; the registration is performed by a single Sign-on method such as sso (single Sign on).
However, the above solution has the following disadvantages: all items must be exposed to the public or other accessible local area network; the verification only acts on project operation, effective verification protection can not be carried out on the static files available for downloading, and the static files have the risk of a stolen chain.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a method, a device and a system for processing network resources, a storage medium and electronic equipment, which are used for at least solving the technical problems of low privacy and safety of network resource processing in the related technology.
According to an aspect of the embodiments of the present invention, a method for processing network resources is provided, including: receiving a processing request forwarded by a verified public network interface, wherein the processing request comprises verification information; verifying the verification information; acquiring network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification; and sending the network resource through the public network interface.
Further, verifying the verification information includes: judging whether the verification information has the authority of acquiring the network resources; if the verification information has the authority, determining that the verification information passes verification; and if the verification information does not have the authority, determining that the verification information is not verified.
Further, in the case that the network resource is a static file, after the network resource is sent through the public network interface, the method further includes: generating a Blob object link based on the static file; and rendering the Blob object link through the iframe.
Further, in a case that the network resource is a download file, after the network resource is sent through the public network interface, the method further includes: generating a Blob object link based on the download file; the Blob object link is accessed in a new page.
Further, after acquiring the network resource corresponding to the processing request stored in the intranet system, the method further includes: converting the network resource into a binary stream file; and transmitting the binary stream file through the public network interface.
Further, after the binary stream file is transmitted through the public network interface, the method further includes: and transcoding the binary stream file to obtain the network resource.
According to another aspect of the embodiments of the present invention, there is also provided a processing apparatus for network resources, including: the receiving module is used for receiving a processing request forwarded by the verified public network interface, wherein the processing request comprises verification information; the verification module is used for verifying the verification information; the acquisition module is used for acquiring network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification; and the sending module is used for sending the network resources through the public network interface.
Further, the verification module includes: the judging unit is used for judging whether the verification information has the authority of acquiring the network resources; a determination unit for determining that the authentication information passes the authentication if the authentication information has the authority; and if the verification information does not have the authority, determining that the verification information is not verified.
Further, in the case that the network resource is a static file, the apparatus further includes: the generating module is used for generating a Blob object link based on the static file after the network resource is sent through the public network interface; and the rendering module is used for rendering the Blob object link through the iframe.
Further, in the case that the network resource is a download file, the apparatus further includes: the generating module is used for generating a Blob object link based on the download file after the network resource is sent through the public network interface; and the access module is used for accessing the Blob object link in the new page.
Further, the above apparatus further comprises: the conversion module is used for converting the network resources into a binary stream file; the transmitting module is used for transmitting the binary stream file through the public network interface.
Further, the above apparatus further comprises: and the transcoding module is used for transcoding the binary stream file to obtain the network resource.
According to another aspect of the embodiments of the present invention, there is also provided a system for processing network resources, including: the front-end equipment is used for sending a processing request, wherein the processing request contains verification information; the back-end equipment is used for verifying the verification information and acquiring the network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification; and the verified public network interface is connected between the front-end equipment and the back-end equipment and is used for forwarding the processing request and the network resource.
Furthermore, the back-end equipment is also used for judging whether the verification information has the authority for acquiring the network resources, and if the verification information has the authority, the verification information is determined to pass the verification; and if the verification information does not have the authority, determining that the verification information is not verified.
Further, the front-end device is further configured to, when the network resource is a static file, generate a Blob object link based on the static file, and render the Blob object link through the iframe.
Further, the front-end device is further configured to, in the case that the network resource is a download file, generate a Blob object link based on the download file, and access the Blob object link in a new page.
Furthermore, the back-end equipment is also used for converting the network resource into a binary stream file and transmitting the binary stream file through the public network interface.
Further, the front-end device is further configured to transcode the binary stream file after transmitting the binary stream file through the public network interface, so as to obtain the network resource.
According to another aspect of the embodiments of the present invention, there is also provided a storage medium including a stored program, wherein the program executes the processing method of the network resource described above.
According to another aspect of the embodiments of the present invention, there is also provided an electronic device, including at least one processor, at least one memory, and a bus; the processor and the memory complete mutual communication through a bus; the processor is used for calling the program instructions in the memory so as to execute the processing method of the network resource.
In the embodiment of the invention, the processing request is forwarded through the verified public network interface, and after the verification information carried in the processing request passes the verification session, the network resource corresponding to the processing request stored in the intranet server is forwarded through the public network interface, so that the aim of login-free access is fulfilled. Compared with the related technology, the network resources can be deployed in an intranet, transit is carried out through a verified public network interface, intranet projects which are not exposed to a public network are displayed in the public network projects, privacy is achieved, in addition, the network resources are safely shared and downloaded through the interfaces exposed in the projects of the public network, the risk of stolen chains is avoided, and the technical problems of low privacy and safety of network resource processing in the related technology are solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of a method for processing network resources according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a processing device of a network resource according to an embodiment of the invention;
FIG. 3 is a schematic diagram of a processing system for network resources according to an embodiment of the invention; and
fig. 4 is a schematic diagram of an electronic device according to an embodiment of the invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, 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.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
First, technical features or terms appearing in the embodiments of the present invention are explained and explained as follows:
blob (binary large object): a blob is a container that can store a binary file.
Iframe: is an HTML tag that acts as a document in a document, or a floating FRAME (FRAME). The iframe element creates an inline frame (i.e., inline frame) that contains another document.
HTML: HyperText Markup Language, an application under the Standard generalized Markup Language. "hypertext" refers to the non-text elements that may contain pictures, links, and even music and programs. The structure of the hypertext markup language includes a "Head" part (english: Head) that provides information about a web page, and a "Body" part (english: Body) that provides specific contents of the web page.
Binary stream file: the text is stored in a computer in a binary form, and a user generally cannot directly read the text and can only display the text through corresponding software.
In accordance with an embodiment of the present invention, there is provided a method for processing network resources, it should be noted that the steps illustrated in the flowchart of the figure may be performed in a computer system such as a set of computer executable instructions, and that while a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here.
It should be noted that, in the embodiment of the present invention, the front-end device and the back-end device cooperate to implement the processing method of the network resource.
Fig. 1 is a flowchart of a method for processing network resources according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step S102, receiving a processing request forwarded by a verified public network interface, wherein the processing request comprises verification information;
in the embodiment of the present invention, in order to avoid that all projects of a company are exposed to a public network or other accessible local area networks, part of services may be deployed in an intranet, and be relayed through the projects deployed in the public network (i.e., the above-mentioned public network interface). Further, in order to realize quick jump of the user between the multiple items without login operation, the user only needs to perform login operation in the public network item, and the request can be forwarded through the verified public network item after the verification is passed.
The processing request may refer to a request for accessing an intranet service or downloading a file, and a request header of the request carries user authentication information, by which the identity of the user may be confirmed.
Step S104, verifying the verification information;
in the embodiment of the invention, whether the user has the authority to ask for intranet service or download files can be judged by verifying the verification information sent by the user, and the access safety is further ensured.
Step S106, acquiring network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification;
in the embodiment of the present invention, when the user initiates a request for accessing the intranet service, the network resource may be a static file of the intranet service, such as HTML of a website.
And step S108, sending the network resource through the public network interface.
In an alternative scheme, a user may initiate a request within a verified public network project through a front-end device to request access to an intranet service or download a file, and a request header includes user verification information. The back-end equipment receives the request through the verified public network interface, verifies the information sent by the user, and confirms the user identity to judge whether the user has the authority to access the intranet service or download the file. After the verification is passed, the back end returns the static file of the intranet service requested by the user or the file requested to be downloaded by the user to the front end equipment, and the static file or the file is output to the user by the front end equipment.
Through the embodiment of the invention, the processing request is forwarded through the verified public network interface, and after the verification information carried in the processing request passes the verification session, the network resource corresponding to the processing request stored in the intranet server is forwarded through the public network interface, so that the aim of login-free access is fulfilled. Compared with the related technology, the network resources can be deployed in an intranet, transit is carried out through a verified public network interface, intranet projects which are not exposed to a public network are displayed in the public network projects, privacy is achieved, in addition, the network resources are safely shared and downloaded through the interfaces exposed in the projects of the public network, the risk of stolen chains is avoided, and the technical problems of low privacy and safety of network resource processing in the related technology are solved.
Optionally, in the foregoing embodiment of the present invention, the verifying the verification information includes: judging whether the verification information has the authority of acquiring the network resources; if the verification information has the authority, determining that the verification information passes verification; and if the verification information does not have the authority, determining that the verification information is not verified.
In an optional scheme, after receiving the request of the user, the back-end device may verify the verification information sent by the user, and confirm the user identity to determine whether the user has the right to access the intranet service or download the file, thereby further improving privacy and security of network resource processing.
Optionally, in the foregoing embodiment of the present invention, in a case that the network resource is a static file, after the network resource is sent through the public network interface, the method further includes: generating a Blob object link based on the static file; and rendering the Blob object link through the iframe.
Specifically, the static file may be a static file that a user requests to access an intranet service, and may be, for example, HTML of a website. The Blob object link is a temporary stand-alone link and cannot be used for sharing.
In an optional scheme, after receiving a static file of which the user requests to access the intranet service, the front-end device may generate an object link (i.e., the Blob object link) through Blob, and render the generated file, so as to achieve the purpose of accessing the intranet service in a phase-change manner, implement secure sharing of the file, and avoid a stolen chain.
Optionally, in the foregoing embodiment of the present invention, when the network resource is a download file, after the network resource is sent through the public network interface, the method further includes: generating a Blob object link based on the download file; the Blob object link is accessed in a new page.
Specifically, the download file is a file requested to be downloaded by a user.
In an optional scheme, after receiving a file requested to be downloaded by a user, the front-end device may generate an object link (i.e., the Blob object link) through Blob, and access the temporary link through a newly-built window, so as to achieve the purpose of phase-change downloading of the permission file, achieve secure sharing of the file, and avoid a stolen chain.
Optionally, in the above embodiment of the present invention, after acquiring the network resource corresponding to the processing request stored in the intranet system, the method further includes: converting the network resource into a binary stream file; and transmitting the binary stream file through the public network interface.
In an optional scheme, after the verification is passed, the backend device converts a static file of the intranet service requested by the user or a file requested to be downloaded by the user into a binary stream file, and transmits the generated binary stream to the frontend device through the interface just verified.
Optionally, in the foregoing embodiment of the present invention, after the binary stream file is transmitted through the public network interface, the method further includes: and transcoding the binary stream file to obtain the network resource.
In an optional scheme, the front-end device receives data through an interface and transcodes the data to obtain a static file of an intranet service requested by a user or a file requested to be downloaded by the user.
According to an embodiment of the invention, a processing device of network resources is provided.
Fig. 2 is a schematic diagram of a processing apparatus of network resources according to an embodiment of the present invention, as shown in fig. 2, the apparatus includes: a receiving module 22, a verification module 24, an acquisition module 26, and a sending module 28.
The receiving module 22 is configured to receive a processing request forwarded by a verified public network interface, where the processing request includes verification information; the verification module 24 is used for verifying the verification information; the obtaining module 26 is configured to obtain a network resource corresponding to the processing request stored in the intranet server when the verification information passes the verification; the sending module 28 is configured to send the network resource through the public network interface.
Through the embodiment of the invention, the processing request is forwarded through the verified public network interface, and after the verification information carried in the processing request passes the verification session, the network resource corresponding to the processing request stored in the intranet server is forwarded through the public network interface, so that the aim of login-free access is fulfilled. Compared with the related technology, the network resources can be deployed in an intranet, transit is carried out through a verified public network interface, intranet projects which are not exposed to a public network are displayed in the public network projects, privacy is achieved, in addition, the network resources are safely shared and downloaded through the interfaces exposed in the projects of the public network, the risk of stolen chains is avoided, and the technical problems of low privacy and safety of network resource processing in the related technology are solved.
Optionally, in the foregoing embodiment of the present invention, the verification module includes: a judging unit and a determining unit.
The judging unit is used for judging whether the verification information has the authority of acquiring the network resources; the determining unit is used for determining that the verification information passes the verification if the verification information has the authority; and if the verification information does not have the authority, determining that the verification information is not verified.
Optionally, in the above embodiment of the present invention, in a case that the network resource is a static file, the apparatus further includes: the device comprises a generation module and a rendering module.
The generating module is used for generating a Blob object link based on a static file after transmitting network resources through a public network interface; and the rendering module is used for rendering the Blob object link through the iframe.
Optionally, in the above embodiment of the present invention, in a case that the network resource is a download file, the apparatus further includes: the device comprises a generation module and an access module.
The generating module is used for generating a Blob object link based on a download file after transmitting network resources through a public network interface; the access module is used for accessing the Blob object link in a new page.
Optionally, in the above embodiment of the present invention, the apparatus further includes: and a conversion module.
The conversion module is used for converting the network resource into a binary stream file; the transmitting module is used for transmitting the binary stream file through the public network interface.
Optionally, in the above embodiment of the present invention, the apparatus further includes: and a transcoding module.
The transcoding module is used for transcoding the binary stream file to obtain network resources.
It should be noted that the receiving module, the verifying module, the obtaining module, the sending module, and the converting module may be disposed in a front-end device, and the rendering module, the generating module, the accessing module, and the transcoding module may be disposed in a back-end device.
The processing device of the network resource comprises a processor and a memory, wherein the receiving module, the verifying module, the obtaining module, the sending module, the rendering module, the generating module, the accessing module, the converting module, the transcoding module and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the aim of login-free access is fulfilled by adjusting the kernel parameters.
According to an embodiment of the invention, a system for processing network resources is provided.
Fig. 3 is a schematic diagram of a processing system of network resources according to an embodiment of the present invention, and as shown in fig. 3, the apparatus includes: a front-end device 32, a back-end device 34, and a verified public network interface 36.
The front-end device 32 is configured to send a processing request, where the processing request includes authentication information; the back-end device 34 is configured to verify the verification information, and acquire a network resource corresponding to the processing request stored in the intranet server when the verification information passes the verification; the verified public network interface 36 is connected between the front-end device and the back-end device for forwarding the processing request and the network resources.
Through the embodiment of the invention, the processing request is forwarded through the verified public network interface, and after the verification information carried in the processing request passes the verification session, the network resource corresponding to the processing request stored in the intranet server is forwarded through the public network interface, so that the aim of login-free access is fulfilled. Compared with the related technology, the network resources can be deployed in an intranet, transit is carried out through a verified public network interface, intranet projects which are not exposed to a public network are displayed in the public network projects, privacy is achieved, in addition, the network resources are safely shared and downloaded through the interfaces exposed in the projects of the public network, the risk of stolen chains is avoided, and the technical problems of low privacy and safety of network resource processing in the related technology are solved.
Optionally, in the foregoing embodiment of the present invention, the backend device is further configured to determine whether the verification information has the authority to acquire the network resource, and if the verification information has the authority, determine that the verification information passes the verification; and if the verification information does not have the authority, determining that the verification information is not verified.
Optionally, in the embodiment of the present invention, the front-end device is further configured to, when the network resource is a static file, generate a Blob object link based on the static file, and render the Blob object link through an iframe.
Optionally, in the foregoing embodiment of the present invention, the front-end device is further configured to, when the network resource is a download file, generate a Blob object link based on the download file, and access the Blob object link in a new page.
Optionally, in the foregoing embodiment of the present invention, the backend device is further configured to convert the network resource into a binary stream file, and send the binary stream file through the public network interface.
Optionally, in the foregoing embodiment of the present invention, the front-end device is further configured to transcode the binary stream file after transmitting the binary stream file through the public network interface, so as to obtain the network resource.
An embodiment of the present invention provides a storage medium on which a program is stored, where the program, when executed by a processor, implements a processing method for the network resource.
The embodiment of the invention provides a processor, which is used for running a program, wherein the processing method of the network resource is executed when the program runs.
An embodiment of the present invention provides an electronic device, as shown in fig. 4, a device 10 includes at least one processor 101, and at least one memory 102 and a bus 103 connected to the processor 101; the processor 101 and the memory 102 complete communication with each other through the bus 103; the processor 101 is used for calling the program instructions in the memory 102 to execute the processing method of the network resource. The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device:
receiving a processing request forwarded by a verified public network interface, wherein the processing request comprises verification information; verifying the verification information; acquiring network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification; and sending the network resource through the public network interface.
Judging whether the verification information has the authority of acquiring the network resources; if the verification information has the authority, determining that the verification information passes verification; and if the verification information does not have the authority, determining that the verification information is not verified.
Under the condition that the network resources are static files, after the network resources are sent through a public network interface, a Blob object link is generated based on the static files; and rendering the Blob object link through the iframe.
Under the condition that the network resource is a download file, after the network resource is sent through a public network interface, a Blob object link is generated based on the download file; the Blob object link is accessed in a new page.
After network resources corresponding to the processing request stored in the intranet system are obtained, the network resources are converted into binary stream files; and transmitting the binary stream file through the public network interface.
And after the binary stream file is sent through the public network interface, transcoding the binary stream file to obtain network resources.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. 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.
In a typical configuration, a device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for processing network resources is characterized by comprising the following steps:
receiving a processing request forwarded by a verified public network interface, wherein the processing request contains verification information;
verifying the verification information;
acquiring network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification;
and sending the network resource through the public network interface.
2. The method of claim 1, wherein verifying the verification information comprises:
judging whether the verification information has the authority of acquiring the network resource;
if the verification information has the authority, determining that the verification information passes verification;
and if the verification information does not have the authority, determining that the verification information is not verified.
3. The method of claim 1, wherein in the case that the network resource is a static file, after sending the network resource through the public network interface, the method further comprises:
generating a Blob object link based on the static file;
and rendering the Blob object link through the iframe.
4. The method of claim 3, wherein in the case that the network resource is a download file, after sending the network resource through the public network interface, the method further comprises:
generating a Blob object link based on the download file;
and accessing the Blob object link in a new page.
5. The method according to claim 1, wherein after acquiring the network resource corresponding to the processing request stored in the intranet system, the method further comprises:
converting the network resource into a binary stream file;
and transmitting the binary stream file through the public network interface.
6. The method of claim 5, wherein after transmitting the binary stream file over the public network interface, the method further comprises:
and transcoding the binary stream file to obtain the network resource.
7. An apparatus for processing network resources, comprising:
the system comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for receiving a processing request forwarded by a verified public network interface, and the processing request comprises verification information;
the verification module is used for verifying the verification information;
the acquisition module is used for acquiring the network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification;
and the sending module is used for sending the network resource through the public network interface.
8. A system for processing network resources, comprising:
the system comprises front-end equipment and a server, wherein the front-end equipment is used for sending a processing request, and the processing request contains verification information;
the back-end equipment is used for verifying the verification information and acquiring the network resources corresponding to the processing request stored in the intranet server under the condition that the verification information passes the verification;
and the verified public network interface is connected between the front-end equipment and the back-end equipment and is used for forwarding the processing request and the network resource.
9. A storage medium characterized by comprising a stored program, wherein the program executes the processing method of the network resource according to any one of claims 1 to 6.
10. An electronic device comprising at least one processor, at least one memory, and a bus; the processor and the memory complete mutual communication through the bus; the processor is configured to invoke program instructions in the memory to perform the processing method of the network resource of any of claims 1-6.
CN201910944578.5A 2019-09-30 2019-09-30 Network resource processing method, device and system, storage medium and electronic equipment Pending CN112583776A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910944578.5A CN112583776A (en) 2019-09-30 2019-09-30 Network resource processing method, device and system, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910944578.5A CN112583776A (en) 2019-09-30 2019-09-30 Network resource processing method, device and system, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN112583776A true CN112583776A (en) 2021-03-30

Family

ID=75117256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910944578.5A Pending CN112583776A (en) 2019-09-30 2019-09-30 Network resource processing method, device and system, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN112583776A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113220273A (en) * 2021-05-20 2021-08-06 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium
CN114827577A (en) * 2022-05-02 2022-07-29 上海爱客博信息技术有限公司 3D preview system based on ER reality simulation
CN113220273B (en) * 2021-05-20 2024-06-04 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103513987A (en) * 2013-09-18 2014-01-15 小米科技有限责任公司 Rendering treatment method, device and terminal device for browser web page
CN103634396A (en) * 2013-11-28 2014-03-12 武汉钢铁(集团)公司 Method, gateway equipment and system for accessing intranet webpage service data
CN106657014A (en) * 2016-11-16 2017-05-10 东软集团股份有限公司 Data accessing method, device and system
CN108063772A (en) * 2018-01-18 2018-05-22 吉浦斯信息咨询(深圳)有限公司 A kind of Data Access Security method and system based on service side
CN109347855A (en) * 2018-11-09 2019-02-15 南京医渡云医学技术有限公司 Data access method, device, system, Electronic Design and computer-readable medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103513987A (en) * 2013-09-18 2014-01-15 小米科技有限责任公司 Rendering treatment method, device and terminal device for browser web page
CN103634396A (en) * 2013-11-28 2014-03-12 武汉钢铁(集团)公司 Method, gateway equipment and system for accessing intranet webpage service data
CN106657014A (en) * 2016-11-16 2017-05-10 东软集团股份有限公司 Data accessing method, device and system
CN108063772A (en) * 2018-01-18 2018-05-22 吉浦斯信息咨询(深圳)有限公司 A kind of Data Access Security method and system based on service side
CN109347855A (en) * 2018-11-09 2019-02-15 南京医渡云医学技术有限公司 Data access method, device, system, Electronic Design and computer-readable medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
天马3798: "HTML5中的二进制大对象Blob(转)", 《互联网资源》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113220273A (en) * 2021-05-20 2021-08-06 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium
CN113220273B (en) * 2021-05-20 2024-06-04 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium
CN114827577A (en) * 2022-05-02 2022-07-29 上海爱客博信息技术有限公司 3D preview system based on ER reality simulation

Similar Documents

Publication Publication Date Title
CN111600909B (en) Data processing method, device, protocol conversion equipment and storage medium
US20210344746A1 (en) Cloud application-agnostic data loss prevention (dlp)
CN111062024B (en) Application login method and device
KR101795592B1 (en) Control method of access to cloud service for business
CN104113552A (en) Platform authorization method, platform server side, application client side and system
CN111160845A (en) Service processing method and device
CN112243002B (en) Data forwarding method, device, electronic equipment and computer readable medium
CN104158802A (en) Platform authorization method, platform service side, application client side and system
CN104113551A (en) Platform authorization method, platform server side, application client side and system
CN104717647B (en) Professional ability method for authenticating, equipment and system
CN113612686A (en) Traffic scheduling method and device and electronic equipment
CN113536160A (en) Page link processing method and device, electronic equipment and storage medium
CN103118137A (en) Device and method for cross domain access of pages
CN113721893A (en) Micro-service bus design method and device
CN108540453B (en) Network isolation method, device and equipment applied to PaaS
US9703855B1 (en) System and method for classifying content with a web service
US11468189B1 (en) Method, system, apparatus and device for data exchange
CN110753018A (en) Login authentication method and system
CN113572763B (en) Data processing method and device, electronic equipment and storage medium
CN112541828B (en) System, method, device, processor and storage medium for realizing open securities management and open securities API access control
CN112583776A (en) Network resource processing method, device and system, storage medium and electronic equipment
CN109450990A (en) A kind of cloud storage implementation method and electronic equipment based on educational system
CN112015383A (en) Login method and device
CN114040032A (en) Protocol conversion method, system, storage medium and electronic equipment
CN112653695A (en) Method and system for realizing crawler resistance

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: 20210330

RJ01 Rejection of invention patent application after publication