REST using GET instead of POST
My project tests fine in the "Mobile Preview" & using the Tiggzi Proxy on my REST Services. I launched the application on your hosting service, using a custom domain. An A record was created, and I can browse the application.
I can not get the REST service to use POST method even though the method and data type are both configured for POST and JSON. I've tried enabling/disabling the Tiggzi proxy and get the same result.
Here is the first part of the request. Note: I've removed domain and pagename actual values.
Request URL:[url=http://domain/pageName.css]http://domain/pageName.css[/url]
Request Method:GET
Status Code:304 Not Modified
Request Headersview source
Accept:text/css,/;q=0.1
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
And the response:
Request URL:[url=http://domain/pageName.css]http://domain/pageName.css[/url]
Request Method:OPTIONS
Status Code:405 Method Not Allowed
Request Headersview source
Accept:/
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Access-Control-Request-Headers:accept, origin, content-type
Access-Control-Request-Method:POST
I've read through other posts on this Community suggesting the Service is configured for JSONP. I've confirmed the service is not configured for JSONP - our Server API does not support. I've tried with and without your Proxy and with & without a custom domain name (i.e.: tiggzi.net and our own).
I've previously shared the project with you - any help to resolve would be appreciated.