urlWakeUp - how to parse the URL
Posted: Wed Feb 05, 2014 9:06 pm
Hi All,
Now that I've gotten the URL that called my app, is the another function that will help to parse it, or is that all up to me and my code?
example URL:
myURL://some/path/here?foo=1&bar=2
Is there a function in LC that will get me the parameters (foo and bar) and their values (1 and 2) or is that something I have to parse for?
Thanks,
Steve
Now that I've gotten the URL that called my app, is the another function that will help to parse it, or is that all up to me and my code?
example URL:
myURL://some/path/here?foo=1&bar=2
Is there a function in LC that will get me the parameters (foo and bar) and their values (1 and 2) or is that something I have to parse for?
Thanks,
Steve