Go REST

CORS Error

Hi team, Not able to do a POST request to the below endpoint/API. Kindly advise may be there is a missing CORS setting. https://gorest.co.in/public-api/users Access to fetch at 'https://gorest.co.in/public-api/users' from origin 'https://mydomain.dummyinternet.com' has been bl...

Dex almost 4 years ago 2 3903

422 Unprocessable Entity for POST Call

While sending below Post REQUEST to create new user in the end point : https://gorest.co.in/public/v2/users , [ { "email": "testric1234@yopmail.com", "name": "Ric Jais", "gender": "female", "status": "active" } ] It gives below- [ { "field": "em...

Test User almost 4 years ago 1 4182

422 Unprocessable entity

While sending Post REQUEST in the following end point : https://gorest.co.in/public/v2/users , Input is provided via CSV File. Facing 422 Unprocessable entity . Iteration is displayed as 1. Same error , when we try to create more than one user in a same json request body.

Balaji Purusothaman almost 4 years ago 1 3823

CORS

i have problem with " Access to fetch at 'https://gorest.co.in/public-api/posts?page=9' from origin 'http://127.0.0.1:5500' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, s...

Altn Tapkinov almost 4 years ago 1 3691

CORS Errors for the v2 endpoints

Hi! I can get the posts/comments/users without the authentication token, but if I try to use it I get a CORS error: Access to XMLHttpRequest at 'https://gorest.co.in/public/v2/comments' from origin 'http://localhost:4200' has been blocked by CORS policy: Response to preflight ...

Andrea Briganti almost 4 years ago 1 4354

Access Token

where i can found Access Token

Kuruvajaya Krishna026 almost 4 years ago 5 10896

WSDL file

I need a WSDL file or path for Gorest.co.in

Narender Reddy almost 4 years ago 2 4324

X-Pagination-Limit Problem

hello, I changed the header by adding "x-pagination-limit" with a value of 20, but the result still shows only 10 lists. is the pagination header not working?

Faia test almost 4 years ago 2 4496

There is no response body on post request?

I am sending post request successfully and response status 201 but there is no response body. Also it doesn't exist in the API logs.

Yusuf Taş almost 4 years ago 2 4942

Getting 403 using axios

Hello i'm getting error 403 forbbiten acces when using axios.get on https://gorest.co.in/public/v2/users this is my code: try{ let users = await axios.get('https://gorest.co.in/public/v2/users?access-token=MY-TOKEN-HERE) console.log(users) } catch(err) { console.log(...

Rafael Heros de Almeida almost 4 years ago 4 6670