on 2020 Sep 15 9:08 AM
Request clarification before answering.
Hi Bengu,
Couple of observations:
1. Your URL is : 'https:\\\\....' format. Could you please try the property as below:
url : "https://<type your url here>",
2. Please try the below way to fetch access token:
success: function(res, status, xhr){
token = ctx.json.parse(xhr.responseText).access_token;
}
Best Regards,
Rohit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
30 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.