CA2429761A1 - Targeted web page redirection - Google Patents

Targeted web page redirection Download PDF

Info

Publication number
CA2429761A1
CA2429761A1 CA002429761A CA2429761A CA2429761A1 CA 2429761 A1 CA2429761 A1 CA 2429761A1 CA 002429761 A CA002429761 A CA 002429761A CA 2429761 A CA2429761 A CA 2429761A CA 2429761 A1 CA2429761 A1 CA 2429761A1
Authority
CA
Canada
Prior art keywords
url
old
cgi script
web
old url
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.)
Abandoned
Application number
CA002429761A
Other languages
French (fr)
Inventor
Christopher J. Kale
Baldev S. Soor
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.)
IBM Canada Ltd
Original Assignee
IBM Canada 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 IBM Canada Ltd filed Critical IBM Canada Ltd
Priority to CA002429761A priority Critical patent/CA2429761A1/en
Priority to US10/729,295 priority patent/US7519679B2/en
Publication of CA2429761A1 publication Critical patent/CA2429761A1/en
Priority to US12/354,657 priority patent/US7970874B2/en
Abandoned legal-status Critical Current

Links

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

Abstract

The present invention provides redirection for a web page request for an old URL
received at a web server. In an embodiment, a web page request from an end-user is redirected to a Common Gateway Interface ("CGI") script for handling the web page redirection. In an embodiment, the CGI script includes a routine for matching an old URL to a new URL provided in a lookup table. In an embodiment, each web page of an old URL has a corresponding new URL such that an end-user trying to access a web page using an old URL is always directed to a corresponding new web page, or to a relevant page if a corresponding new page does not exist.
In another embodiment, a customized message may be associated with a match between an old URL and a new URL, and the customized message may be displayed prior to redirection.

Description

TARGETED WEB PAGE REDIRECTION
BACKGROUND OF THE INVENTION
The present invention relates generally to data processing systems, and in particular, to redirection of web page requests on the World Wide Web.
The World Wide Web, or WWW, is a hypertext information and communication system used on the worldwide network of computers commonly known as the Internet. WWW
operates according to a client-server model using a HyperText Transfer Protocol ("HTTP"). HTTP
provides user access to files using a standard page description language known as HyperText Markup Language ("HTML"). HTML is an application of Standard Generalized Markup Language ("SGML"), which is an international standard (ISO 8879) for text information processing. Files that are accessed using HTML may be provided in many different formats including text, graphics, images, sound, and video. HTML provides basic document formatting and allows a web developer to specify links to "web servers" and files. These links are specified using an addressing scheme commonly known as the Uniform Resource Locator ("URL"). By specifying a URL, an end-user or web server is able to access web pages formatted according to HTML from a web server connected to the WWW. Entering a URL often requires the input of a long string of characters. To assist the end-user, a bookmarking facility is typically provided in web browsers, allowing the end-user to save a URL for a web page being viewed.
The end-user is then able to later access the bookmarked web page by selecting the bookmark from the web browser.
Over time, a web developer or data owner may wish to alter the organization or structure of web pages at a given web site. In the process, frequently, the address or URL of the web pages may also change. Consequently, when an end-user tries to access a web page for which the URL has changed, the end-user may receive an error message and be unable to connect to the desired web page. This often results in frustration and end-user dissatisfaction with the web site.

To address this problem, various solutions for redirecting an outdated URL
request to a new URL have been proposed. For example, U.S. Patent No. 6,338,082 discloses redirecting an end-user's web browser to a domain name registration site using the Domain Name System ("DNS") if the specified URL does not exit. As known to those skilled in the art, the DNS is a system which translates domain names to Internet Protocol addresses.
Similarly, U.S. Patent No.
6,014,660 also refers to translation within the DNS service. However, redirection through the DNS of more than a few web pages may be cumbersome and administratively difficult to set up.
Other proposed solutions have focused on redirection on the web server itself.
For example, it is known that a web server configuration file in web server software may be used to redirect a request for a web page from an old URL to a new URL. However, redirecting pages at the web server configuration level may require extensive involvement of a web server administrator, which may be inconvenient for both the web server administrator and the data owner, if they are not one and the same. In any event, if there are significant changes to a web 1 S page data structure, and many web pages must be redirected as a result, using the web server configuration file to redirect each web page may prove to be quite impractical. Also, a web server configuration file may not permit specific targeting or sufficient flexibility in mapping old URLs to new URLs as desired by the data owner.
Thus, what is needed is a solution for redirecting web page requests which overcomes at least some of the drawbacks or limitations of known solutions as presented above.
SUMMARY OF THE INVENTION
The present invention provides targeted web page redirection which may be readily customized by data owners.
In an embodiment, a web page request from an end-user's web browser is redirected to a Common Gateway Interface ("CGI") script for handling the web page redirection.
In an embodiment, the CGI script includes a routine for matching an old URL to a new URL provided in a lookup table. In an embodiment, each web page of an old URL has a corresponding new URL such that a web browser trying to access a web page using an old URL is always directed to a corresponding new web page, or to a relevant page if a corresponding new page does not exist.
In another embodiment, a customized message may be associated with a match between an old URL and a new URL, and the customized message may be displayed prior to redirection.
In an aspect of the invention, there is provided a method of redirecting a web page request, comprising:
receiving at a CGI script an old URL specified by a web browser;
mapping said old URL to a new URL based on a data owner specified mapping accessible from said CGI script;
outputting said new URL to said web browser.
In another aspect of the invention, there is provided a system for redirecting a web page request, comprising:
a data owner specified mapping of old URLs to new URLs;
a CGI script configured to receive an old URL specified by a web browser and to access said mapping in order to obtain a new URL;
an output for outputting said new URL.
In another aspect of the invention, there is provided a system for redirecting a web page request, comprising:
means for receiving at a CGI script an old URL specified by a web browser;
means for mapping said old URL to a new URL based on a data owner specified mapping accessible from said CGI script;
means for outputting said new URL to said web browser.
In another aspect of the invention, there is provided a computer program product for redirecting a web page request, the computer program product comprising:
a computer usable medium having computer readable program code means embodied in the medium for redirecting a web page request, the computer program code means including:
computer readable program code means for receiving at a CGI script an old URL

specified by a web browser;
computer readable program code means embodied in said CGI script for mapping said old URL to a new URL based on a data owner specified mapping accessible by said CGI script; and computer readable program code means for outputting said new URL to said web browser.
These and other aspects of the invention will be apparent from the following more particular descriptions of exemplary embodiments of the invention.
BRIEF DESCRIPTION OF THE DRAWINGS
In the figures which illustrate exemplary embodiments of this invention:
FIG. la is a schematic block diagram of a network which may provide an operating environment for exemplary embodiments of the invention.
FIG. lb is a more detailed schematic block diagram of a web server in the network of FIG. 1 a.
FIG. 2a is a schematic diagram of web pages organized into an illustrative tree data structure.
FIG. 2b is a table with illustrative URLs associated with the illustrative tree data structure of FIG. 2a.
FIG. 2c is an illustrative lookup table mapping old URLs to new URLs, and providing associated messages, if any.
FIGS. 3a and 3b are schematic flowcharts of an exemplary embodiment of the invention.
DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS
Referring to FIGs. la and lb, shown is a network 100 which may provide an operating environment for exemplary embodiments of the invention. A client PC 102 may be accessed by an end-user 107 via the user interfaces provided including, for example, a display 108, a keyboard 110, and a mouse 112. The client PC 102 is connected to the Internet 120 via a suitable Internet connection 122. A web server 130 is also connected to the Internet 120 by a suitable Internet connection 123. A storage unit 140 is connected to the web server 130 and contains a plurality of web pages 200, available to the end-user 107. One such web page 202 is shown in the display 108 of FIG. 1 a.
The web server 130 may include a central processing unit ("CPU") 132 and an associated random access memory ("RAM") 133. As shown, a process 300 may be stored in the storage unit 140, retrieved and temporarily stored in RAM 133, and executed on CPU
132. The web server 130 may include various I/O modules including a network I/O module 134, a user interface I/O module 135, and a storage I/O module 136. As shown in FIG. lb, a user interface 150 may be connected to the user interface I/O module 135. In an embodiment, the user interface 150 may include a monitor, keyboard, and mouse, which allows a web server administrator or web developer to access the web server 130. The web server administrator or web page developer may also connect remotely via the Internet 120, or another network (not shown) connected to the web server 130.
Now referring to FIG. 2a, shown is a schematic diagram of an illustrative tree data structure for a plurality of web pages 200a. A top level web page 202 branches into second level web pages 204a, 204b and 204c. Third level web pages 206a and 206b branch off from second level web page 204a, and each third level web page 206a and 206b has a plurality of web pages, 208a and 208b respectively, linked thereto. Other third level web pages including 206c and 206d branch off from second level web page 204b. Still other third level web pages 206d, 206f, and 206g branch off from second level web page 204c. Each of these other third level web pages 206c to 206g may have additional web pages (not shown) linked thereto.
Referring to FIG. 2b, a table 200b shows an illustrative example of URLs associated with the tree data structure shown in FIG. 2a. In the illustrative example, the top level web page 202 is associated with a top level URL "www.xyz.edu" of a fictitious XYZ College.
The second level web page 204a is associated with the URL "www.xyz.edu/admissions".
(Where a HTML
page is not specified, an "index.html" page may be assumed.) As shown in FIG.
2b, various other illustrative URLs may be associated with the illustrative tree data structure 200 of FIG. 2a.
Now referring to FIG. 2c, shown is an illustrative lookup table 200c. Column 210 of the lookup table 200c is a list of "old URLs" corresponding to the illustrative URLs shown in table 200b of FIG. 2b. An additional line 209 is appended to column 210 to account for situations where a requested web page is not found, as will be explained further below. A
second column 220 of the lookup table 200c is a list of "new URLs" corresponding to the old URLs shown in column 210. For example, old URL 208a which reads "www.xyz.edu/admissions/grad/pages.html" may have been expanded to new web pages "www.xyz.edu/admissions/grad/program/arts/pages.html"
and"www.xyz.edu/admissions/grad/program/science-engineering/pages.html" to provide more specific admission information by program. When the end-user 107 tries to access the old URL
"www.xyz.edu/admissions/pages.html", either by directly typing in the old URL
in a web browser or selecting the old URL from a bookmark facility, the web page request may be automatically redirected, as explained in detail further below. A third column 230 of lookup table 200c includes a customized message corresponding to the redirection between an old URL
and a new URL. For example, message 208a" provides a customized message which may be provided to the end-user 107 when redirecting from old URL 208a to new URL
208a'.
Still referring to FIG. 2c, it is also possible that two old URLs 206f and 206g may be merged into one new URL 206h. In this case, more than one old URL may be mapped onto one new URL.
While the illustrative lookup table 200c is shown as a flat table in FIG. 2c, it will be appreciated that any suitable data structure may be used to map the old URLs to new URLs, and to associate messages, if any.
Now refernng to FIGs. 3a and 3b, shown are schematic flow-charts of an exemplary embodiment of the invention. In a preferred embodiment, the method 300 may incorporate a CGI script, as explained further below. (As known to those skilled in the art, CGI is a standard for interfacing external applications with information servers, such as HTTP
or web servers. A

CGI script may be written in one of a number of programming languages, such as C/C++, Fortran, PERL, TCL, a Unix shell, Visual Basic, and AppleScript and be executed by a web server. A CGI script is executable in real-time so that it can output dynamic information. A CGI
script may be accessible remotely from another web server. For more information on CGI
scripts, the reader is directed to the official specification for CGI found at the following URL:
http://boohoo.ncsa.uiuc.edu/cgi/interface.html.) Method 300 starts and proceeds to block 302 at which a web page request is received from the end-user 107. The request may be in the form of a URL. For example, the end-user 107 may request access to "www.xyz.edu/programs/sciences" (block 206f). Method receives the request and parses the URL to identify a suitable higher level URL, for example, the top level URL. In this example, the top level URL is "www.xyz.edu". Method 300 then proceeds to block 304 at which, based on the top level URL "www.xyz.edu", the request from the end-user 107 is passed to a CGI script associated with that top level URL.
In an embodiment, the redirection of the URL request to the CGI script may be accomplished by using a "redirect" directive in a web server configuration file. Advantageously, this is the only redirection statement required in the web server configuration file. Thus, any URL requests having the top level URL "www.xyz.edu" may be automatically passed to the associated CGI
script.
Entering the URL processing block 304, method 300 proceeds to block 312, at which the CGI script reads the specific web page request for "www.xyz.edu/programs/sciences" (block 206f). At block 312, the method 300 parses the URL to identify a specific web page, if possible.
The method 300 then proceeds to block 314, at which an error check and secure routine may be performed. If there is a security issue, such as harmful or malicious content in the parsed URL, the web page request may be stopped with an appropriate error message displayed (not shown). If the error check routine determines that the requested URL cannot be found, the "old URL" may be assigned the "value" of "requested web page not found." Otherwise, method 300 may proceed to block 316 for mapping.
CA9-2003-0034 '7 At block 316, method 300 may proceed to map the requested old URL to the new URL
based on the mapping in the lookup table 200c (FIG. 2c). For example, the URLs "www.xyz.edu/programs/sciences" (line 206f, column 210) and "www.xyz.edu/
programs/engineering" (line 206g, column 210) have both been mapped to new URL
"www.xyz.edu/programs/science-engineering" (line 206h', column 220). Also, an associated message 206h" explains that "The web page you are seeking has been merged. You will be automatically directed to the new page in a moment. Please update your bookmark."
Method 300 then proceeds to block 318, where method 300 may generate suitable HTML
code corresponding to the mapping in block 316. Method 300 then leaves URL
processing 304 and proceeds to block 306. At block 306, method 300 may output the message 206h" and then output the new URL mapped from the end-user's original web page request.
Method 300 then ends.
In a preferred embodiment, the CGI script may output a web page corresponding to the new URL directly to the end-user's web browser, rather than pass an instruction back to the web server for further processing. In this case, it will be appreciated that the CGI script will require end-user identifying information to be passed on to it by the web server, so that the output can be directed to the end-user 107.
In another example, in the opposite case where an "old" web page is expanded into multiple web pages, the redirection should be made to the lowest level web page still relevant to the web page requested. In the illustrative example, the old web page corresponding to URL
"www.xyz.edu/admissions/grad/pages.html" has been expanded to include further sub-index pages "www.xyz.edu/admissionslgrad/program/arts/pages.html" and "www.xyz.edu/
admissions/grad/program/science-engineering/pages.html" to provide more specific admission information by program. Referring to lookup table 200c, if the end-user 107 has requested the old URL "www.xyz.edu/admissions/grad/pages.html" (line 208a, column 210), the new URL
will be "www.xyz.edu/admissions/grad/program/" (line 208a', column 220). In this case, line 208a' has been mapped as the "most relevant" page in the new web page data structure. When a web page data structure is changed in this manner, there may be many such instances in which CA9-2003-0034 $

only the data owner knows how the web page mapping should be made. Redirection software that relies on pattern matching, or some other non-specific redirection method, may not provide the targeted redirection desired. Advantageously, the data owner specified mapping provided by the lookup table 200c of the present embodiment provides accurate, targeted redirection of web page requests, which may lead to increased end-user satisfaction.
In a further example, if the end-user 10? has specified a URL which is not found, and the method 300 has assigned to the "old URL" the value of "requested web page not found", then at block 316, this "old URL" (line 209, column 210) may be mapped to the "home page" or "www.xyz.edu" (line 209', column 220), such that the web page request is still directed to a "relevant page". A customized error message 209" rnay be associated with this mapping, and may be presented to the user at block 306, substantially as described above.
As will be appreciated, the lookup table 200c shown in FIG. 2c may be expanded significantly to map many more pages, and associate many more messages. Also, it will be appreciated that there is significant flexibility in terms of mapping web pages within a lookup table, such as the lookup table 200c in FIG. 2c. Thus, hundreds or even thousands of web pages may be redirected in a targeted manner. Advantageously, by specifically targeting each request for a web page from an old URL 210 to a new URL 220, any frustration experienced by an end-user 107 when an old URL is not found may be significantly reduced.
Furthermore, as the data content owner will be the most familiar with how this mapping should occur, the ability to provide targeted redirection to a relevant low level web page may be significantly improved.
Also, as the CGI script may be more readily accessible to the data content owner, the data content owner may provide detailed mapping from old URLs to the new URLs with minimal intervention from the web server administrator, and update the CGI script whenever required.
Also, a customized message may be associated with each mapping to provide an enhanced end-user experience.
In another embodiment, as the web page redirection is handled by a customized CGI
script which generates the necessary HTML code (at block 318 of FIG. 3b), the lower level URLs which are part of the top level URL may be located in many different physical locations.

For example, it is possible that a request for a new URL may be directed to another web server (not shown) connected to the Internet 130.
It will be understood from the foregoing description that various modifications and changes may be made, and in fact will be made, in the exemplary embodiments of the invention without departing from its true spirit. The descriptions in the specification are for purposes of illustration only and are not to be construed in a limiting sense. Therefore, the scope of the invention is limited only by the language of the following claims.

Claims (20)

The embodiments of invention in which an exclusive property or privilege is claimed are defined as follows:
1. A method of redirecting a web page request, comprising:
receiving at a CGI script an old URL specified by a web browser;
mapping said old URL to a new URL based on a data owner specified mapping accessible from said CGI script;
outputting said new URL to said web browser.
2. The method of claim 1, further comprising:
receiving said old URL at a web server;
determining that said old URL is associated with said CGI script;
passing said old URL to said CGI script.
3. The method of claim 2, further comprising parsing said old URL to identify a higher level URL in said old URL, and using said higher level URL to determine that said old URL is associated with said CGI script.
4. The method of claim 2, wherein said passing said old URL to said associated CGI script comprises using a redirect directive in a web server configuration file on said web server.
5. The method of claim 1, further comprising associating a message with at least one data owner specified mapping of an old URL to a new URL.
6. The method of claim 5, further comprising outputting said associated message to said web browser.
7. A system for redirecting a web page request, comprising:
a data owner specified mapping of old URLs to new URLs;
a CGI script configured to receive an old URL specified by a web browser and to access said mapping in order to obtain a new URL;
an output for outputting said new URL to said web browser.
8. The system of claim 7, further comprising a web server, said web server being configured to receive said old URL, associate said old URL with said CGI script, and pass said old URL to said CGI script.
9. The system of claim 8, wherein said web server comprises a module configured to parse said old URL to identify a higher level URL in said old URL, and to associate said old URL with said CGI script based on said higher level URL.
10. The system of claim 9, further comprising a web server configuration file on said web server configured to provide a redirect directive for passing said old URL to said CGI script.
11. The system of claim 7, further comprising a message associated with at least one data owner specified mapping of an old URL to a new URL.
12. The system of claim 11, further comprising an output for outputting said message to said web browser.
13. A system for redirecting a web page request, comprising:
means for receiving at a CGI script an old URL specified by a web browser;
means for mapping said old URL to a new URL based on a data owner specified mapping accessible from said CGI script;
means for outputting said new URL to said web browser.
14. The system of claim 13, further comprising:
means for receiving said old URL at a web server;
means for determining that said old URL is associated with said CGI script;
means for passing said old URL to said CGI script.
15. The system of claim 14, further comprising means for parsing said old URL
to identify a higher level URL in said old URL, said higher level URL being used to determine that said old URL is associated with said CGI script.
16. The system of claim 15, further comprising means for providing a redirect directive at said web server for passing said old URL to said CGI script.
17. A computer program product for redirecting a web page request, the computer program product comprising:
a computer usable medium having computer readable program code means embodied in the medium for redirecting a web page request, the computer program code means including:
computer readable program code means for receiving at a CGI script an old URL
specified by a web browser;
computer readable program code means embodied in said CGI script for mapping said old URL to a new URL based on a data owner specified mapping accessible by said CGI script; and computer readable program code means for outputting said new URL to said web browser.
18. The computer program product of claim 17, further comprising computer readable program code means for receiving said old URL at a web server, determining that said old URL
is associated with said CGI script, and passing said old URL to said CGI
script.
19. The computer program product of claim 18, further comprising computer readable program code means for parsing said old URL to identify a higher level URL in said old URL, and using said higher level URL to determine that said old URL is associated with said CGI
script.
20. The computer program product of claim 19, further comprising computer readable program code means for providing a redirect directive for passing said old URL
to said CGI
script.
CA002429761A 2003-05-23 2003-05-23 Targeted web page redirection Abandoned CA2429761A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CA002429761A CA2429761A1 (en) 2003-05-23 2003-05-23 Targeted web page redirection
US10/729,295 US7519679B2 (en) 2003-05-23 2003-12-05 Targeted web page redirection
US12/354,657 US7970874B2 (en) 2003-05-23 2009-01-15 Targeted web page redirection

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CA002429761A CA2429761A1 (en) 2003-05-23 2003-05-23 Targeted web page redirection

Publications (1)

Publication Number Publication Date
CA2429761A1 true CA2429761A1 (en) 2004-11-23

Family

ID=33438047

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002429761A Abandoned CA2429761A1 (en) 2003-05-23 2003-05-23 Targeted web page redirection

Country Status (2)

Country Link
US (2) US7519679B2 (en)
CA (1) CA2429761A1 (en)

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050027882A1 (en) * 2003-05-05 2005-02-03 Sullivan Alan T. Systems and methods for direction of communication traffic
US20050105513A1 (en) * 2002-10-27 2005-05-19 Alan Sullivan Systems and methods for direction of communication traffic
CA2429761A1 (en) * 2003-05-23 2004-11-23 Ibm Canada Limited - Ibm Canada Limitee Targeted web page redirection
US20070291739A1 (en) * 2004-05-04 2007-12-20 Sullivan Alan T Systems and Methods for Direction of Communication Traffic
US20060140182A1 (en) * 2004-12-23 2006-06-29 Michael Sullivan Systems and methods for monitoring and controlling communication traffic
TWI257053B (en) * 2005-01-20 2006-06-21 Via Tech Inc System and method used to automatically reload and manage hyperlinks
CN100388280C (en) * 2005-01-26 2008-05-14 威盛电子股份有限公司 Hyperlink automatic redirecting and management system and method
US7467146B2 (en) * 2005-05-05 2008-12-16 International Business Machines Corporation System, method and program product for determining whether a web page returned to a web browser is a redirected web page
US20080201413A1 (en) * 2005-05-24 2008-08-21 Sullivan Alan T Enhanced Features for Direction of Communication Traffic
US8832047B2 (en) * 2005-07-27 2014-09-09 Adobe Systems Incorporated Distributed document version control
US20070162331A1 (en) * 2006-01-10 2007-07-12 Michael Sullivan Systems and methods for providing information and conducting business using the internet
CN101371246A (en) 2006-01-20 2009-02-18 派克斯费尔有限公司 Systems and methods for discerning and controlling communication traffic
US8255873B2 (en) * 2006-11-20 2012-08-28 Microsoft Corporation Handling external content in web applications
US8341177B1 (en) * 2006-12-28 2012-12-25 Symantec Operating Corporation Automated dereferencing of electronic communications for archival
GB2446421B (en) * 2007-02-09 2011-06-22 Proctor & Stevenson Ltd Tracking web server
US20080263193A1 (en) * 2007-04-17 2008-10-23 Chalemin Glen E System and Method for Automatically Providing a Web Resource for a Broken Web Link
US8424004B2 (en) * 2007-06-23 2013-04-16 Microsoft Corporation High performance script behavior detection through browser shimming
US20110071997A1 (en) * 2007-07-30 2011-03-24 Sullivan Alan T Systems and methods for direction of communication traffic
KR20090019573A (en) * 2007-08-21 2009-02-25 한국전자통신연구원 Web server vulnerability detecting device using multiple search engines and method thereof
US8621635B2 (en) * 2008-08-18 2013-12-31 Microsoft Corporation Web page privacy risk detection
CN101662464A (en) 2008-08-26 2010-03-03 阿里巴巴集团控股有限公司 System for realizing HTTP request service and method thereof
US8135743B2 (en) 2009-07-16 2012-03-13 International Business Machines Corporation Redirecting document references to a repository
US9336319B2 (en) * 2009-09-11 2016-05-10 Ebay Inc. Data file and rule driven synchronous or asynchronous document generation
US20110196853A1 (en) * 2010-02-08 2011-08-11 International Business Machines Corporation System, method, and apparatus for generating a script to perform a task at a target web interface instance
US20110252117A1 (en) * 2010-04-12 2011-10-13 Swee Huat Sng Devices and Methods for Redirecting a Browser to Access Computer Resource Behind a Network Firewall
US8458227B1 (en) * 2010-06-24 2013-06-04 Amazon Technologies, Inc. URL rescue by identifying information related to an item referenced in an invalid URL
US8898137B1 (en) 2010-06-24 2014-11-25 Amazon Technologies, Inc. URL rescue by execution of search using information extracted from invalid URL
US8504673B2 (en) 2011-03-31 2013-08-06 Verisign, Inc. Traffic like NXDomains
US8966358B2 (en) 2011-05-31 2015-02-24 Ebay Inc. Document generation based on referral
US20130046581A1 (en) * 2011-08-18 2013-02-21 AcademixDirect, Inc. System and methods for strategically ranking and allocating results of web-based inquiries
CA2757816C (en) * 2011-11-14 2018-09-04 Ibm Canada Limited-Ibm Canada Limitee Programmatic redirect management
US9549035B2 (en) 2013-03-13 2017-01-17 Apple Inc. Automatic updating of redirected location references
US20150100563A1 (en) * 2013-10-09 2015-04-09 Go Daddy Operating Company, LLC Method for retaining search engine optimization in a transferred website
US9832229B2 (en) 2015-12-14 2017-11-28 Bank Of America Corporation Multi-tiered protection platform
US9832200B2 (en) 2015-12-14 2017-11-28 Bank Of America Corporation Multi-tiered protection platform
US9992163B2 (en) 2015-12-14 2018-06-05 Bank Of America Corporation Multi-tiered protection platform
US10977333B2 (en) 2018-09-24 2021-04-13 International Business Machines Corporation Link corrections by cognitive analysis of web resources
US11443011B2 (en) * 2018-12-13 2022-09-13 Salesforce, Inc. Page objects library
US11659019B2 (en) 2019-12-01 2023-05-23 Microsoft Technology Licensing, Llc Resource mapping during universal resource locator changes in distributed computing systems

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5751956A (en) * 1996-02-21 1998-05-12 Infoseek Corporation Method and apparatus for redirection of server external hyper-link references
US6189030B1 (en) * 1996-02-21 2001-02-13 Infoseek Corporation Method and apparatus for redirection of server external hyper-link references
US6014660A (en) * 1996-12-09 2000-01-11 Sun Microsystems, Inc. Method and apparatus for client-sensitive name resolution using DNS
US6195097B1 (en) * 1997-07-08 2001-02-27 International Business Machines Corporation Web-based DCE management
US6038598A (en) * 1998-02-23 2000-03-14 Intel Corporation Method of providing one of a plurality of web pages mapped to a single uniform resource locator (URL) based on evaluation of a condition
JP3581012B2 (en) 1998-03-20 2004-10-27 株式会社日立情報システムズ WWW server distributed access method
US6282175B1 (en) 1998-04-23 2001-08-28 Hewlett-Packard Company Method for tracking configuration changes in networks of computer systems through historical monitoring of configuration status of devices on the network.
US6308205B1 (en) * 1998-10-22 2001-10-23 Canon Kabushiki Kaisha Browser-based network management allowing administrators to use web browser on user's workstation to view and update configuration of network devices
FI106322B (en) * 1999-02-02 2001-01-15 Ericsson Telefon Ab L M Addressing in the Internet
US6338082B1 (en) * 1999-03-22 2002-01-08 Eric Schneider Method, product, and apparatus for requesting a network resource
US6442602B1 (en) * 1999-06-14 2002-08-27 Web And Net Computing System and method for dynamic creation and management of virtual subdomain addresses
US6606653B1 (en) * 1999-10-07 2003-08-12 International Business Machines Corporation Updating of embedded links in World Wide Web source pages to have the new URLs of their linked target Web pages after such target Web pages have been moved
US7490292B2 (en) * 1999-12-17 2009-02-10 International Business Machines Corporation Web-based instruction
US7007080B2 (en) * 1999-12-23 2006-02-28 Solution Inc Limited System for reconfiguring and registering a new IP address for a computer to access a different network without user intervention
US6954799B2 (en) * 2000-02-01 2005-10-11 Charles Schwab & Co., Inc. Method and apparatus for integrating distributed shared services system
US7761500B1 (en) * 2000-02-29 2010-07-20 Cisco Technology, Inc. URL based communication protocol from a client computer to a network device
US20030208472A1 (en) * 2000-04-11 2003-11-06 Pham Peter Manh Method and apparatus for transparent keyword-based hyperlink
US20020040314A1 (en) * 2000-05-08 2002-04-04 Michael Tolson Method and system for business application of a portable information agent
US7386614B2 (en) * 2000-05-19 2008-06-10 Treetop Ventures Llc Method allowing persistent links to web-pages
US20010051980A1 (en) * 2000-06-01 2001-12-13 Raciborski Nathan F. Preloading content objects on content exchanges
US7031437B1 (en) * 2000-10-30 2006-04-18 Nortel Networks Limited Method and system for providing remote access to previously transmitted enterprise messages
US7689667B2 (en) * 2002-02-21 2010-03-30 International Business Machines Corporation Protocol to fix broken links on the world wide web
US20040059797A1 (en) * 2002-09-20 2004-03-25 G-Connect Ltd. System and method for enabling a web user to control network services
CA2429761A1 (en) * 2003-05-23 2004-11-23 Ibm Canada Limited - Ibm Canada Limitee Targeted web page redirection
FR2880966A1 (en) * 2005-01-14 2006-07-21 France Telecom AUTOMATIC NAVIGATION METHOD IN INTERPOSITION MODE
US20080172404A1 (en) * 2007-01-17 2008-07-17 International Business Machines Corporation Method and apparatus for bookmarking uniform resource identifiers that are subject to redirection

Also Published As

Publication number Publication date
US20090119391A1 (en) 2009-05-07
US7970874B2 (en) 2011-06-28
US7519679B2 (en) 2009-04-14
US20050015512A1 (en) 2005-01-20

Similar Documents

Publication Publication Date Title
US7970874B2 (en) Targeted web page redirection
KR100552554B1 (en) Method and system for fulfilling requests for information from a network client
US8516155B1 (en) Dynamic content conversion
US6029245A (en) Dynamic assignment of security parameters to web pages
US7171443B2 (en) Method, system, and software for transmission of information
US20030093400A1 (en) Method for updating a database from a browser
US20020143523A1 (en) System and method for providing a file in multiple languages
US20030093409A1 (en) Search engine interface and method of controlling client searches
US20010009016A1 (en) Computer-based presentation manager and method for individual user-device data representation
US8260964B2 (en) Dynamic content conversion
US7607085B1 (en) Client side localizations on the world wide web
KR19990006461A (en) System for managing and accessing information and other materials through the World Wide Web
US7783751B2 (en) Communication system, proxy server, method of controlling same and control program therefor
US20020188435A1 (en) Interface for submitting richly-formatted documents for remote processing
JP2000207421A (en) Method and system for retrieving document by using hyperlink
CA2437273C (en) Network conduit for providing access to data services
US20030163575A1 (en) Resource location and access
US20080177897A1 (en) Method and apparatus for request routing
US7594001B1 (en) Partial page output caching
WO2001052078A1 (en) Dead hyper link detection method and system
EP1390870A2 (en) A system and method of mediating a web page
US8806326B1 (en) User preference based content linking
US20030200331A1 (en) Mechanism for communicating with multiple HTTP servers through a HTTP proxy server from HTML/XSL based web pages
US20020138526A1 (en) Javascript code optimizer
KR100429558B1 (en) ADE data set component of client computer for transmitting/receiving of data between web servers

Legal Events

Date Code Title Description
EEER Examination request
FZDE Discontinued