CN103944906A - HTTP traffic guiding method on iOS for APP - Google Patents

HTTP traffic guiding method on iOS for APP Download PDF

Info

Publication number
CN103944906A
CN103944906A CN201410168850.2A CN201410168850A CN103944906A CN 103944906 A CN103944906 A CN 103944906A CN 201410168850 A CN201410168850 A CN 201410168850A CN 103944906 A CN103944906 A CN 103944906A
Authority
CN
China
Prior art keywords
http
proxy
function
app
address
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.)
Granted
Application number
CN201410168850.2A
Other languages
Chinese (zh)
Other versions
CN103944906B (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.)
Chengdu Chaoyoumao Technology Co ltd
Original Assignee
XIAMEN XIANGYOU 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 XIAMEN XIANGYOU NETWORK TECHNOLOGY Co Ltd filed Critical XIAMEN XIANGYOU NETWORK TECHNOLOGY Co Ltd
Priority to CN201410168850.2A priority Critical patent/CN103944906B/en
Publication of CN103944906A publication Critical patent/CN103944906A/en
Application granted granted Critical
Publication of CN103944906B publication Critical patent/CN103944906B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention discloses an HTTP traffic guiding method on an iOS for an APP. The method includes the following steps that 1 the iOS monitors HTTP traffic in real time, if the HTTP traffic occurs, application software generating the HTTP traffic is recorded, and meanwhile, a native HTTP API is intercepted to obtain a global proxy function of a system; 2 a proxy function is constructed, and the proxy function achieves the native HTTP API to obtain all functions of the global proxy function of the system; 3 a mirror image head of an application software HTTP_APP is searched for, a function for obtaining proxy information of a current network is found out, and the address of the function replaces the address of the function constructed in the step 2; 4 when the native HTTP API of the iOS initiates an HTTP request, the proxy function constructed in the step 2 is called, and the function can return customized proxy information and detect the effectiveness of the proxy information; when an address in the proxy information is effective, the specified address is connected, the HTTP request is constructed into an HTTP proxy request to be sent to a specified proxy server, and therefore appointed proxies are achieved.

Description

The method of the upper guiding of the HTTP flow for APP of a kind of iOS
Technical field
The present invention relates to the upper flow guiding of iOS, especially on iOS for APP but not the HTTP flow of the overall situation does the method guiding.
Background technology
The HTTP API of the upper primary the superiors of iOS is NSURL, and such API Calls is easy, but the authorized agency that has no way, its meeting automatic acquisition is arranged on the overall situation agency of system level.This is in some occasions, and for example APP itself does not want to be subject to overall situation agency's impact, or wants the occasions such as own authorized agency, just can not be suitable for.
Summary of the invention
Therefore, for above-mentioned problem, the present invention proposes the method for the upper guiding of the HTTP flow for APP of a kind of iOS, and solve APP and use the primary HTTP API of the iOS the superiors, but the problem of wanting not to be subject to overall situation agency's impact or wanting own authorized agency.
Concrete, the technical solution adopted in the present invention is that the method for the upper guiding of the HTTP flow for APP of a kind of iOS, comprises the following steps:
Step 1:iOS system Real-Time Monitoring HTTP flow, if there is HTTP flow, record produces the application software (for example needing the APP application software of acceleration or direct traffic) of HTTP flow, the application software of this generation HTTP flow is designated as to HTTP_APP, tackles primary HTTP API simultaneously and obtain the function (function SCDynamicStoreCopyProxies) that the system overall situation is acted on behalf of;
Step 2: structure proxy function, this proxy function realizes primary HTTP API obtains all functions of system overall situation agency's function (function SCDynamicStoreCopyProxies), after this proxy function is set up, by primary HTTP API Calls, realizes agency; This proxy function is returned to the structure that comprises proxy information, and this proxy information at least comprises proxy, proxy port;
Step 3: search the mirror image head of application software HTTP_APP in the middle of internal memory, find the function (function name is SCDynamicStoreCopyProxies) of the proxy information that obtains current network, by the function address of structure in the address replacement step 2 of this function;
When the primary HTTP API of step 4:iOS system initiates HTTP request, the proxy function that invocation step 2 is constructed, this function will return to self-defining proxy information, and the validity of proxy information is detected; In the time that the address in proxy information is effective, will connect the address of this appointment, and HTTP request is configured to HTTP Proxy request mails to the proxy server of appointment, thereby realize authorized agency, also just realize the guiding of HTTP flow.
In addition, also said process realization can be packaged into a SDK calls for APP application software, APP application software startup stage call this SDK and realize this API of SCDynamicStoreCopyProxies interception, and proxy server address is set, next all HTTP requests of APP will be directed into set proxy server.
Wherein, the HTTP request that the primary HTTP API of iOS system initiates, first by preliminary treatment, and then send, this preliminary treatment comprises if process: whether first this HTTP request detects this HTTP asks the domain name that will access identical with the domain name of HTTP_APP, if both are not identical, ask the domain name that will access to change the domain name of HTTP_APP into HTTP; Whether the authorized agency's row (a line after stem <headers>) that then detects HTTP request is empty, if be not empty, is changed into blank line, and then this HTTP request is sent.By above-mentioned setting, can safeguard the validity of HTTP request, when avoiding follow-up authorized agency, occur that agency makes mistakes, and cause the method not use, and then cause cannot using of HTTP_APP.
Further, in described step 1, tackle primary HTTP API and obtain the function that the system overall situation is acted on behalf of, it comprises following process:
Step 11: the address that obtains HTTP_APP process;
Step 12: search the mirror image head of HTTP_APP in internal memory, obtain the address of system overall situation agency's function (function SCDynamicStoreCopyProxies), this address is replaced with to the function address that obtains proxy information of oneself constructing, and then realize the interception of the overall proxy function to primary HTTP API.
In addition, regenerate and manage and must arrange by system in iOS incision, relatively trouble.By scheme, also can switch HTTP Proxy in any time of APP operation phase.Therefore, in described step 4, the validity in proxy information is detected, when detecting that agency is while going wrong, can switch immediately agent address or authorized agency address not, thereby ensure the normal operation of said method.Step is as follows:
Step 41: the validity in proxy information is detected, if proxy information is invalid, detects HTTP request and whether make a mistake;
Step 42: if HTTP request makes a mistake, whether first detect http proxy server goes wrong, if proxy server goes wrong, change proxy server or ban use of authorized agency to make HTTP ask direct Hui Yuan by agent address is set immediately; If proxy server does not go wrong, automatically resend HTTP request.
The present invention adopts such scheme, and solve APP and use the primary HTTP API of the iOS the superiors, but the problem of wanting not to be subject to overall situation agency's impact or wanting own authorized agency; For APP developer provides extremely easy mode, need not change HTTP request code and can realize agency simultaneously; In the time that system overall situation agency goes wrong, can act on behalf of direct Hui Yuan by bypass system, thereby APP can normally be moved.
Embodiment
Now in conjunction with embodiment, the present invention is further described.
The invention provides the method for flow guiding, build an iOS SDK and call for iOS APP, make APP itself can oneself determine want to use overall situation agency or use the agency who oneself disposes.SDK possesses following two large functions: (1) is tackled primary HTTP API and obtained the function that the system overall situation is acted on behalf of.(2) structure authorized agency's data return to HTTP API.
Concrete, the technical solution adopted in the present invention is that the method for the upper guiding of the HTTP flow for APP of a kind of iOS, comprises the following steps:
Step 1:iOS system Real-Time Monitoring HTTP flow, if there is HTTP flow, record produces the application software (for example needing the APP application software of acceleration or direct traffic) of HTTP flow, the application software of this generation HTTP flow is designated as to HTTP_APP, tackles primary HTTP API simultaneously and obtain the function (function SCDynamicStoreCopyProxies) that the system overall situation is acted on behalf of;
Step 2: structure proxy function, this proxy function realizes primary HTTP API obtains all functions of system overall situation agency's function (function SCDynamicStoreCopyProxies), after this proxy function is set up, by primary HTTP API Calls, realizes agency; This proxy function is returned to the structure that comprises proxy information, and this proxy information at least comprises proxy, proxy port etc.;
When structure proxy function, first realize a function SCDynamicStoreCopyProxies(function performance with primary HTTP API: the configuration information of acting on behalf of of returning to current network) identical function my_SCDynamicStoreCopyProxies, this function returns to the structure that comprises proxy information, and this dictionary is acted on behalf of for realizing by HTTP API messenger; Wherein, the dictionary that has comprised proxy information is the dictionary of a json form, and form is as follows:
{
" HTTPEnable ": 1(int type)
" HTTPProxy ": " http_proxy_host " (String type)
" HTTPPort ": http_proxy_port(int type)
" HTTPSEnable ": 1(int type)
" HTTPSProxy ": " https_proxy_host " (String type)
" HTTPSPort ": https_proxy_port (int type)
};
Step 3: the mirror image head of searching application software HTTP_APP, find the function (function name is " SCDynamicStoreCopyProxies ") of the proxy information that obtains current network, the address of this function is replaced with to the function address of structure in step 2, when thereby HTTP_APP calls SCDynamicStoreCopyProxies function, automatically point to my_SCDynamicStoreCopyProxies, thereby can return to the agent address of appointment;
First step 4:iOS APP carries out preliminary treatment while calling the upper strata HTTP API initiation HTTP requests such as NSURL, and then send, API inside will be called SCDynamicStoreCopyProxies and be obtained system overall situation agency, but through interception (function replacement) afterwards, this function will return to self-defining proxy server address, and the validity in proxy information is detected.In the time that agent address is effective, will connect upper agent address of specifying, and HTTP is asked to be configured to HTTP Proxy request mail to the proxy server of appointment, thereby realize agent functionality, also just realize HTTP flow and guided.
Step 5: said process realization is packaged into a SDK and calls for APP, APP startup stage call SDK and realize this API of SCDynamicStoreCopyProxies interception, and proxy server address is set, next all HTTP requests of APP will be directed into set proxy server.
HTTP request is generally made up of two parts: request and response, and the form of HTTP request is as follows:
<request-line>
<headers>
<blank?line>
[<request-body>]
In HTTP request, define multiple request type, most importantly GET request and POST request.In HTTP request, the first row must be a request row (request line), is used for the resource (root of domain name or domain name) that request type is described, will accesses and the HTTP version using.And then be a stem (header) trifle, be used for illustrating the additional information that server (destination of request) will use.After stem, be a null, this row can be to specify the User-Agent of agency, and server end and client script can both be accessed this row, and it is the important foundation that browser type detects logic.After this, can add other data [being referred to as main body (body)] arbitrarily again.For example on Web browser, input a URL, browser just will send a GET request to server based on this URL, to tell server to obtain and to return to what resource,
In above-mentioned steps 4, the HTTP request that the primary HTTP API of iOS system initiates, first by preliminary treatment, and then send, this preliminary treatment comprises if process: whether first this HTTP request detects this HTTP asks the domain name that will access identical with the domain name of HTTP_APP, if both are not identical, ask the domain name that will access to change the domain name of HTTP_APP into HTTP; Whether the authorized agency's row (a line after stem <headers>) that then detects HTTP request is empty, if be not empty, is changed into blank line, and then this HTTP request is sent.By above-mentioned setting, can safeguard the validity of HTTP request, when avoiding follow-up authorized agency, occur that agency makes mistakes, and cause the method not use, and then cause cannot using of HTTP_APP.
In described step 4, the validity in proxy information is detected, when detecting that agency is while going wrong, can switch immediately agent address or authorized agency address not, thereby ensure the normal operation of said method.Step is as follows:
Step 41: the validity in proxy information is detected, if proxy information is invalid, detects HTTP request and whether make a mistake;
Step 42: if HTTP request makes a mistake, whether first detect http proxy server goes wrong, if proxy server goes wrong, agent address is set changes proxy server or ban use of authorized agency to make HTTP ask direct Hui Yuan by calling SDK immediately; If proxy server does not go wrong, automatically resend HTTP request.
The present invention is by re-constructing an identical function of function SCDynamicStoreCopyProxies with the primary HTTP API of iOS system, and proxy information is wherein replaced with to user-defined information, can realize two kinds of effects:
(1) break away from overall situation agency: " HTTPEnable " and " HTTPSEnable " is set to 0 or " HTTPProxy " and " HTTPSProxy " is set to nil, " HTTPPort " and " HTTPSPort " is set to 0;
(2) authorized agency: " HTTPEnable " and " HTTPSEnable " is set to 1, respectively " HTTPProxy ", " HTTPPort ", " HTTPSProxy " and " HTTPSPort " is set to the proxy information of wanting appointment.
Although specifically show and introduced the present invention in conjunction with preferred embodiment; but those skilled in the art should be understood that; not departing from the spirit and scope of the present invention that appended claims limits; can make a variety of changes the present invention in the form and details, be protection scope of the present invention.

Claims (4)

1. a method for the upper guiding of the HTTP flow for APP of iOS, comprises the following steps:
Step 1:iOS system Real-Time Monitoring HTTP flow, if there is HTTP flow, record produces the application software of HTTP flow, and the application software of this generation HTTP flow is designated as to HTTP_APP, tackles primary HTTP API simultaneously and obtains the function that the system overall situation is acted on behalf of;
Step 2: structure proxy function, this proxy function realizes primary HTTP API obtains all functions of system overall situation agency's function, after this proxy function is set up, by primary HTTP API Calls, realizes agency; This proxy function is returned to the structure that comprises proxy information, and this proxy information at least comprises proxy, proxy port;
Step 3: search the mirror image head of application software HTTP_APP, find the function of the proxy information that obtains current network, by the function address of structure in the address replacement step 2 of this function;
When the primary HTTP API of step 4:iOS system initiates HTTP request, the proxy function that invocation step 2 is constructed, this function will return to self-defining proxy information, and the validity of proxy information is detected; In the time that the address in proxy information is effective, will connects the address of this appointment, and HTTP request is configured to HTTP Proxy request mails to the proxy server of appointment, thereby realize authorized agency.
2. the method for the upper guiding of the HTTP flow for APP of a kind of iOS according to claim 1, it is characterized in that: the HTTP request that the primary HTTP API of iOS system initiates, first by preliminary treatment, and then send, this preliminary treatment comprises if process: whether first this HTTP request detects this HTTP asks the domain name that will access identical with the domain name of HTTP_APP, if both are not identical, ask the domain name that will access to change the domain name of HTTP_APP into HTTP; Whether the authorized agency's row that then detects HTTP request is empty, if be not empty, is changed into blank line, and then this HTTP request is sent.
3. the method for the upper guiding of the HTTP flow for APP of a kind of iOS according to claim 1 and 2, is characterized in that: in described step 1, tackle primary HTTP API and obtain the function that the system overall situation is acted on behalf of, it specifically comprises following process:
Step 11: the address that obtains HTTP_APP process;
Step 12: search the mirror image head of HTTP_APP in internal memory, obtain the address of function _ SCDynamicStoreCopyProxies of system overall situation agency, this address is replaced with to the function address that obtains proxy information of oneself constructing.
4. the method for the upper guiding of the HTTP flow for APP of a kind of iOS according to claim 1 and 2, is characterized in that: in described step 4, the validity of proxy information is detected, specifically comprise following process:
Step 41: the validity in proxy information is detected, if proxy information is invalid, detects HTTP request and whether make a mistake;
Step 42: if HTTP request makes a mistake, whether first detect http proxy server goes wrong, if proxy server goes wrong, change proxy server or ban use of authorized agency to make HTTP ask direct Hui Yuan by agent address is set immediately; If proxy server does not go wrong, automatically resend HTTP request.
CN201410168850.2A 2014-04-25 2014-04-25 A kind of method guided for the HTTP flows of APP on iOS Active CN103944906B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410168850.2A CN103944906B (en) 2014-04-25 2014-04-25 A kind of method guided for the HTTP flows of APP on iOS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410168850.2A CN103944906B (en) 2014-04-25 2014-04-25 A kind of method guided for the HTTP flows of APP on iOS

Publications (2)

Publication Number Publication Date
CN103944906A true CN103944906A (en) 2014-07-23
CN103944906B CN103944906B (en) 2017-03-15

Family

ID=51192390

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410168850.2A Active CN103944906B (en) 2014-04-25 2014-04-25 A kind of method guided for the HTTP flows of APP on iOS

Country Status (1)

Country Link
CN (1) CN103944906B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104954894A (en) * 2015-06-26 2015-09-30 网宿科技股份有限公司 Video traffic guiding method and device as well as electronic equipment
CN105100958A (en) * 2015-07-27 2015-11-25 网宿科技股份有限公司 Video flow guide method and device based on Android system
CN105306550A (en) * 2015-09-29 2016-02-03 诚迈科技(南京)股份有限公司 Method for setting proxy server to access to Internet based on Android platform
WO2016041322A1 (en) * 2014-09-16 2016-03-24 网宿科技股份有限公司 Method of forwarding in-application traffic on smart mobile terminal
CN106302613A (en) * 2015-06-10 2017-01-04 网宿科技股份有限公司 A kind of method of direct application flow based on Windows Phone 8 platform
CN107948232A (en) * 2016-10-13 2018-04-20 腾讯科技(深圳)有限公司 Implementation method, data transmission method, apparatus and system are acted on behalf of based on Hook API
CN108681448A (en) * 2018-04-02 2018-10-19 武汉斗鱼网络科技有限公司 Network request method, storage medium, electronic equipment and the system of IOS systems
CN108809763A (en) * 2018-06-14 2018-11-13 武汉斗鱼网络科技有限公司 A kind of network performance parameter acquisition method, terminal installation and storage medium
WO2019010734A1 (en) * 2017-07-12 2019-01-17 网宿科技股份有限公司 Method and system for guiding service application traffic
CN111294405A (en) * 2020-02-17 2020-06-16 北京北信源软件股份有限公司 Proxy detection method and device
CN115277602A (en) * 2022-06-22 2022-11-01 全知科技(杭州)有限责任公司 API gateway flow mirroring method
WO2023116513A1 (en) * 2021-12-24 2023-06-29 北京字节跳动网络技术有限公司 Network request processing method and apparatus, and device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6836462B1 (en) * 2000-08-30 2004-12-28 Cisco Technology, Inc. Distributed, rule based packet redirection
CN102594877A (en) * 2012-01-19 2012-07-18 网宿科技股份有限公司 Method and system for combining redirected download request and agency service to accelerate network service
CN102629938A (en) * 2012-03-14 2012-08-08 网宿科技股份有限公司 Method for carrying out video acceleration on network video loading and system thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6836462B1 (en) * 2000-08-30 2004-12-28 Cisco Technology, Inc. Distributed, rule based packet redirection
CN102594877A (en) * 2012-01-19 2012-07-18 网宿科技股份有限公司 Method and system for combining redirected download request and agency service to accelerate network service
CN102629938A (en) * 2012-03-14 2012-08-08 网宿科技股份有限公司 Method for carrying out video acceleration on network video loading and system thereof

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10581993B2 (en) 2014-09-16 2020-03-03 Wangsu Science & Technology Co., Ltd. Method for forwarding traffic in application on mobile intelligent terminal
WO2016041322A1 (en) * 2014-09-16 2016-03-24 网宿科技股份有限公司 Method of forwarding in-application traffic on smart mobile terminal
CN105491081A (en) * 2014-09-16 2016-04-13 网宿科技股份有限公司 Method for forwarding of internal flow of application in mobile intelligent terminal
CN106302613A (en) * 2015-06-10 2017-01-04 网宿科技股份有限公司 A kind of method of direct application flow based on Windows Phone 8 platform
CN104954894A (en) * 2015-06-26 2015-09-30 网宿科技股份有限公司 Video traffic guiding method and device as well as electronic equipment
CN104954894B (en) * 2015-06-26 2019-03-26 网宿科技股份有限公司 A kind of video flow bootstrap technique, device and a kind of electronic equipment
WO2016206283A1 (en) * 2015-06-26 2016-12-29 网宿科技股份有限公司 Method and device for guiding video traffic, and electronic device
CN105100958B (en) * 2015-07-27 2018-12-07 网宿科技股份有限公司 A kind of method and apparatus of the video flow guidance based on android system
CN105100958A (en) * 2015-07-27 2015-11-25 网宿科技股份有限公司 Video flow guide method and device based on Android system
CN105306550A (en) * 2015-09-29 2016-02-03 诚迈科技(南京)股份有限公司 Method for setting proxy server to access to Internet based on Android platform
CN107948232B (en) * 2016-10-13 2021-03-19 腾讯科技(深圳)有限公司 Hook API-based proxy implementation method, data transmission method, device and system
CN107948232A (en) * 2016-10-13 2018-04-20 腾讯科技(深圳)有限公司 Implementation method, data transmission method, apparatus and system are acted on behalf of based on Hook API
US11012359B2 (en) 2017-07-12 2021-05-18 Wangsu Science & Technology Co., Ltd. Method and system for redirecting service application traffic
WO2019010734A1 (en) * 2017-07-12 2019-01-17 网宿科技股份有限公司 Method and system for guiding service application traffic
CN108681448B (en) * 2018-04-02 2021-09-07 武汉斗鱼网络科技有限公司 Network request method of IOS system, storage medium, electronic device and system
CN108681448A (en) * 2018-04-02 2018-10-19 武汉斗鱼网络科技有限公司 Network request method, storage medium, electronic equipment and the system of IOS systems
CN108809763A (en) * 2018-06-14 2018-11-13 武汉斗鱼网络科技有限公司 A kind of network performance parameter acquisition method, terminal installation and storage medium
CN111294405A (en) * 2020-02-17 2020-06-16 北京北信源软件股份有限公司 Proxy detection method and device
WO2023116513A1 (en) * 2021-12-24 2023-06-29 北京字节跳动网络技术有限公司 Network request processing method and apparatus, and device and storage medium
CN115277602A (en) * 2022-06-22 2022-11-01 全知科技(杭州)有限责任公司 API gateway flow mirroring method
CN115277602B (en) * 2022-06-22 2023-07-28 全知科技(杭州)有限责任公司 API gateway flow mirroring method

Also Published As

Publication number Publication date
CN103944906B (en) 2017-03-15

Similar Documents

Publication Publication Date Title
CN103944906A (en) HTTP traffic guiding method on iOS for APP
CN110351283B (en) Data transmission method, device, equipment and storage medium
US9262300B1 (en) Debugging computer programming code in a cloud debugger environment
WO2019050638A1 (en) Systems and methods for dynamic c# serialization
CN107483260B (en) Fault processing method and device and electronic equipment
WO2016101635A1 (en) Method, apparatus and device for synchronizing login status, and computer storage medium
CN106533944B (en) Distributed API gateway, management method and management system
EP3720094B1 (en) Information processing method, apparatus, device and system
JP7005141B2 (en) Methods for remote monitoring and systems for signal acquisition and remote monitoring
JP2016066362A (en) Remote access and administration of device content and configuration using http protocol
US9769214B2 (en) Providing reliable session initiation protocol (SIP) signaling for web real-time communications (WEBRTC) interactive flows, and related methods, systems, and computer-readable media
WO2019128299A1 (en) Test system and test method
CN102082800A (en) User request processing method and server
CN103607476A (en) System and method for distributed multi-stage persistence of huge number of messages
CN103685354A (en) Method and device for testing based on RMI protocol
US20100332582A1 (en) Method and System for Service Contract Discovery
CN105938472A (en) Web access control method and device
CN113992738A (en) Reverse proxy method, device, equipment and storage medium based on micro service gateway
CN104008331A (en) Access method, device and system of malicious web
CN109343983A (en) Information interacting method, device, equipment and storage medium between functional module
CN107105004B (en) Cross-platform service calling method and device
KR101700197B1 (en) Method for addressing node address for device management and apparatus therefor
CN108683651A (en) A kind of single-point logging method, server-side and system
CN105991568A (en) Proxy realizing device
US20140019610A1 (en) Correlated Tracing of Connections through TDS

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent of invention or patent application
CB03 Change of inventor or designer information

Inventor after: LAN Jin

Inventor before: Lin Chuiza

Inventor before: Lan Jin

C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230522

Address after: No. 2201, 22nd Floor, Building 6, No. 300 Tianfu Fourth Street, Chengdu High tech Zone, China (Sichuan) Pilot Free Trade Zone, Chengdu City, Sichuan Province, 610000

Patentee after: Chengdu Chaoyoumao Technology Co.,Ltd.

Address before: Room M17, 2nd Floor, No. 22 Dongpu Road, Siming District, Xiamen City, Fujian Province, 361000

Patentee before: XIAMEN XIANGYOU NETWORK TECHNOLOGY Co.,Ltd.