Compose and send web API requests using the Network Console tool
Use the Network Console tool to send web API requests. For example, use the Network Console tool when you're developing and testing web APIs.
To test a URL:
To open DevTools, right-click the webpage, and then select Inspect. Or, press
Ctrl+Shift+I(Windows, Linux) orCommand+Option+I(macOS). DevTools opens.In DevTools, on the main toolbar or the Drawer toolbar at the bottom, select the Network Console tab. If that tab isn't visible, click the More tabs (
) button, or else the More Tools (
) button.The Network Console tool opens:

In the main pane of the Network Console tool, click Create a request.
In the Untitled Request text box, enter a URL to test.
In the GET dropdown list, select a REST method: GET, HEAD, POST, PUT, or PATCH.
Optionally, in the Query section, click the Key and Value text boxes and enter key/value pairs:

The Computed URL is updated as you enter key/value pairs.
Click the Send button.
Starting from the Network tool
To use the Network Console starting from the Network tool:
Go to a webpage to test.
To open DevTools, right-click the webpage, and then select Inspect. Or, press
Ctrl+Shift+I(Windows, Linux) orCommand+Option+I(macOS). DevTools opens.In DevTools, on the main toolbar, select the Network tab. If that tab isn't visible, click the More tabs (
) button, or else the More Tools (
) button.Refresh the webpage.
The Network tool displays the resources that are used to construct the webpage.
Right-click the network request that you want to change and resend, and then select Edit and Resend:

The resource opens in the Network Console tool in the Drawer at the bottom of DevTools.
In the Network Console, edit the network request information, and then click the Send button:

Save and export Collections, Environments, and environment variables
You can:
- Save and export Collections.
- Save and export Environments.
- Edit and export sets of environment variables.
Entering a name for the new environment:

Selecting the format for the new environment:

The Network Console tool is compatible with the Postman v2.1 and OpenAPI v2 schemas.
See also:
- Save and export using the Network Console in What's New in DevTools (Microsoft Edge 87)
Feedback
Submit and view feedback for