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.
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.