Currently i've been using Ready!API Soapui NG for my Rest apis. In my client credentials, I have my single string scope like scope_api which is able to generate access token. But now I have received new scope for my credentials that contains white spaces. Ex. scope scope_api1 scope_api2. In ReadyAPI I got the error Unable to retrieve token
but when I tried the same scope in POSTMAN, I was able to get an access token. Is there any way to make it work on ReadyAPI? Thanks in advance
Asked
Active
Viewed 421 times
0

creulo
- 1
- 1
-
Can you show the screen shot of how you get the `token` in ReadyAPI? or raw request? – Rao Jan 25 '17 at 08:19
-
You should do URL encoding before sending the scopes to server. – dvsakgec Jan 30 '17 at 04:48