Отправляю GET или POST запрос с Basic Auth к 1С REST API необходимо зарегистрироваться для просмотра ссылки
Но в ответ получаю ошибку:
{
"#exception": "{http://v8.1c.ru/8.2/virtual-resource-system}Exception",
"exception": {
"clsid": "580392e6-ba49-4280-ac67-fcd6f2180121",
"reason": -3,
"descr": "Session error\nError executing the query POST to resource /odata/standard.odata:",
"#inner": "{http://v8.1c.ru/8.1/data/core}Exception",
"inner": {
"clsid": "a01f465c-ed70-442e-ada5-847668d7a41c",
"descr": "No session assigned to the current infobase connection",
"data": "77u/ew0Ke2EwMWY0NjVjLWVkNzAtNDQyZS1hZGE1LTg0NzY2OGQ3YTQxYywiTm8g\r\nc2Vzc2lvbiBhc3NpZ25lZCB0byB0aGUgY3VycmVudCBpbmZvYmFzZSBjb25uZWN0\r\naW9uIn0sMzV9"
}
}
}