I need to override the buildUrl method of rest proxy in Sencha Touch 2. The rest GET request will be like that:
url:'https://api.abc.com/user/{username}/{password}
Where and what should I change to achieve this goal?
and how should I pass the two parameters from controller? [I would like to pass username and password from login controller]
Can anyone please help me? Thanks