Filter By Resource Type
Resource Type Filtering
Websites load hundreds of resources every time a webpage is loaded. Filtering through all of these requests is critical to identifying and capturing Internal APIs.
Nimble's Network Capture can filter requests by one or more resource types to help isolate relevant network requests.
Parameter | Required | Description |
---|---|---|
| Optional (default = | Enum | HTTP method should be filtered for. Examples: |
| Required when filtering by resource type | List [Enums] | set all required resource type to filter. |
Supported Resource Types
Some commonly used resource types include:
xhr - XHR is an object used to interact with a server. It allows retrieving data from the server without triggering a full page refresh.
fetch - Fetch is a method that provides an easy, logical way to fetch resources asynchronously across the network.
stylesheet - This element corresponds to a Cascading Style Sheet.
script - This element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code.
document - returns the main HTML document.
Example Request
Example Response
Last updated