CN106815247B - Uniform resource locator obtaining method and device - Google Patents

Uniform resource locator obtaining method and device Download PDF

Info

Publication number
CN106815247B
CN106815247B CN201510862367.9A CN201510862367A CN106815247B CN 106815247 B CN106815247 B CN 106815247B CN 201510862367 A CN201510862367 A CN 201510862367A CN 106815247 B CN106815247 B CN 106815247B
Authority
CN
China
Prior art keywords
parameters
url
parameter
preset
target
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
CN201510862367.9A
Other languages
Chinese (zh)
Other versions
CN106815247A (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.)
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 CN201510862367.9A priority Critical patent/CN106815247B/en
Publication of CN106815247A publication Critical patent/CN106815247A/en
Application granted granted Critical
Publication of CN106815247B publication Critical patent/CN106815247B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a method and a device for acquiring a uniform resource locator. The method comprises the following steps: determining a target processing part in a Uniform Resource Locator (URL) to be processed; decomposing the target processing part to obtain a plurality of parameters; respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and splicing each filtered parameter to obtain a target URL. By the method and the device, the problem that in the related art, the URL only containing the parameters concerned by the user cannot be directly obtained during website analysis, and the user experience degree is low is solved.

Description

Uniform resource locator obtaining method and device
Technical Field
The present application relates to the field of website analysis, and in particular, to a method and an apparatus for obtaining a uniform resource locator.
Background
A Uniform Resource Locator (URL) is also called a web page address, and is an address of a standard Resource on the internet. Typically, the URL contains many parts. Such as domain name, Query, etc. The URL obtained by the user is a complete URL, however, the user sometimes does not pay attention to all parameters of each part in the complete URL. For example, in the field of website analysis, they do not focus on the advertisement parameters in the URL (utm parameters). In the related technology, the URLs displayed for the user are all complete URLs, and the user needs to exclude the parameters which are not concerned about from the complete URLs and obtain the parameters concerned about, namely, the parameters concerned about cannot be directly obtained, so that the user experience degree is low.
Aiming at the problem that in the related art, the user experience is low because the URL only containing the parameters concerned by the user cannot be directly obtained during website analysis, an effective solution is not provided at present.
Disclosure of Invention
The present application mainly aims to provide a method and an apparatus for acquiring a uniform resource locator, so as to solve the problem that, in the related art, a URL only including a parameter concerned by a user cannot be directly acquired during website analysis, which results in a low user experience.
In order to achieve the above object, according to an aspect of the present application, there is provided a uniform resource locator acquisition method. The method comprises the following steps: determining a target processing part in a Uniform Resource Locator (URL) to be processed; decomposing the target processing part to obtain a plurality of parameters; respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and splicing each filtered parameter to obtain a target URL.
Further, determining a target processing portion in the uniform resource locator URL to be processed comprises: acquiring a Uniform Resource Locator (URL) to be processed; creating a Uri class instance according to a Uniform Resource Locator (URL) to be processed; and extracting the Query member attribute from the Uri class instance as a target processing part in the URL to be processed.
Further, the splicing processing is performed on each filtered parameter, and obtaining the target URL includes: splicing each filtered parameter to obtain a parameter string; and splicing the parameter string and preset parameters to obtain a target URL.
And further, splicing each filtered parameter by using a string.
Further, the filtering each parameter of the plurality of parameters according to the preset filtering condition includes: determining a preset filtering condition, wherein the preset filtering condition is that the parameter name does not contain utm character strings; acquiring parameters comprising utm character strings in a plurality of parameters; and filtering the parameter including the utm character string among the plurality of parameters.
Further, decomposing the target processing portion to obtain a plurality of parameters includes: determining preset characters contained in the target processing part; and extracting parameters on two sides of each preset character in the target processing part to obtain a plurality of parameters.
To achieve the above object, according to another aspect of the present application, there is provided a uniform resource locator obtaining apparatus. The device includes: the determining unit is used for determining a target processing part in the URL to be processed; the decomposition unit is used for decomposing the target processing part to obtain a plurality of parameters; the first processing unit is used for respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and the second processing unit is used for splicing each filtered parameter to obtain a target URL.
Further, the determination unit includes: the first acquisition module is used for acquiring a Uniform Resource Locator (URL) to be processed; the creating module is used for creating a Uri class example according to the URL to be processed; and the first determining module is used for extracting the attribute of the Query member from the Uri class example as a target processing part in the URL to be processed.
Further, the second processing unit includes: the first processing module is used for splicing each filtered parameter to obtain a parameter string; and the second processing module is used for splicing the parameter string and the preset parameters to obtain the target URL.
Further, the first processing unit includes: the second determining module is used for determining a preset filtering condition, wherein the preset filtering condition is that the parameter name does not contain utm character strings; the second acquisition module is used for acquiring parameters including utm character strings in the plurality of parameters; and a third processing module, for performing filtering processing on the parameter containing utm character string in the plurality of parameters.
Through the application, the following steps are adopted: determining a target processing part in a Uniform Resource Locator (URL) to be processed; decomposing the target processing part to obtain a plurality of parameters; respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and splicing each filtered parameter to obtain a target URL, so that the problem that in the related technology, a URL only containing parameters concerned by a user cannot be directly obtained during website analysis, and the user experience degree is low is solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 is a flow chart of a uniform resource locator acquisition method according to an embodiment of the present application; and
fig. 2 is a schematic diagram of a uniform resource locator acquisition apparatus according to an embodiment of the present application.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, 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 only partial 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.
It should be noted that the terms "first," "second," and the like in the description and claims of this application 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 should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. 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.
For convenience of description, terms referred to in the embodiments of the present application are explained below:
a Uniform Resource Locator (URL) is also called a web page address, and is an address of a standard Resource on the internet. In general, a URL is a character string used to describe information resources on the Internet, and is mainly used in various WWW client programs and server programs, especially in famous Mosaic. The URL can be used for describing various information resources in a uniform format, including files, addresses and directories of servers and the like. The format of the URL consists of the following three parts: the first part is a protocol (or called a service mode); the second part is the host IP address (sometimes including the port number) where the resource is stored; the third part is the specific address of the host resource, such as directory and file name. Between the first part and the second part, ": the// "symbol separates the second and third portions. The first and second portions are indispensable, and the third portion may sometimes be omitted.
According to an embodiment of the present application, a method for acquiring a uniform resource locator is provided.
Fig. 1 is a flowchart of a uniform resource locator acquisition method according to an embodiment of the present application. As shown in fig. 1, the method comprises the steps of:
step S101, determining a target processing part in the URL to be processed.
The URL to be processed in the present application is an original URL, i.e., a complete URL. The URL to be processed contains a number of parts. For example, the Host, Path, Query, etc. determine the target processing portion in the URL to be processed, i.e. the portion that needs to be filtered subsequently. For example, it is determined that a target processing portion in the URL to be processed is a Query portion, that is, the Query portion needs to be subjected to parameter removal processing subsequently.
Optionally, in the method for obtaining a uniform resource locator provided in an embodiment of the present application, determining a target processing portion in a URL to be processed includes: acquiring a Uniform Resource Locator (URL) to be processed; creating a Uri class instance according to a Uniform Resource Locator (URL) to be processed; and extracting the Query member attribute from the Uri class instance as a target processing part in the URL to be processed. The Uri class provides a set of functions that segment a string of Uri (Uniform resource identifier) characters, and defines attributes and methods to handle URIs.
For example, the Query member attributes include parameters such as name and age, and the Query member attributes including the parameters such as name and age are used as a target processing part in the URL to be processed.
Step S102, decomposing the target processing part to obtain a plurality of parameters.
Optionally, in the method for obtaining a uniform resource locator provided in this embodiment of the present application, decomposing the target processing portion to obtain a plurality of parameters includes: determining preset characters contained in the target processing part; and extracting parameters on two sides of each preset character in the target processing part to obtain a plurality of parameters.
For example, the preset character is the "&" character, and the Query member attribute is: name ═ zhangsan ═ 18 [ & utmsource & … …; determining a preset character in a Query member attribute (a target processing part), extracting parameters on two sides of the preset character in a name (Zhang three) address (18) and a utm source & … … to obtain a name (Zhang three); age is "18"; utmsource; and so on.
Step S103, filtering each parameter of the plurality of parameters according to preset filtering conditions.
Optionally, in the method for obtaining a uniform resource locator according to the embodiment of the present application, the filtering each of the plurality of parameters according to the preset filtering condition includes: determining a preset filtering condition, wherein the preset filtering condition is that the parameter name does not contain utm character strings; acquiring parameters comprising utm character strings in a plurality of parameters; and filtering the parameter including the utm character string among the plurality of parameters.
Since the utm parameter is an advertisement parameter, the user does not pay attention to the advertisement parameter, and therefore, in this step, a parameter including utm character strings among a plurality of parameters is filtered, for example, the plurality of parameters is name ═ zhangsan; age is "18"; utmsource; and the like, filtering the parameters containing utm character strings, namely filtering out utm source, and leaving the name of Zhang three; parameters such as "18" that do not include utm character strings.
It should be noted that the preset filter condition in the present application is not limited to the parameter name not including the utm character string, and may also be a filter condition formed by other parameters in the URL that are not focused on by other users.
And step S104, splicing each filtered parameter to obtain a target URL.
Optionally, in the method for obtaining a uniform resource locator provided in the embodiment of the present application, the splicing processing is performed on each filtered parameter, and obtaining a target URL includes: splicing each filtered parameter to obtain a parameter string; and splicing the parameter string and preset parameters to obtain a target URL.
Optionally, in the method for obtaining a uniform resource locator provided in the embodiment of the present application, the splicing processing of each filtered parameter is performed by using a preset character through string.
For example, the preset character is an "&" character, parameters which do not include utm character strings are spliced to obtain parameter strings, that is, the parameter strings are spliced with parameters such as Schema, Host, Abosolutepath and the like of the Uri example to obtain the target URL, where for example, the format of the obtained target URL is: $ "{ uri.scheme }:// { uri.host } { uri.Absolute Path }? { updatedqrreystring } ".
In summary, the target URL is obtained by decomposing, filtering and splicing the URL to be processed, parameters which are not concerned by the user are filtered out in the target URL, and the URL presented to the user only contains the parameters concerned by the user, so that the user can directly obtain the URL only containing the parameters concerned by the user, and the user experience is improved.
The method for acquiring the uniform resource locator provided by the embodiment of the application comprises the steps of determining a target processing part in a Uniform Resource Locator (URL) to be processed; decomposing the target processing part to obtain a plurality of parameters; respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and splicing each filtered parameter to obtain a target URL, so that the problem that in the related technology, a URL only containing parameters concerned by a user cannot be directly obtained during website analysis, and the user experience degree is low is solved.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
The embodiment of the present application further provides a device for acquiring a uniform resource locator, and it should be noted that the device for acquiring a uniform resource locator of the embodiment of the present application may be used to execute the method for acquiring a uniform resource locator provided by the embodiment of the present application. The following describes a uniform resource locator acquisition apparatus according to an embodiment of the present application.
Fig. 2 is a schematic diagram of a uniform resource locator acquisition apparatus according to an embodiment of the present application. As shown in fig. 2, the apparatus includes: a determination unit 10, a decomposition unit 20, a first processing unit 30 and a second processing unit 40.
A determining unit 10, configured to determine a target processing portion in the uniform resource locator URL to be processed.
And the decomposition unit 20 is used for decomposing the target processing part to obtain a plurality of parameters.
The first processing unit 30 is configured to perform filtering processing on each of the plurality of parameters according to a preset filtering condition.
And the second processing unit 40 is configured to perform splicing processing on each filtered parameter to obtain a target URL.
The uniform resource locator acquiring device provided by the embodiment of the application determines a target processing part in a uniform resource locator URL to be processed through a determining unit 10; the decomposition unit 20 decomposes the target processing part to obtain a plurality of parameters; the first processing unit 30 respectively performs filtering processing on each of the plurality of parameters according to preset filtering conditions; and the second processing unit 40 performs splicing processing on each filtered parameter to obtain a target URL, so that the problem that the URL only containing the parameter concerned by the user cannot be directly obtained during website analysis in the related art and the user experience is low is solved, the URL to be processed is decomposed, filtered and spliced to obtain the target URL, the parameter not concerned by the user is filtered out in the target URL, and the parameter only containing the parameter concerned by the user is presented to the URL of the user, so that the URL only containing the parameter concerned by the user can be directly obtained, and the effect of the user experience is improved.
Optionally, in the apparatus for obtaining a uniform resource locator provided in the embodiment of the present application, the determining unit 10 includes: the first acquisition module is used for acquiring a Uniform Resource Locator (URL) to be processed; the creating module is used for creating a Uri class example according to the URL to be processed; and the first determining module is used for extracting the attribute of the Query member from the Uri class example as a target processing part in the URL to be processed.
Optionally, in the apparatus for obtaining a uniform resource locator provided in the embodiment of the present application, the second processing unit 40 includes: the first processing module is used for splicing each filtered parameter to obtain a parameter string; and the second processing module is used for splicing the parameter string and the preset parameters to obtain the target URL.
Optionally, in the apparatus for obtaining a uniform resource locator provided in the embodiment of the present application, the first processing unit 10 includes: the second determining module is used for determining a preset filtering condition, wherein the preset filtering condition is that the parameter name does not contain utm character strings; the second acquisition module is used for acquiring parameters including utm character strings in the plurality of parameters; and a third processing module, for performing filtering processing on the parameter containing utm character string in the plurality of parameters.
The uniform resource locator obtaining device comprises a processor and a memory, wherein the determining unit, the decomposing unit, the first processing unit, the second processing unit 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 preset filtering condition and the preset parameter can be stored in the memory.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can set one or more than one, and the target URL is obtained by adjusting the kernel parameters.
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 present application further provides an embodiment of a computer program product, which, when being executed on a data processing device, is adapted to carry out program code for initializing the following method steps: determining a target processing part in a Uniform Resource Locator (URL) to be processed; decomposing the target processing part to obtain a plurality of parameters; respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and splicing each filtered parameter to obtain a target URL.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus may be implemented in other manners. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one type of division of logical functions, and there may be other divisions when actually implementing, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
It will be apparent to those skilled in the art that the modules or steps of the present application described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present application is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (7)

1. A method for obtaining a Uniform Resource Locator (URL), comprising:
determining a target processing part in a Uniform Resource Locator (URL) to be processed;
decomposing the target processing part to obtain a plurality of parameters;
respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and
splicing each filtered parameter to obtain a target URL;
decomposing the target processing part to obtain a plurality of parameters comprises the following steps: determining preset characters contained in the target processing part; extracting parameters on two sides of each preset character in the target processing part to obtain a plurality of parameters; wherein the preset character is an "&" character;
wherein, the preset filtering condition is that the parameter name does not contain utm character strings;
determining a target processing portion in a Uniform Resource Locator (URL) to be processed comprises: acquiring the URL to be processed; creating a Uri class instance according to the URL to be processed; and extracting Query member attributes from the Uri class examples as target processing parts in the URL to be processed.
2. The method of claim 1, wherein the splicing each filtered parameter to obtain the target URL comprises:
splicing each filtered parameter to obtain a parameter string; and
and splicing the parameter string and preset parameters to obtain a target URL.
3. The method according to claim 2, wherein the splicing process for each filtered parameter is a splicing process for each filtered parameter by string.
4. The method of claim 1, wherein filtering each of the plurality of parameters according to a predetermined filtering condition comprises:
determining the preset filtering condition;
acquiring parameters including utm character strings in the plurality of parameters; and
and filtering the parameters containing utm character strings in the plurality of parameters.
5. An apparatus for uniform resource locator acquisition, comprising:
the determining unit is used for determining a target processing part in the URL to be processed;
the decomposition unit is used for decomposing the target processing part to obtain a plurality of parameters;
the first processing unit is used for respectively filtering each parameter in the plurality of parameters according to preset filtering conditions; and
the second processing unit is used for splicing each filtered parameter to obtain a target URL;
the device is also used for determining preset characters contained in the target processing part; extracting parameters on two sides of each preset character in the target processing part to obtain a plurality of parameters; wherein the preset character is an "&" character;
wherein, the preset filtering condition is that the parameter name does not contain utm character strings;
the determination unit includes: the first acquisition module is used for acquiring the URL to be processed; a creating module, configured to create a Uri class instance according to the URL to be processed; and the first determining module is used for extracting the Query member attribute from the Uri class instance as a target processing part in the URL to be processed.
6. The apparatus of claim 5, wherein the second processing unit comprises:
the first processing module is used for splicing each filtered parameter to obtain a parameter string; and
and the second processing module is used for splicing the parameter string and preset parameters to obtain a target URL.
7. The apparatus of claim 5, wherein the first processing unit comprises:
the second determining module is used for determining the preset filtering condition;
a second obtaining module, configured to obtain a parameter that includes utm character strings from the multiple parameters; and
and the third processing module is used for filtering the parameters containing the utm character strings in the plurality of parameters.
CN201510862367.9A 2015-11-30 2015-11-30 Uniform resource locator obtaining method and device Active CN106815247B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510862367.9A CN106815247B (en) 2015-11-30 2015-11-30 Uniform resource locator obtaining method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510862367.9A CN106815247B (en) 2015-11-30 2015-11-30 Uniform resource locator obtaining method and device

Publications (2)

Publication Number Publication Date
CN106815247A CN106815247A (en) 2017-06-09
CN106815247B true CN106815247B (en) 2020-05-22

Family

ID=59107532

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510862367.9A Active CN106815247B (en) 2015-11-30 2015-11-30 Uniform resource locator obtaining method and device

Country Status (1)

Country Link
CN (1) CN106815247B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108984703B (en) * 2018-07-05 2023-04-18 平安科技(深圳)有限公司 Uniform Resource Locator (URL) duplicate removal method and device
CN108920668B (en) * 2018-07-05 2023-04-18 平安科技(深圳)有限公司 Uniform Resource Locator (URL) duplicate removal method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102857572A (en) * 2012-09-14 2013-01-02 北京星网锐捷网络技术有限公司 Method and device for processing HTTP (hyper text transport protocol) access request and gateway equipment
CN102902780A (en) * 2012-09-28 2013-01-30 五八有限公司 Dynamic matching method and dynamic matching device of uniform resource locator (URL)
CN103530337A (en) * 2013-09-30 2014-01-22 北京奇虎科技有限公司 Device and method for recognizing invalid parameters in URL

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070083671A1 (en) * 2005-10-11 2007-04-12 International Business Machines Corporation Servlet filters to decode encoded request parameters

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102857572A (en) * 2012-09-14 2013-01-02 北京星网锐捷网络技术有限公司 Method and device for processing HTTP (hyper text transport protocol) access request and gateway equipment
CN102902780A (en) * 2012-09-28 2013-01-30 五八有限公司 Dynamic matching method and dynamic matching device of uniform resource locator (URL)
CN103530337A (en) * 2013-09-30 2014-01-22 北京奇虎科技有限公司 Device and method for recognizing invalid parameters in URL

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Web代码安全人工审计内容的研究";何斌颖 等;《江西科学》;20140812;第32卷(第4期);第536-538、548页 *

Also Published As

Publication number Publication date
CN106815247A (en) 2017-06-09

Similar Documents

Publication Publication Date Title
US20170242934A1 (en) Methods for integrating semantic search, query, and analysis and devices thereof
US9613156B2 (en) Cookie information sharing method and system
WO2018001078A1 (en) Url matching method and device, and storage medium
JP7029003B2 (en) Password protection Question setting method and device
CN106776615B (en) Thermodynamic diagram generation method and device
CN109688205B (en) Webpage resource interception method and device
CN109634753B (en) Data processing method, device, terminal and storage medium for switching browser kernels
CN106611008A (en) Method and device for managing internet content labels
US10931688B2 (en) Malicious website discovery using web analytics identifiers
CN105808642B (en) Recommendation method and device
KR102009020B1 (en) Method and apparatus for providing website authentication data for search engine
CN107193870B (en) Webpage content extraction method and system
CN106897297B (en) Method and device for determining access path between website columns
US20170230258A1 (en) Managing network communication protocols
CN106815247B (en) Uniform resource locator obtaining method and device
CN106815248B (en) Website analysis method and device
CN108108381B (en) Page monitoring method and device
CN103905434A (en) Method and device for processing network data
CN103399968A (en) Microblog information acquisition method and microblog information acquisition system
US20150082436A1 (en) Anti-tampering server
CN110717036B (en) Method and device for removing duplication of uniform resource locator and electronic equipment
CN110955855B (en) Information interception method, device and terminal
CN106339381B (en) Information processing method and device
Ben-David National web histories at the fringe of the Web: Palestine, Kosovo, and the quest for online self-determination
CN107784054B (en) Page publishing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant