Rest Service Data Connection

Solved

I am trying to build an application using soti snap for the first time. But, i have some technical issue about rest service. When i am using rest service to import some data and test connection the result is null. On the other hand, i have tried my rest url with postman and some of others api test platform it successfully. Any one can help me explain this problem? what is the problem exactly. I attached with the error screenshot.

3 years ago
SOTI Snap
ANSWERS
DK
Deepak Kumar
3 years ago

Currently, we do not support calling local APIs.

See if you can make use of this method to expose your local APIs to the net and then use those new APIs in SNAP

https://stackoverflow.com/questions/5108483/access-localhost-from-the-internet

Solution