Page 2 of 2

JSON service problem. Help me pease :(

Posted: Mon Jan 19, 2015 1:11 pm
by Illya Stepanov

Can you give us a public link to your app or if you don't want to show it publicly you can send it us to: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a


JSON service problem. Help me pease :(

Posted: Mon Jan 19, 2015 1:19 pm
by zimennik

How can I do that? Where can I find public link?


JSON service problem. Help me pease :(

Posted: Mon Jan 19, 2015 1:24 pm
by Illya Stepanov

Sorry, forgot to mention it -- http://devcenter.appery.io/documentat...


JSON service problem. Help me pease :(

Posted: Mon Jan 19, 2015 1:28 pm
by zimennik

JSON service problem. Help me pease :(

Posted: Mon Jan 19, 2015 2:55 pm
by Illya Stepanov

You are testing it in the browser, and making call to another domain, thus CORS error is appearing in your browser console.
http://gyazo.com/687e6b94bf9e31c01b17...

There are following options:
1) You need to turn proxy on for your service;
2) Or you can test it on the device.


JSON service problem. Help me pease :(

Posted: Mon Jan 19, 2015 8:25 pm
by zimennik

Thx! I checked "Use Appery.io Proxy" and now its work fine!