作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我是 NetSuite 的新手,我尝试使用 Postman 发出 REST 请求,我在 header 中写了 NLAuth 授权,如上面的行:
Authorization : NLAuth nlauth_account=0000000, nlauth_email=at@at.com, nlauth_signature=mypassworld,nlauth_role=3
我遵循本教程的过程:https://community.boomi.com/docs/DOC-2676#jive_content_id_To_call_the_getRecord_RESTlet
但我收到以下回复:
{
"error": {
"code": "INVALID_LOGIN_ATTEMPT",
"message": "Invalid login attempt."
}
}
最佳答案
使用 Postman 的内置授权工具构建正确的 OAuth1 header :https://www.getpostman.com/docs/v6/postman/sending_api_requests/authorization
关于json - 使用 Postman 的 NetSuite RESTlet NLAuth,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51326835/
我是 NetSuite 的新手,我尝试使用 Postman 发出 REST 请求,我在 header 中写了 NLAuth 授权,如上面的行: Authorization : NLAuth n
我正在尝试从用户事件脚本调用 ReSTLet,该脚本使用基于 token 的身份验证返回客户信息。 但是我收到一个用户错误,指出 header 不是 NLAuth 方案 我知道这意味着我必须使用 NL
我是一名优秀的程序员,十分优秀!