Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Rest Service Post

Problem Similar to
https://getsatisfaction.com/tiggzi/topics/what_does_rest_service_only_make_get_calls_i_would_like_to_make_a_post_call

Rest service to my server.
Allows only POST.
When creating the service and using the Test button...
If i use INSERT INTO 'MyTable' SET 'one'='one1'
Server says bad request..
But when I run the Tiggzi app the service works fine..
Chrome shows request as INSERT INTO 'MyTable' SET 'one'='one1'
Identical as the test...

EDIT.
INSERT INTO 'MyTable'('item1') VALUES('ada') Works Testing and in app.
But NOT
INSERT INTO 'MyTable' SET 'one'='one1' Works in App but NOT Rest test.

If I use SELECT * FROM 'MyTable' WHERE 'one' LIKE 'one1'
It works fine both on Test and from tiggzi app

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Rest Service Post

Hello! Could you post your service URL and request parameters so we can reproduce and test it?

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Rest Service Post

Yes...
But I emailed it to you.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Rest Service Post

Strange... I didn't get anything.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Rest Service Post

Could you please send it again to support@tiggzi.com?

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Rest Service Post

Just Did again..

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Rest Service Post

Got it. Thank you. We'll test

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

Rest Service Post

Fixed.

Return to “Issues”