-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Pull requests: axios/axios
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(xhr): add basic network error classification using navigator.onLine
#10773
opened Apr 20, 2026 by
BHUVANSH855
Loading…
fix(fetch-adapter): set User-Agent header to match http adapter
#10772
opened Apr 20, 2026 by
OfekDanny
Loading…
3 tasks done
fix: correct HTTPS detection regex in http adapter
#10771
opened Apr 20, 2026 by
JiayangLai
Loading…
fix: correct HTTPS detection regex in http adapter
#10769
opened Apr 20, 2026 by
JiayangLai
Loading…
docs(readme): add timeout guidance to first async example
#10759
opened Apr 19, 2026 by
tboyila
Loading…
feat(core): add native Retry-After header support #10732
#10733
opened Apr 16, 2026 by
bilal-azam
Loading…
8 tasks done
fix(parseProtocol): fix regex to require colon in protocol separator
#10729
opened Apr 15, 2026 by
deepview-autofix
Loading…
fix(dispatchRequest): attach response to AxiosError on JSON parse failure
#10724
opened Apr 15, 2026 by
AKIB473
Contributor
Loading…
fix(http): preserve response in error when stream is aborted after headers
#10708
opened Apr 14, 2026 by
afurm
Loading…
fix: fallback to GET when config.method is undefined in adapters (closes #6960)
#10683
opened Apr 10, 2026 by
MarcosNocetti
Loading…
1 of 3 tasks
fix(types): replace ProgressEvent with AxiosProgressEvent to avoid DOM dependency (closes #6516)
#10682
opened Apr 10, 2026 by
MarcosNocetti
Loading…
3 tasks
fix(types): constrain AxiosHeaders index signature from any to AxiosHeaderValue (closes #7487)
#10681
opened Apr 10, 2026 by
MarcosNocetti
Loading…
5 tasks
feat: add ECONNREFUSED error code constant to AxiosError (closes #6485)
#10680
opened Apr 10, 2026 by
MarcosNocetti
Loading…
3 tasks
fix(http): ensure timeout works correctly with maxRedirects=0
#10657
opened Apr 6, 2026 by
NETIZEN-11
Contributor
Loading…
refactor: modernize utils and xhr adapter using ES6 features
#10588
opened Mar 30, 2026 by
singhankit001
Loading…
feat: add support for the QUERY HTTP method
commit::feat
The PR is related to a feature
priority::medium
A medium priority
status::changes-requested
A reviewer requested changes to the PR
#10579
opened Mar 29, 2026 by
mahmoodhamdi
Loading…
fix: include response data in AxiosError.toJSON() output
#10578
opened Mar 29, 2026 by
mahmoodhamdi
Loading…
test: add unit tests for parseProtocol, speedometer, throttle, and composeSignals helpers
#10577
opened Mar 29, 2026 by
mahmoodhamdi
Loading…
fix(fetch): warn when httpVersion is set in the Fetch adapter
#10570
opened Mar 26, 2026 by
JivinSardine
Loading…
4 tasks done
Fixed prototype pollution vulnerability (issue #7538) in axios's parseHe
#10550
opened Mar 23, 2026 by
nmurrell07
•
Draft
fix: add null check for iterator in forEachEntry function
#10549
opened Mar 23, 2026 by
Karthikeya1500
Loading…
fix(transformData): normalize headers with formatHeader to fix case-sensitivity issues
#7544
opened Mar 22, 2026 by
wdskuki
Loading…
fix(core): serialize custom properties in AxiosError.toJSON (#6511)
#7540
opened Mar 21, 2026 by
sudip-kumar-prasad
Loading…
2 tasks done
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.