IMESH
WebsiteGithub RepoIMESH Gateway
  • IMESH API Gateway
    • Overview
    • Concepts
    • Architecture
  • Getting started
    • Pre-requisite
    • Installation
  • Gateway
    • Create Gateway
    • View and Manage Gateway
  • Routes
    • Create Routes
    • Add or Modify Headers
    • URL Rewrites
    • URL Redirect
    • Header and Query-based matching
    • Canary Deployment
Powered by GitBook
On this page
  1. Routes

Add or Modify Headers

PreviousCreate RoutesNextURL Rewrites

Last updated 8 months ago

HTTP(s) Headers are key-value pairs that the client or server can use to pass additional information along with an HTTP(s) request or response. Modifying the headers of the traffic that passes through your browser quickly can help during development. By modifying headers, you can test websites by bypassing authorization, removing the content-security-policy header to open the website in an iframe, modifying custom headers for feature flagging, handling CORS issues, managing cookies, etc.

IMESH API Gateway can help with a simple UI configuration that allows you to modify request/response headers as you want. It generates (Route) YAML in the backend.