External URL variable


#1

Hi everyone
Can we parse in webcore the parameters added to the external url call ?
For example param1 and param2 from that example: http://external_url_from_piston?param1=a&param2=1
Thank you


#2

$args.param1 etc.


#3

That’s correct ! Did i miss that in the documentation somewhere ?
Thank you for your help !


#4

I am not sure, there’s a good chance it is not.


#5

Can one of you show an example piston of using the query param? That would be really helpful for my piston. I can’t seem to get the syntax right to grab the query string value from the external URL. Thanks a ton!


#6

use: https://<your_external_url>:?task=EchoSpeakGuestBedroom&level=40&text=hello


#7

Sweet! Thanks for the info. It all makes sense now.