HTTP > Make a request: Possibility configure same query parameter more than once
complete
Valentin
Hello, with the "HTTP" module, it is impossible today to send an array to a Query (see attached).
Here is the final request I wanted: /test?includes=user&includes=card&includes=iban
Or: /test?includes[]=user&includes[]=card&includes[]=iban
Is it possible to add this functionality? Thank you.
Log In
Tereza Klobouckova
marked this post as
complete
Dear Makers,
The newly released HTTP (v4) app now fully supports multiple query parameters with the same name!
This update enables you to send multiple parameters with the same key but different values, ensuring full compliance with HTTP specifications. This is essential for working with APIs that use repeating parameters for things like filtering lists or complex search queries.
This enhancement brings greater stability, more predictable behavior, and better compliance with industry standards to your integrations.
Give it a try and let us know what you think. We’d love to hear your feedback on the new experience.
Resources:
📚 Get started with our technical guide: https://www.make.com/en/help/app/http
📝 Read the full release notes: https://help.make.com/new-http-app-is-now-available
Happy Automating!
Tereza
The Make Team