Network Request Overview
If you navigate to a legacy web portal, open the Network tab in Chrome Developer Tools, then reload the page, you might see something like this:
Network requests and responses on a legacy web portal. Click to expand.
Network Request Functions
To pull the response from a network request, you can use theget_network_response
function with the request’s URL.
You can find the URL of the network request by clicking on the network request in the Network tab of Chrome Developer Tools and viewing the Headers panel.

Network request URL in Chrome Developer Tools. Click to expand.
Example Usage
Python