Questions and Answers
After POST request data, while GET the user with ID which is generated in POST request it show 404 Not found
fetch('https://gorest.co.in/public/v2/users', {
method: 'POST',
body: JSON.stringify({
name: 'Ярослав Милошевич',
email: 'dogdog@dog.dog',
gender: 'male',
status: 'active',
}),
// Добавление заголовков запроса
headers: {
Authorization: 'Bearer 778c14f1405c73e6746b105ebe58639338d96c9e56e47ee38d721e9df...
TC2:create new user | FAIL |
HTTPError: 401 Client Error: Unauthorized for url: https://gorest.co.in/public/v2/users
TC | FAIL |
getting this error when trying from pycharm through a python code
how to generate fake data in a specific format using gorest
Hi,
I am new to postman.
practicing chaining of api.
When I tried to run collection it shows following error.
"Error: connect ETIMEDOUT"
solve the error 401(unauthorized)
Sending the POST request in the postman tool by the help of token number but I didn't get any response as it shows that 404 not found.
I have tried with invalid request body but always getting response 401 with message authentication failed.
Hey can you post the schema for Rest in single page for users,post,commetsand todos .It would would be helpful to create schema related validations and otherrequests
I wonder, this web is limited (trial) or what?, And how munch Title + Body can fill in one user