Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Parameters for REST call

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Parameters for REST call

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.

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Parameters for REST call

I am always using tiggzi proxy. Apparently it had worked two days back when I wrote it first :( Am kind of stuck with this.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Parameters for REST call

Please post (or email) the service URL and how to invoke it.

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Parameters for REST call

Can you tell me the email address?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Parameters for REST call

Do you use GET or POST. It has to be a POST.

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Parameters for REST call

POST

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Parameters for REST call

It works when I try it:

Image

Image

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Parameters for REST call

Yeah. Why not for me :(
Let me try again.

Return to “Issues”