Solved
Forum Discussion
Gursimrat
11 years agoLeader
NicoB AdamN any solution? I have tried everything, but still not able to read parameter in endpoint from custom component. Any simple example or code snippet would be helpful.
dhiraj_gophane
11 years agoLeader
In reference to my last Comment,
You can accept the parameter in endpoint as,
<#assign search_query = http.request.parameters.name.get("QueryParameter","") />
You can accept the parameter in endpoint as,
<#assign search_query = http.request.parameters.name.get("QueryParameter","") />