Copy cURL Data
Learn how to copy cURL data in the browser.
This section provides information on how to get cURL data to help the Support team provide more customized help.
cURL allows you to reproduce a browser-based operation. cURL data shows all headers, switches, and data sent to the browser when a request was made.
You can copy cURL data from your browser and paste it into your preferred text editor to review the request data in detail and share it with the Support team. Optionally, you can append -H "pantheon-debug: 1" -H "fastly-debug: 1" --http1.1 -s -D - -o /dev/null
to the copied cURL command to get more detailed debug data.
How Do I Copy cURL Data?
Click More Tools and then select Developer Tools.
- Refer to Google Chrome's official documentation for more options.
Click the Network tab.
Right-click the entry you want to get cURL data for, select Copy, and then select Copy as cURL.
Click More tools and then select Web Developer Tools.
Click the Network tab.
Right-click the entry you want to get cURL data for, select Copy Value, and then select Copy as cURL.
Click More Tools and then select Developer Tools.
Click the Network tab.
Right-click the entry you want to get cURL data for, select Copy, and then select Copy as cURL.
Open Web Inspector in Safari.
Click the Network tab.
Click the Filter menu and change the settings from All to XHR/Fetch.
Right-click the entry you want to get cURL data for and then select Copy as cURL.