I'm trying to make a ajax call using Appery's rest service through proxy, however the URL that it generates is not valid for the receiver :
Appery's generated URL : http://hostname/my_api?username=foo
but I need the URL to have no "?" and be such as :
Please note, no "username" and "?" are needed and argument must be passed after a "/"
How can I achieve this?
Thanks