How to extract a cURL Request from Browser

Whether it is an incident or a simple query, we may ask you for a cURL to speed up the troubleshooting or investigation because the cURL will give us important and valuable information.

The step-by-step guide below should help you to perform this action:

1. Open the Network Tab in Dev Tools by right-clicking ->Inspect on the specific image/webpage.

2. After opening the Network Tab in Dev Tools, right-click on a request and click Copy->Copy as cURL.

3. Now, your cURL request gets copied, and you can run in a terminal that will mirror your browser's request.

For the example that we took, the cURL request looks like this:

curl 'https://doc.cloudimg.io/sample.li/paris.jpg' \
-H 'authority: doc.cloudimg.io' \
-H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'cache-control: no-cache' \
-H 'cookie: visid_incap_2593815=nIqZr4b9SaKyi2n9QWcINUDq4WMAAAAAQUIPAAAAAAChWAlA0Vt9YtuKOkP2nnOm' \
-H 'pragma: no-cache' \
-H 'sec-ch-ua: "Google Chrome";v="111", "Not(A:Brand";v="8", "Chromium";v="111"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "macOS"' \
-H 'sec-fetch-dest: document' \
-H 'sec-fetch-mode: navigate' \
-H 'sec-fetch-site: none' \
-H 'sec-fetch-user: ?1' \
-H 'upgrade-insecure-requests: 1' \
-H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36' \
--compressed

Also, we need the screenshot of the response header section and a text copy of the following:

  • x-cloudimg-traceid for Cloudimage (CiI_018_20230328072216_a8f48_LEiQ#330y)
  • x-Airstore-TraceID for Filerobot

If you have any questions or issues, please feel free to contact our Software Engineer and mention the following details:

  • Token
  • Short description of the issue (including URLs, screenshot, short video if available)
  • Steps to reproduce the issue.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.