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

When passing parameters using form-data, array parameters cannot be parsed. #4485

Closed
puzhongbo opened this issue Dec 9, 2024 · 1 comment · Fixed by #4498
Closed

When passing parameters using form-data, array parameters cannot be parsed. #4485

puzhongbo opened this issue Dec 9, 2024 · 1 comment · Fixed by #4498
Assignees

Comments

@puzhongbo
Copy link

form-data传参的时候,如果ids这个参数是个数组的时候,解析失败。1.7.3及以前的版本没有问题。
比如:
ids=[1,2,3]

@kevwan kevwan changed the title form-data传参的时候,数组参数无法解析 When passing parameters using form-data, array parameters cannot be parsed. Dec 13, 2024
@kevwan kevwan self-assigned this Dec 13, 2024
@kevwan kevwan linked a pull request Dec 15, 2024 that will close this issue
@kevwan
Copy link
Contributor

kevwan commented Dec 20, 2024

I'm sumbitting a PR to support three methods for GET requests with array parameters.

check https://stackoverflow.com/a/9547490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants