o w
Posts: 0
Joined: Mon Jan 27, 2014 9:26 pm

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to create a http service

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

o w
Posts: 0
Joined: Mon Jan 27, 2014 9:26 pm

how to create a http service

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to create a http service

Not really

o w
Posts: 0
Joined: Mon Jan 27, 2014 9:26 pm

how to create a http service

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to create a http 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.

Return to “Issues”