Search Results

0
votes

How can an authentication key be passed to a restful web service?

If time isn't an issue implementing OAuth security may be useful. OAuth uses a public key, and also a secret. The mess is hashed (in most cases) and the server will use the public key + it's copy o …