mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
c918e85e91
The fetch adapter was not setting a User-Agent header, causing requests to use Node.js's default 'node' user agent instead of 'axios/<version>'. This mirrors the existing behavior in the HTTP adapter. Fixes #7494 Co-authored-by: Ofek Danny <ofek@kaps.co.il> Co-authored-by: Jay <jasonsaayman@gmail.com>