how to create a http service
Is it possible to create a http service instead of https service? I want to create a server code service to be invokeny by arduino. Arduino can not communicate by https.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is it possible to create a http service instead of https service? I want to create a server code service to be invokeny by arduino. Arduino can not communicate by https.
Yes, just define the REST service with http://
I can not change a server code service to a href="http://" rel="nofollow"http:///a. Is there any workaround?
Not really
do i really need an external service which converts my http call into the https- server code call? or is it possible with a generic service?
If the service only supports http: -- that's how you need to invoke it on the client (the app). You can write an external service -- that's entirely up to you. Appery.io is a platform to create the app. The app runs in the browser, you can invoke any service with the supported protocol.