Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.17 KB

HeaderInjectionDemo

Overview

HeaderInjectionDemo is a project designed to demonstrate the use of a custom browser extension for injecting HTTP headers into web requests. This project includes a Chrome extension that modifies request headers to include specific values, which can be useful for testing and development purposes.

Features

  • Custom Header Injection: Automatically adds predefined headers to all outgoing HTTP requests.
  • Manifest V3 Extension: Utilizes the latest Chrome extension manifest version for enhanced security and performance.
  • Katalon Integration: Includes scripts to automate browser interactions using Katalon Studio.

Components

  • Chrome Extension: Located in the Include/extensions/CustomHeaders directory, this extension modifies request headers.
  • Katalon Scripts: Found in the Scripts directory, these scripts demonstrate how to use the extension with Selenium WebDriver.

Usage

  1. Load the Extension: Use the provided path to load the unpacked extension into Chrome.
  2. Run Katalon Scripts: Execute the provided Groovy scripts to see the extension in action.

Requirements

  • Google Chrome
  • Katalon Studio