Calling getRequestUrl()
result in the HTTP request to fail with Missing Authentication Token
#313
Labels
getRequestUrl()
result in the HTTP request to fail with Missing Authentication Token
#313
Subject of the issue
Calling
getRequestUrl()
result in the HTTP request to fail withMissing Authentication Token
Your environment
Manjaro Linux 5.17,
JDK 17,
Algo SDK 1.13
Steps to reproduce
Expected behaviour
Successful call, just like as if I did:
Actual behaviour
HTTP 403
The problem seems to be that calling
getRequestUrl()
results in multiple calls toLookupAccountTransactions.getRequestString()
which keeps adding to the path segments resulting in a wrong url.Acceptance Criterie
getRequestUrl()
should not have any side effects.The text was updated successfully, but these errors were encountered: