Open KoEnix opened 3 years ago
@KoEnix I found the root cause. ATOR is trying to get selected value by calculating start and end string. If you see, that both (access & refresh token) follows same pattern (start string : _token" and end string : ",), ATOR find the pattern for access token. But when we selecting for refresh token, same start and end string is calculated, but selected value is not populated in Extracted String.
Provided Solution: Caulcuate the start and end string by traversing bit more towards left and right side as long as it find the selected string. I tested it for above response content. You can generate the new build and test it with that jar file once.
Hi, i found a strange behavior while working on a project with ATOR. Currently, I try to save a refresh token, to be used later to generate a new auth- and refresh-token, to refresh the authentication. In the extraction window, I can easily select the auth token and press "From Selection" and everything works as intended. But when trying to save the refresh token, one line below, I can press "From Selection" as often as I want, it wont be selected. And I dont really know why. No error or output is thrown, it simply wont work.
Here is the response its hanging on: