RECEIVED JSON: {"errors":["Please include a case-sensitive header of Authorization: Basic \u003cYOUR-REST-API-KEY-HERE\u003e with a valid RESTAPI key."]post notification: {"errors":["Please include a case-sensitive header of Aut
我正在尝试制作一个RESTAPI来获取密钥,以验证是否有人想要使用我的API,并且他在我的数据库中注册,我会给他响应。我使用的是express、axios和mysql2。我的问题是,如果我只进行查询并给出响应,我会得到REST_API_KEY和APP_ID的值,但是当我在查询之后添加另一个http请求时,我得到的REST_API_KEY和APP_ID是空的。req.body.userApiKey
let REST_API</