Page 1 of 1

how to create a http service

Posted: Mon Jan 27, 2014 9:26 pm
by o w

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.


how to create a http service

Posted: Mon Jan 27, 2014 11:29 pm
by maxkatz

Yes, just define the REST service with http://


how to create a http service

Posted: Tue Jan 28, 2014 7:45 pm
by o w

I can not change a server code service to a href="http://" rel="nofollow"http:///a. Is there any workaround?


how to create a http service

Posted: Tue Jan 28, 2014 8:01 pm
by maxkatz

Not really


how to create a http service

Posted: Tue Jan 28, 2014 9:13 pm
by o w

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?


how to create a http service

Posted: Tue Jan 28, 2014 9:17 pm
by maxkatz

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.