Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLSearchParams not shown in log #126

Open
liukaigsx opened this issue Mar 16, 2023 · 1 comment
Open

URLSearchParams not shown in log #126

liukaigsx opened this issue Mar 16, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@liukaigsx
Copy link

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

@hg-pyun
Copy link
Owner

hg-pyun commented Apr 4, 2023

@liukaigsx
Thank you for your feedback. The current implementation is not processed for objects in URLSearchParams. I'll think about supporting this part.

@hg-pyun hg-pyun added the enhancement New feature or request label Apr 4, 2023
@hg-pyun hg-pyun added the good first issue Good for newcomers label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants