Questions and Answers
Searchable, indexed, public. Quick way to learn what other developers are running into.
how to generate consumerKey, consumerSecret, accessToken, accessTokenSecret for https://gorest.co.in
Anyone?
While connecting with API, I am getting an error.
java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Net.java:579) at java.base/sun.nio.ch.Net.connect(Net.java:568) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSoc...
how to get access token
I have logged in account through google but I didn't get access token where can i find it.
Error: Request timed out
In postman tool. getting Error: Request timed out. in all action. thank you
Token not working
I have generated a token and when I try to use it I am getting "message": "Authentication failed". I have tried using different tokens too still no good.
Post Create User Always response 422 Unprocessable Content
I post this object {"name":"Luis", "gender":"male", "email":"holasdasd@gmail.com", "status":"active"} and allways response [ { "field": "email", "message": "can't be blank" }, { "field": "name", "message": "can't be blank" }, ...
How to get user with request param?
i got 404 not found and the respon give me the html code when i try in my katalon. is it right just adding "authorization", "content-type", and "accept" in header? can someone help me But when i use post man the API run correctly. i don't know where the problem