Feature request for product/service
Cursor IDE
Describe the request
Problem
Our reverse proxy selects the test environment using custom HTTP request headers. In a normal browser we add those (e.g. with ModHeader) so traffic hits the right lane. The IDE Browser (browser_navigate, etc.) cannot set those headers, so automation doesn’t match manual testing. curl isn’t a substitute—we need a real browser session (cookies, redirects, full UI) with the same headers.
Request
Support default extra HTTP headers for the IDE Browser session (similar in concept to Playwright’s extraHTTPHeaders)—via settings, workspace config, or MCP—so header-routed test stacks work for agent-driven UI testing.