Skip to main content
The Get Web Data command (Command Type: 19) executes an HTTP request to a specified URL using the browser’s native fetch API, running inside the browser context.

Command Type

Command Type ID: 19

Parameters

Usage Examples

Fetch JSON Data

Fetch with POST Options

Common Use Cases

  • Same-Origin Requests: When the target API requires cookies or session context from the browser
  • Authenticated Fetches: Leverage existing browser session cookies for authenticated requests