Vicky
unread,Jan 3, 2012, 7:42:08 AM1/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
I am trying to use this API by passing the required data and callback
value. I know the data should be in the form
"name1=value1&name2=value2".
The base URL does not have any existing query parameters. Also the
request type is GET.
The API does not throw any exception, it makes the server call but the
query parameters do not reach the server end.
As a workaround i, put these parameters as part of the URL itself as "?
name1=value1&name2=value2", while passing null in sendRequest call.
This worked perfectly fine.
I don't understand why does this not work when passing data as part of
sendRequest API but works if passed directly as part of the URL.
Thanks,
Vicky