toliver2018
Posts: 0
Joined: Fri Mar 13, 2015 12:19 pm

Need help

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Need help

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.

toliver2018
Posts: 0
Joined: Fri Mar 13, 2015 12:19 pm

Need help

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Need help

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.

Return to “Issues”