2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/tests/unit/adapters
Ofek Danny c918e85e91 fix(fetch-adapter): set User-Agent header to match http adapter (#10772)
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>
2026-04-26 12:37:24 +02:00
..