- Регистрация
- 30.01.2020
- Сообщения
- 44
- Благодарностей
- 6
- Баллы
- 8
Приветствую! Есть вот такой HTTP для post запроса:
POST /api/servers HTTP/1.1
Host: localhost:10102
Content-Type: application/json
Content-Length: 215
{
"Type": "HTTP",
"Name": "HTTP Example",
"Group": "API Example",
"Host": "httpexample.com",
"Port": 8080,
"Authentication": true,
"UserName": "admin",
"Password": "123456"
}
Должен возвращать значение в переменную. Как не пытаюсь, не возвращает ничего в переменную. Прошу помощи
POST /api/servers HTTP/1.1
Host: localhost:10102
Content-Type: application/json
Content-Length: 215
{
"Type": "HTTP",
"Name": "HTTP Example",
"Group": "API Example",
"Host": "httpexample.com",
"Port": 8080,
"Authentication": true,
"UserName": "admin",
"Password": "123456"
}
Должен возвращать значение в переменную. Как не пытаюсь, не возвращает ничего в переменную. Прошу помощи