У нас вы можете посмотреть бесплатно API Testing Challenge 23 - How To - POST todos XML to JSON или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
How to complete the challenge `POST /todos XML to JSON` to send a POST request to create a todo item using XML but receive JSON response. Issue a POST request on the `/todos` end point to create a todo using Content-Type `application/xml` but Accept `application/json` `POST` request means we will send information in the body of the message e.g. `POST /todos` sends to the todos endpoint `create a todo` means that the payload will be valid data to create a todo item `using Content-Type` `application/xml` means that we will set `content-type` header to `application/xml` and the payload will be in XML format `Accept` `application/json` means add an `accept` header of `application/json` to receive the response in JSON format add the `X-CHALLENGER` header to track progress For a write up of this solution, check out the blog post: https://eviltester.com/apichallenges/... Find the API Challenges here: https://eviltester.com/apichallenges --- Remember to subscribe to this YouTube channel. You can support me on Patreon / eviltester (watch my videos ad free and receive extra content) I blog at https://eviltester.com/blog Learn more about my books and online training at: https://eviltester.com Follow me on: / eviltester / eviltester / eviltester