How to extract curl requests from Chrome

  1. Open the Network tab in the DevTools
  2. Right click (or Ctrl-click) a request
  3. Click "Copy" → "Copy as cURL"
  4. You can now paste it in the relevant curl converter to translate it in the language you want

Go back to tutorials