Webpage Request Redirecting via Device Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Webpage designs for desktop and mobile devices often result in suboptimal user experiences when accessed from incompatible devices, leading to potential customer frustration and negative impressions for businesses.

Innovation Solution

A method and apparatus for redirecting webpage requests from one type of user device to a corresponding webpage designed for a more compatible type of device, using a device_checked cookie to determine device compatibility and retrieve instructions for redirecting the user to a more suitable webpage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a single webpage design is used for all device types, then device complexity is reduced, but user experience deteriorates on incompatible devices

Engineering Contradiction:
Improvewebpage design complexityVSAvoiduser experience
Core Design Contradiction:
Device complexityVSEase of operation

Solution Approach 1:

The patent segments the webpage design into multiple device-specific versions (desktop, mobile, tablet) and uses device detection to serve the appropriate version. This resolves the contradiction by maintaining simple individual page designs while providing optimized experiences for different devices through segmentation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter of device compatibility by detecting device type and dynamically serving different webpage designs based on the detected device parameters. This allows the system to maintain simplicity in each individual design while adapting to different device characteristics.

Inventive Principle:
Principle #35Parameter changes

2Ease of operation

If separate webpage designs are created for different device types, then user experience on compatible devices is improved, but device complexity increases

Engineering Contradiction:
Improveuser experienceVSAvoidwebpage design complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The patent creates a universal webpage template structure that can serve multiple device types, with device-specific adaptations applied through detection and redirection. This maintains ease of operation across devices while avoiding the complexity of completely separate design systems.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The patent introduces an intermediary detection mechanism that sits between the user request and the webpage delivery, automatically routing users to appropriate device-specific pages. This intermediary handles the complexity of multiple designs while keeping the individual page designs relatively simple and focused.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Adaptability or versatility

If device detection and redirection mechanisms are implemented, then webpage compatibility is improved, but system complexity increases

Engineering Contradiction:
Improvewebpage compatibilityVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent implements preliminary device detection and redirection before the user actually views the webpage. By detecting device type early in the request process and redirecting to the appropriate design beforehand, the system achieves high compatibility without adding complexity during the actual webpage rendering phase.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses feedback from device detection to automatically select and serve the appropriate webpage design. This feedback loop enables the system to adapt to different devices intelligently while keeping the overall system architecture relatively simple through rule-based redirection.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS9348932B2Method and apparatus for redirecting webpage requests to appropriate equivalents
Publication Date: 2016.05.24 PENSKE TRUCK LEASING CO LP
  • US9348932B2 patent drawing
  • US9348932B2 patent drawing
  • US9348932B2 patent drawing

AI summary

Apparatuses, methods, and computer readable medium, for redirecting a webpage request for a webpage to a webpage request for a more compatible webpage, the method including receiving the webpage request from a user device for the webpage, determining whether a cookie exists for the user device, and if the cookie does not exist, then modifying the received request for the webpage to include a type of the user device, wherein the cookie indicates the type of the user device; retrieving instructions from the requested webpage; and sending a response to the user device to redirect to the more compatible webpage if the type of the user device indicates the user device is more compatible with the more compatible webpage, wherein the sending the response is based on the instructions retrieved from the requested webpage.