Need help
Posted: Tue Mar 24, 2015 11:59 am
by toliver2018
Everytime I try to test my app I get this error code; {
"status":401,
"uri":"http://api.wordnik.com/v4/word.json/h...",
"response":{
"message":"unauthorized",
"type":"error"
}
}
this has been happing for almost 2 weeks and my teacher doesn't know how to fix it because I have done nothing wrong. I have shared the app with you it is called dictionaryy.
Need help
Posted: Tue Mar 24, 2015 1:18 pm
by Alena Prykhodko
Hello,
Please specify: do you pass correct "X-Appery-Session-Token" parameter?
See details: http://prntscr.com/43flye/direct
Also please give us your request screen shot where we can see url request parameters and request headers.
Need help
Posted: Fri Mar 27, 2015 12:11 pm
by toliver2018
Need help
Posted: Fri Mar 27, 2015 9:45 pm
by Egor Kotov6832188
Hello,
Message "unautherized" means you haven't provided any authorization information for server in your header request.
You should find documentation for your API and search for authorization methods for it.