We get the Error connect when I try to connect kiteconnect. We pass the api key and access token.
Please help as soon as possible
Error
18-02-2021 15:34:14 Error: Error while connecting. Message: Unable to connect to the remote server 18-02-2021 15:34:42 Error: Error while connecting. Message: The remote server returned an error: (403) Forbidden. 18-02-2021 15:34:42 Closed ticker
we get request_token in the URL after login. I hope this is the access token
No, request_token is different than access_token. You need to use request_token along with api_secret and api_key to generate access_token. Go through this documentation to know more.
The remote server returned an error: (403) Forbidden.
Client : c#
http://127.0.0.1/?request_token=XXXXXXXXE&action=login&status=success
we get request_token in the URL after login. I hope this is the access token