gpt4 book ai didi

javascript - API请求方式

转载 作者:行者123 更新时间:2023-11-28 03:46:33 25 4
gpt4 key购买 nike

var settings = {
"async": true,
"crossDomain": true,
"url": "https://urlexampleapi.com",
"method": "GET",
"headers": {
"Content-Type": "application/json; charset=utf-8",
"Accept": "application/json",
"appKey": "mykeyhere",
"appToken": "mytokenhere"
}
}

$.ajax(settings).done(function (response) {
console.log(response);
});

大家好,我想向某个 api 发出此请求,但我知道在 header 上传递我的凭据是不安全的。适用于这种情况的最佳做法是什么?任何建议将不胜感激

谢谢!

最佳答案

您可以更喜欢使用 https 和以下问题中提到的其他方法

how-to-send-password-securely-over-http

关于javascript - API请求方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48429296/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com