krocc
krocc6d ago

HTTP Routes: Query Params

Need help establishing on how to send query params within a GET request. Currently; when I send a request on one of the HTTP Routes and then use preprocessing, the query object always comes out blank. Is there any solution that does not involve me having to use include_query in my request?
No description
No description
5 Replies
rubenf
rubenf6d ago
@Hugo C. would the new refactor make this easier
Hugo
Hugo6d ago
If you’re using http routes (and not webhook) the query object should contain all query args, no need to use include_query What version are you on? i was able to reproduce on latest, fix will be merged soon
krocc
kroccOP3d ago
Thank you @Hugo using version EE v1.489.0-10. Please let me know what version to upgrade to that will fix the issue.
Hugo
Hugo3d ago
v1.490
krocc
kroccOP3d ago
Thank you again!

Did you find this page helpful?