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?


5 Replies
@Hugo C. would the new refactor make this easier
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
Thank you @Hugo using version EE v1.489.0-10. Please let me know what version to upgrade to that will fix the issue.
v1.490
Thank you again!