You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@liukaigsx
Thank you for your feedback. The current implementation is not processed for objects in URLSearchParams. I'll think about supporting this part.
Describe the bug
URLSearchParams not shown in log
To Reproduce
Steps to reproduce the behavior:
await axiosInstance.post('http://xxxxx/hello', new URLSearchParams({ a: 1, b: 2 }));
[Axios][Request] POST http://xxxxx/hello {}
Expected behavior
[Axios][Request] POST http://xxxxx/hello a=1&b=2
The text was updated successfully, but these errors were encountered: