Questions and Answers
Searchable, indexed, public. Quick way to learn what other developers are running into.
I'm getting 422 unprocessable entity . Can anyone please help
input : [{"id":1091468,"name":"shriyashree tiwari","email":"shriya@example.com","gender":"female","status":"active"}] output:[ { "field": "email", "message": "can't be blank" }, { "field": "name", "message": "can't be blank" }, { "field": "gender"...
Cannot get my Token
When I open my page in the site I dont find my Token there
Cannot get 415 status code
Someone please help me to get 415 status code.
How can i fidn the user name and pasword to authenticate endpoint
I am try to access the Post , Put and Delete the request it getting 422 and 401 error how can i find my user name and password to authenticate my request
POST comments API asking for a field that is already in the body
Request I'm sending: curl --location --request POST 'https://gorest.co.in/public/v2/posts/457749/comments' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer 9d....080' \ --data-raw '{ "post": "5375", "na...
my karate script is failing due to 'authentication failed' in POST method but working with GET call in same feature file. POST working well in postman
Feature: testing e2e scenario of Gorest API's Background: * url 'https://gorest.co.in/public/v2/users' Scenario: get all user details in gorest Given path '331868' And headers Authorization = tokenID #getting tokenID from config file When method GET Then status 200 * print r...
API returns data without token
Hi, https://gorest.co.in/public/v2/users endpoint is returning data even i dont set a token or set a wrong one ? How this can be possible ?
CORS ERROR
Yesterday the api was fine but today it gives me cors error ?
how should i create url for fetching?
i want to get google url...if i write a keyword in input it could need to search in google about that keyword.what is the url for fetching