Restful web service authentication

前端 未结 4 1194
甜味超标
甜味超标 2021-01-30 03:30

I have a Restful web service API, that is being used by different 3rd parties. Part of that API is restricted (you need username/password to access it). I was wondering what wou

4条回答
  •  逝去的感伤
    2021-01-30 03:51

    Amazon web services does it well, check out there methodology for some ideas. Essentially they get clients to encrypt a special http header using their password.

    Here's the link:

    http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

提交回复
热议问题