Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
was wondering if id make an API for our vending machine application (connected to the internet), currently we send request and read response directly to our database, for the revamp we would want to make it more secure, but cant decide what to do, was thinking of doing an httpwebrequest or our page (ssl), but we could also do an API (server-client) to make such request/response... which one do you think is faster or is there any other way?

slow down when you need to hurry, stop when you need to move on,

look back when you need to forget, or you might slip and leave sanity

  • Administrators
Posted

Have you considered web services as a way of implementing this API? They use http(s) as an underlying mechanism and data is transfered as XML.

.Net gives some very nice tools for working with web services and are well worth investigating.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted
tnx PlausiblyDamp, ill take a look at it.

slow down when you need to hurry, stop when you need to move on,

look back when you need to forget, or you might slip and leave sanity

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...