In GET makeRequest calls, parameters reach my server if I append them to the url itself using ? and &. But if I add a ? to the URL to append params after it, the request cannot be sent as SIGNED (gives runtime error). Never mind : there was an error elsewhere in my code.