Place API key in Headers or URL

前端 未结 5 1049
感动是毒
感动是毒 2020-12-04 09:53

I\'m designing a public API to my company\'s data. We want application developers to sign up for an API key so that we can monitor use and overuse.

Since the API is

5条回答
  •  青春惊慌失措
    2020-12-04 10:17

    It should be put in the HTTP Authorization header. The spec is here https://tools.ietf.org/html/rfc7235

提交回复
热议问题