Page 1 of 1

Rest Service Post

Posted: Fri Oct 26, 2012 1:10 pm
by Emmz

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


Rest Service Post

Posted: Fri Oct 26, 2012 1:41 pm
by Maryna Brodina

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


Rest Service Post

Posted: Fri Oct 26, 2012 2:21 pm
by Emmz

Yes...
But I emailed it to you.


Rest Service Post

Posted: Fri Oct 26, 2012 2:23 pm
by Maryna Brodina

Strange... I didn't get anything.


Rest Service Post

Posted: Fri Oct 26, 2012 2:25 pm
by Maryna Brodina

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


Rest Service Post

Posted: Fri Oct 26, 2012 2:32 pm
by Emmz

Just Did again..


Rest Service Post

Posted: Fri Oct 26, 2012 3:16 pm
by Maryna Brodina

Got it. Thank you. We'll test


Rest Service Post

Posted: Wed Jan 23, 2013 6:37 pm
by maxkatz

Fixed.