【发布时间】:2014-05-12 08:41:06
【问题描述】:
我正在尝试使用 REST 客户端向 orion 代理发出请求,例如带有类似这样有效负载的 NGSI10 queryContext:
{
"entities": [
{
"type": "*",
"isPattern": "false",
"id": "Sevilla:01727449"
}
]
}
我总是收到相同的结果:
Auth-token not found in request header
我正在使用的 Orion 上下文代理是固件实验室上下文代理,如果可能的话,我想知道如何使用 REST 客户端向该 CB 发出授权请求。
谢谢
【问题讨论】:
标签: fiware-orion filab