my Requirement is to validate login credentials against a url and will receive access token in response and use same access token to access another url and will get output string. All the coding i need to done in groovy. Please help. thanks in advance.
Asked
Active
Viewed 132 times
0
-
1Please add the code you have tried and how it failed (e.g. errors, stacktraces, logs, ...) so we can improve on it. – cfrick Sep 18 '20 at 11:26
-
https://stackoverflow.com/questions/25692515/groovy-built-in-rest-http-client may be able to get you started – thehole Sep 19 '20 at 03:39