Ответ на веб-метод в Jemter: "Не найден ресурс HTTP, соответствующий URI запроса"
Запрос веб-метода выглядит следующим образом:
POST https://<WebSiteName>.com/avl/api/video/setoptions
POST-данные: templateVehicleId=CA7C1D2A-E255-4A79-8621-8B88C6C815C8&PreEventSeconds=1&PostEventSeconds=1&HDAccelerometerEnabled=false&HarshEventEnabled=false&PushButtonEnabletU
Данные cookie: DirectorAuth=; Avl3UserPreferredLocale= EN-US
Заголовки запроса: Соединение: keep-alive Content-Type: application/json; charset=utf-8 Content-Length: 226 Хост: .com User-Agent: Apache-HttpClient/4.2.3 (Java 1.5)
И ответ я получаю:
{"Message":"No HTTP resource was found that matches the request URI 'https://<WebSiteName>.com/avl/api/video/setoptions'.","MessageDetail":"No action was found on the controller 'DashcamApi' that matches the request."}
Не знаю, почему я получаю: не найден ресурс HTTP, соответствующий ошибке URI запроса.
1 ответ
Вы забыли добавить имя переменной WebSiteName
и его значение, например, в User Parameters
в качестве предварительного обработчика запроса,
Или вы забыли в HTTP-запросе поставить значение в Server Name or IP
поле или вы положили только.com
Если вы поставите Google, он изменится с:
https://.com/avl/api/video/setoptions
Для того, чтобы:
https://google.com/avl/api/video/setoptions