Page 1 of 2
Parameters for REST call
Posted: Wed Jan 02, 2013 1:56 pm
by Renjith V
I am using a REST API to login to the provider site. While it works fine with curl, when I test is using tiggzi, it fails with forbidden error.
My username is the email address which contains '@'. Will this have any impact? Do I need to do some escaping of characters?
Parameters for REST call
Posted: Wed Jan 02, 2013 2:46 pm
by Kateryna Grynko
Hello,
Do you test your app on browser or device?
You cannot send REST request to remote server due to security restrictions on browser. You can check "Use Tiggzi Proxy" to access it.
Parameters for REST call
Posted: Wed Jan 02, 2013 7:39 pm
by Renjith V
I am always using tiggzi proxy. Apparently it had worked two days back when I wrote it first
Am kind of stuck with this.
Parameters for REST call
Posted: Wed Jan 02, 2013 7:58 pm
by maxkatz
Please post (or email) the service URL and how to invoke it.
Parameters for REST call
Posted: Thu Jan 03, 2013 12:04 am
by Renjith V
Can you tell me the email address?
Parameters for REST call
Posted: Thu Jan 03, 2013 12:07 am
by maxkatz
Parameters for REST call
Posted: Thu Jan 03, 2013 12:25 am
by maxkatz
Do you use GET or POST. It has to be a POST.
Parameters for REST call
Posted: Thu Jan 03, 2013 12:59 am
by Renjith V
Parameters for REST call
Posted: Thu Jan 03, 2013 1:06 am
by maxkatz
It works when I try it:
Parameters for REST call
Posted: Thu Jan 03, 2013 1:47 am
by Renjith V
Yeah. Why not for me
Let me try again.