StephenRogers1990 Posted January 21, 2023 Posted January 21, 2023 Hi, I am getting the following error when I use my authentication code to try and get a access token because the client secret has % in it. Invalid query parameters: invalid %-encoding any advice would be appreciated, I am very new to sage development Thanks
Steel, Mark Posted January 23, 2023 Posted January 23, 2023 Hi Stephen, Thank you for your question. Have you been able to follow the auth flow in Postman? If you let us know the language you're using and provide the method in a code snippet we can have a look. If you do post the snippet, please make sure you hide any client_id and client_secret. Thanks Mark
StephenRogers1990 Posted January 23, 2023 Author Posted January 23, 2023 Hi Mark, I am using vb.net. I got the authentication to work by replacing the % in the client secret with %25. Thanks Stephen
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now