getting 403 error

pankajiit_cse
Hi,
i am trying to connect using KITE publisher app. I got the request_token successfully but when I tried to get access token, I got 403 forbidden error
  • pankajiit_cse
    also when I hit the url in browser window, I am getting below error
    {"status": "error", "message": "Route not found", "error_type": "GeneralException"}
  • pankajiit_cse
    my app is also active, checked from developer console
  • Kailash
    You have to make a POST request to get the access_token. If you do a GET request, you'll get the 404 "Route not found" exception.
  • pankajiit_cse
    Hi Kailash,
    I am making post request still I am getting request forbidden 403 error code
Sign In or Register to comment.