I configured paw server and basically can send request however dont find how to handle incoming requests from client on the serverside. Can anyone give any information how to do that?
EDIT: I can send request with GET action saying something at url like ihttp://192.168.12.103:7575/?testparametre=mustafa%20guven
and I can get it in index.html like below
gelenParametre = <bsh>$$.print(parameters.get("testparametre"));</bsh>
But what I want to do is getting the request in Activity Lifecycle. How do I achieve this?