CN109150893B - Service request forwarding method and related device - Google Patents

Service request forwarding method and related device Download PDF

Info

Publication number
CN109150893B
CN109150893B CN201811061672.8A CN201811061672A CN109150893B CN 109150893 B CN109150893 B CN 109150893B CN 201811061672 A CN201811061672 A CN 201811061672A CN 109150893 B CN109150893 B CN 109150893B
Authority
CN
China
Prior art keywords
request
service request
service
internal
forwarding
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.)
Active
Application number
CN201811061672.8A
Other languages
Chinese (zh)
Other versions
CN109150893A (en
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.)
Kunshan Cvic Se Co ltd
CVIC Software Engineering Co Ltd
Original Assignee
Kunshan Cvic Se Co ltd
CVIC Software Engineering 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 Kunshan Cvic Se Co ltd, CVIC Software Engineering Co Ltd filed Critical Kunshan Cvic Se Co ltd
Priority to CN201811061672.8A priority Critical patent/CN109150893B/en
Publication of CN109150893A publication Critical patent/CN109150893A/en
Application granted granted Critical
Publication of CN109150893B publication Critical patent/CN109150893B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • 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)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The application discloses a service request forwarding method, which comprises the following steps: unpacking and analyzing the received service request to obtain key parameters; packaging the key parameters according to an internal request protocol to obtain an internal request object; executing preset management operation on the internal request object to obtain an operation result object; and sending the operation result object to the service provider. By unpacking and analyzing the service request, the key parameters are obtained and are packaged into the internal request objects of the unified protocol, so that the protocol is unified, on the basis, the corresponding management control operation, namely the preset management operation, can be carried out on the internal request objects corresponding to the service request, and then the operation result objects are obtained and forwarded to the service provider, and the normal service request calling process is not influenced. The application also discloses a service request forwarding device, a server and a computer readable storage medium, which have the beneficial effects.

Description

Service request forwarding method and related device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a service request forwarding method, a service request forwarding apparatus, a server, and a computer-readable storage medium.
Background
Against the development of internet technology, a framework for collaboration among a plurality of systems is continuously applied to a server. The calling of the service interface is required to continuously occur between each system, namely, the data interaction process continuously exists between the systems.
In the prior art, data interaction is generally performed by acquiring a service provided by a server through a service interface. However, the services provided in the existing system are various, and the interface of each service is different. On one hand, the service requester needs to consider all aspects of the request event when sending the request, so that the interfaces cannot be unified, the request interface is not concise, and the request is easy to be confused. On the other hand, different request modes exist in non-uniform interfaces, the sending of information is difficult to control, and the request information cannot be uniformly controlled. In general, in the prior art, interfaces used when a network service is called through a network request are various, and a server has no way to perform good management and control on the network request due to a non-uniform interface form. For example: the existing service request interface can not be inquired and tested, meanwhile, a statistical and analysis mode for the network request is lacked, and a uniform management and control method for authentication and authorization of the network request is also lacked.
Therefore, how to make the service manage the service request manner is a key issue that those skilled in the art pay attention to.
Disclosure of Invention
The application aims to provide a service request forwarding method, a service request forwarding device, a server and a computer readable storage medium, key parameters are obtained by unpacking and analyzing a service request and are packaged into internal request objects of a unified protocol, so that the protocol is unified, on the basis, corresponding management control operation, namely preset management operation, can be performed on the internal request objects corresponding to the service request, and then operation result objects are obtained and forwarded to a service provider, and the normal service request calling process is not influenced.
In order to solve the above technical problem, the present application provides a service request forwarding method, including:
unpacking and analyzing the received service request to obtain key parameters;
packaging the key parameters according to an internal request protocol to obtain an internal request object;
executing preset management operation on the internal request object to obtain an operation result object;
and sending the operation result object to a service provider so as to complete the service request forwarding operation.
Optionally, the method further includes:
when a return result sent by the service provider is received, packaging the return result to obtain result data;
and sending the result data to a service calling party.
Optionally, unpacking and analyzing the received service request to obtain a key parameter, including:
unpacking the received service request to obtain request message data;
and analyzing the request message data according to a protocol corresponding to the service request to obtain key parameters.
Optionally, executing a preset management operation on the internal request object to obtain an operation result object, where the operation result object includes:
determining the execution sequence of a plurality of management operations according to the acquired configuration file of the plug-in function;
and executing a plurality of management operations on the internal request object according to the execution sequence to obtain the operation result object.
Optionally, the sending the operation result object to a service provider so as to complete a service request forwarding operation includes:
acquiring an interface address of the service provider according to the service request;
and sending the operation result object to the interface address so as to complete the service request forwarding operation.
The present application further provides a service request forwarding apparatus, including:
the key parameter acquisition module is used for unpacking and analyzing the received service request to obtain key parameters;
the internal request acquisition module is used for encapsulating the key parameters according to an internal request protocol to obtain an internal request object;
the management operation execution module is used for executing preset management operation on the internal request object to obtain an operation result object;
and the request forwarding module is used for sending the operation result object to a service provider so as to complete service request forwarding operation.
Optionally, the method further includes:
the result data acquisition module is used for encapsulating the return result to obtain result data when receiving the return result sent by the service provider;
and the result data forwarding module is used for sending the result data to the service caller.
Optionally, the key parameter obtaining module includes:
the service request unpacking unit is used for unpacking the received service request to obtain request message data;
and the service request analysis unit is used for analyzing the request message data according to a protocol corresponding to the service request to obtain a key parameter.
The present application further provides a server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the service request forwarding method as described above when executing the computer program.
The present application further provides a computer readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the service request forwarding method as described above.
The application provides a service request forwarding method, which comprises the following steps: unpacking and analyzing the received service request to obtain key parameters; packaging the key parameters according to an internal request protocol to obtain an internal request object; executing preset management operation on the internal request object to obtain an operation result object; and sending the operation result object to a service provider so as to complete the service request forwarding operation.
By unpacking and analyzing the service request, the key parameters are obtained and are packaged into the internal request objects of the unified protocol, so that the protocol is unified, on the basis, the corresponding management control operation, namely the preset management operation, can be carried out on the internal request objects corresponding to the service request, and then the operation result objects are obtained and forwarded to the service provider, and the normal service request calling process is not influenced.
The present application further provides a service request forwarding device, a server, and a computer-readable storage medium, which have the above beneficial effects, and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a service request forwarding method according to an embodiment of the present application;
fig. 2 is a flowchart of an unpacking, analyzing and processing method of a service request forwarding method according to an embodiment of the present application;
fig. 3 is a flowchart of a management and control operation method of a service request forwarding method according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a service request forwarding apparatus according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a service request forwarding method, a service request forwarding device, a server and a computer readable storage medium, by unpacking and analyzing a service request, key parameters are obtained and encapsulated into internal request objects of a unified protocol, so that the protocol is unified, on the basis, corresponding management control operation, namely preset management operation, can be performed on the internal request objects corresponding to the service request, and then operation result objects are obtained and forwarded to a service provider, so that the normal service request calling process is not influenced.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all 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 application.
In an application scenario of invoking a network service, in the prior art, a service provider provides different interfaces for different services and different service invokers, so that the service invokers can invoke the services provided by the service provider. However, the non-uniformity of the interfaces creates a great obstacle to the management and control of the service requests, malicious service requests may occur, and there is no way to perform corresponding statistics on the service requests, that is, there is no way to perform better management and control on the service requests in general.
Therefore, the application provides a service request forwarding method, by unpacking and analyzing a service request, key parameters are obtained and encapsulated as internal request objects of a unified protocol, so that the protocol is unified, on the basis, corresponding management control operation, namely preset management operation, can be performed on the internal request objects corresponding to the service request, and then operation result objects are obtained and forwarded to a service provider, so that a normal service request calling process is not influenced.
Specifically, please refer to fig. 1, where fig. 1 is a flowchart of a service request forwarding method according to an embodiment of the present application.
The method can comprise the following steps:
s101, unpacking and analyzing the received service request to obtain key parameters;
this step is intended to extract the key parameters in the service request, i.e. the service request discards the protocol encapsulated data, and to retain the most critical data for making the request, e.g. the address of the request, the parameters of the request and the content of the request. Wherein the service request may be sent by the service invoker to the service provider.
The purpose achieved by this step is to clear the differentiated information in the service request and only keep the key data that can be used for the service request. The problem that the unified management and control operation cannot be carried out due to the fact that the service is requested by a non-unified interface is avoided, and the management and control efficiency of the service request is influenced.
S102, packaging the key parameters according to an internal request protocol to obtain an internal request object;
on the basis of step S101, this step aims to perform encapsulation processing on the key data according to a unified protocol, that is, an internal request protocol, so as to obtain a unified internal request object.
The internal request protocol is mainly a request encapsulation protocol which can be uniformly identified when management operation is carried out in the server. Specifically, the internal request protocol may be any one of internal request protocols provided in the prior art, and as long as each key parameter can be uniformly encapsulated, the internal request protocol may be used as the internal request protocol in this step, which is not specifically limited herein.
Accordingly, the service request can be converted into a unified internal request object through the steps S101 and S102, and the problem that a unified management and control operation cannot be performed due to non-uniformity of a protocol or an interface is avoided.
S103, executing preset management operation on the internal request object to obtain an operation result object;
on the basis of step S102, this step is intended to perform a corresponding management and control operation, that is, a preset management operation, on the internal request object, so as to obtain an operation result object.
The preset management operation may be a single management operation, or may be multiple management operations, and specifically may be set by a technician according to a certain management and control requirement. For example, currently, mainly the authentication management in the security aspect is performed on the service request, and then the preset management operation is set as the authentication management and control operation; if various management operations, such as statistical operations, authority verification and parameter conversion, need to be performed on the service request at this time, the preset operation is set as a set of various operations, and the various operations are performed on the internal request object in sequence to obtain a final operation result object.
The operation result object is result data obtained by processing the internal request object through management operation, for example, if the management operation is parameter conversion, the operation result object is the result obtained after the parameter conversion; if the management operation is a statistical operation, the management operation does not actually modify the internal request object, directly takes the internal request object as an operation result object, and additionally obtains a statistical result for storage.
In a more practical application scenario, each management operation is treated as a functional plug-in to manage. Specifically, in the forwarding process, a technician edits a configuration file of the functional plug-in, thereby managing the opening and closing of the functional plug-in.
And S104, sending the operation result object to a service provider so as to complete the service request forwarding operation.
On the basis of step S103, this step is intended to transmit the operation result object to the service provider so as to complete the service request forwarding operation. In the actual use process, the mode of sending the operation result object to the service provider is not unique, and a suitable forwarding mode can be selected according to the actual situation, which is not specifically limited herein.
Optionally, step S104 may include:
acquiring an interface address of a service provider according to a service request;
and step two, the operation result object is sent to the interface address so as to complete the service request forwarding operation.
The alternative scheme is mainly to complete the forwarding operation of the operation result according to the interface address obtained from the service request.
Optionally, on the basis of this embodiment, the method may further include:
step one, when a return result sent by a service provider is received, packaging the return result to obtain result data;
and step two, sending the result data to a service calling party.
The optional method is to say that when a return result of the service request is obtained, corresponding forwarding operation needs to be performed on the return result, that is, the return result is encapsulated to obtain result data, and the result data is sent to a corresponding service caller.
In summary, in the embodiment, the service request is unpacked and analyzed to obtain the key parameters and encapsulated as the internal request object with the unified protocol, so that the protocol is unified, on the basis, the corresponding management control operation, that is, the preset management operation, can be performed on the internal request object corresponding to the service request, and then the operation result object is obtained and forwarded to the service provider, without affecting the normal service request invoking process.
Based on the previous embodiment, this embodiment mainly provides a specific description on how to perform unpacking and analyzing processing in the previous embodiment, and other parts are substantially the same as those in the previous embodiment, and reference may be made to the previous embodiment, which is not described herein again.
Referring to fig. 2, fig. 2 is a flowchart of an unpacking, analyzing and processing method of a service request forwarding method according to an embodiment of the present application.
The method can comprise the following steps:
s201, unpacking the received service request to obtain request message data;
s202, analyzing the request message data according to the protocol corresponding to the service request to obtain the key parameters.
In this embodiment, the service request is first unpacked to obtain request message data, and then is analyzed according to a corresponding protocol to obtain a key parameter. Unpacking and analyzing the service requests of different interfaces to obtain key parameters, and discarding the service requests of different service interfaces from non-uniform information data. Wherein the service request may be sent by the service invoker to the service provider.
Based on the previous embodiment, the present embodiment mainly provides a specific description on how to perform the management and control operation in the previous embodiment, and other parts are substantially the same as those in the previous embodiment, and reference may be made to the previous embodiment, which is not described herein again.
Referring to fig. 3, fig. 3 is a flowchart of a management and control operation method of a service request forwarding method according to an embodiment of the present application.
The method can comprise the following steps:
s301, determining the execution sequence of a plurality of management operations according to the acquired configuration file of the plug-in function;
s302, a plurality of management operations are executed to the internal request object according to the execution sequence, and an operation result object is obtained.
In this embodiment, a plurality of management operations exist, and these management operations are mainly managed by a configuration file of a plug-in function, and an execution sequence of the plurality of management operations is usually stored in the configuration file, so in this embodiment, a plurality of management operations are executed on an internal request object by the execution sequence to obtain an operation result object.
In the following, a service request forwarding apparatus provided in an embodiment of the present application is introduced, and a service request forwarding apparatus described below and a service request forwarding method described above may be referred to correspondingly.
Specifically, please refer to fig. 4, where fig. 4 is a schematic structural diagram of a service request forwarding apparatus according to an embodiment of the present application.
The apparatus may include:
a key parameter obtaining module 100, configured to perform unpacking and analysis processing on the received service request to obtain a key parameter;
an internal request obtaining module 200, configured to perform encapsulation processing on the key parameter according to an internal request protocol to obtain an internal request object;
a management operation executing module 300, configured to execute a preset management operation on the internal request object to obtain an operation result object;
and a request forwarding module 400, configured to send the operation result object to the service provider, so as to complete the service request forwarding operation.
The apparatus may further include:
the result data acquisition module is used for encapsulating the returned result to obtain result data when receiving the returned result sent by the service provider;
and the result data forwarding module is used for sending the result data to the service caller.
Optionally, the key parameter obtaining module 100 may include:
the service request unpacking unit is used for unpacking the received service request to obtain request message data;
and the service request analysis unit is used for analyzing and processing the request message data according to the protocol corresponding to the service request to obtain the key parameter.
An embodiment of the present application further provides a server, including:
a memory for storing a computer program;
a processor for implementing the steps of the service request forwarding method as in the above embodiments when executing the computer program.
Embodiments of the present application further provide a computer-readable storage medium, on which a computer program is stored, and when being executed by a processor, the computer program implements the steps of the service request forwarding method according to the above embodiments.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
A service request forwarding method, a service request forwarding apparatus, a server and a computer-readable storage medium provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A method for forwarding a service request, comprising:
unpacking and analyzing the received service request to obtain key parameters;
packaging the key parameters according to an internal request protocol to obtain an internal request object; the internal request protocol is a uniformly identified request encapsulation protocol when management operation is carried out in the server;
executing preset management operation on the internal request object to obtain an operation result object; the preset management operation comprises statistical operation, permission verification and parameter conversion;
and sending the operation result object to a service provider so as to complete the service request forwarding operation.
2. The service request forwarding method according to claim 1, further comprising:
when a return result sent by the service provider is received, packaging the return result to obtain result data;
and sending the result data to a service calling party.
3. The method of claim 1, wherein unpacking and analyzing the received service request to obtain the key parameters comprises:
unpacking the received service request to obtain request message data;
and analyzing the request message data according to a protocol corresponding to the service request to obtain key parameters.
4. The method according to claim 1, wherein performing a predetermined management operation on the internal request object to obtain an operation result object comprises:
determining the execution sequence of a plurality of management operations according to the acquired configuration file of the plug-in function;
and executing a plurality of management operations on the internal request object according to the execution sequence to obtain the operation result object.
5. The service request forwarding method according to any one of claims 1 to 4, wherein sending the operation result object to a service provider so as to complete a service request forwarding operation comprises:
acquiring an interface address of the service provider according to the service request;
and sending the operation result object to the interface address so as to complete the service request forwarding operation.
6. A service request forwarding apparatus, comprising:
the key parameter acquisition module is used for unpacking and analyzing the received service request to obtain key parameters;
the internal request acquisition module is used for encapsulating the key parameters according to an internal request protocol to obtain an internal request object; the internal request protocol is a uniformly identified request encapsulation protocol when management operation is carried out in the server;
the management operation execution module is used for executing preset management operation on the internal request object to obtain an operation result object; the preset management operation comprises statistical operation, permission verification and parameter conversion;
and the request forwarding module is used for sending the operation result object to a service provider so as to complete service request forwarding operation.
7. The service request forwarding apparatus according to claim 6, further comprising:
the result data acquisition module is used for encapsulating the return result to obtain result data when receiving the return result sent by the service provider;
and the result data forwarding module is used for sending the result data to the service caller.
8. The service request forwarding apparatus of claim 6, wherein the key parameter obtaining module comprises:
the service request unpacking unit is used for unpacking the received service request to obtain request message data;
and the service request analysis unit is used for analyzing the request message data according to a protocol corresponding to the service request to obtain a key parameter.
9. A server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the service request forwarding method according to any of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the service request forwarding method according to any one of claims 1 to 5.
CN201811061672.8A 2018-09-12 2018-09-12 Service request forwarding method and related device Active CN109150893B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811061672.8A CN109150893B (en) 2018-09-12 2018-09-12 Service request forwarding method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811061672.8A CN109150893B (en) 2018-09-12 2018-09-12 Service request forwarding method and related device

Publications (2)

Publication Number Publication Date
CN109150893A CN109150893A (en) 2019-01-04
CN109150893B true CN109150893B (en) 2021-10-26

Family

ID=64824933

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811061672.8A Active CN109150893B (en) 2018-09-12 2018-09-12 Service request forwarding method and related device

Country Status (1)

Country Link
CN (1) CN109150893B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115277816B (en) * 2019-04-16 2023-10-20 创新先进技术有限公司 Service adaptation method, device, system and computer readable medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923485A (en) * 2009-06-17 2010-12-22 大唐软件技术股份有限公司 JACA remote invocation method in CORBA (Common Object Request Breaker Architecture) system
CN104717178A (en) * 2013-12-13 2015-06-17 中国移动通信集团河南有限公司 Information source data calling method and device
CN106856434A (en) * 2015-12-08 2017-06-16 阿里巴巴集团控股有限公司 The method and apparatus of access request conversion
CN107770225A (en) * 2016-08-22 2018-03-06 北京京东尚科信息技术有限公司 A kind of webService accesses system and the method for accessing webService
CN108449312A (en) * 2018-01-31 2018-08-24 北京奇艺世纪科技有限公司 A kind of method for converting protocol, device, system and gateway

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101022431B (en) * 2007-03-09 2010-08-04 中国移动通信集团福建有限公司 Interface gateway and interface gateway data processing method
US8763008B2 (en) * 2008-09-30 2014-06-24 Ebay Inc. System and method for processing messages using native data serialization/deserialization in a service-oriented pipeline architecture
CN106708976A (en) * 2016-12-07 2017-05-24 安徽尚果信息科技有限公司 Method for managing businesses via standard data interface

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923485A (en) * 2009-06-17 2010-12-22 大唐软件技术股份有限公司 JACA remote invocation method in CORBA (Common Object Request Breaker Architecture) system
CN104717178A (en) * 2013-12-13 2015-06-17 中国移动通信集团河南有限公司 Information source data calling method and device
CN106856434A (en) * 2015-12-08 2017-06-16 阿里巴巴集团控股有限公司 The method and apparatus of access request conversion
CN107770225A (en) * 2016-08-22 2018-03-06 北京京东尚科信息技术有限公司 A kind of webService accesses system and the method for accessing webService
CN108449312A (en) * 2018-01-31 2018-08-24 北京奇艺世纪科技有限公司 A kind of method for converting protocol, device, system and gateway

Also Published As

Publication number Publication date
CN109150893A (en) 2019-01-04

Similar Documents

Publication Publication Date Title
CN108923908B (en) Authorization processing method, device, equipment and storage medium
CN102137059B (en) Method and system for blocking malicious accesses
US11456965B2 (en) Network service request throttling system
CN108881228B (en) Cloud registration activation method, device, equipment and storage medium
CN108718347B (en) Domain name resolution method, system, device and storage medium
CN110213276B (en) Authorization verification method under micro-service architecture, server, terminal and medium
CN106953831B (en) User resource authorization method, device and system
US11108803B2 (en) Determining security vulnerabilities in application programming interfaces
CN108243188B (en) Interface access, interface call and interface verification processing method and device
CN103108320A (en) Method and system for monitoring application program of mobile device
CN112953745B (en) Service calling method, system, computer device and storage medium
CN113225351B (en) Request processing method and device, storage medium and electronic equipment
CN111177741A (en) Pre-authorization data access method and device based on enterprise browser
CN113569285A (en) Identity authentication and authorization method, device, system, equipment and storage medium
CN108712376B (en) Verification method and device for server login
CN111083153A (en) Service access method, device and equipment between medical interfaces and readable storage medium
CN109150893B (en) Service request forwarding method and related device
CN113691561B (en) Auditing method and device for communication data
CN111212027A (en) Network security verification method and device based on enterprise browser
CN111193707A (en) Pre-verification access method and device based on enterprise browser
CN108512889B (en) Application response pushing method based on HTTP and proxy server
CN110968400B (en) Application program execution method and device, computer equipment and storage medium
CN111200499B (en) System data access method and device based on PC (personal computer) end enterprise browser
CN116827551A (en) Method and device for preventing global override
CN111371811A (en) Resource calling method, resource calling device, client and service server

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
GR01 Patent grant
GR01 Patent grant