You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a simple transactions lookup with the v2 indexer, via algoexplorer's access point. In the example code, the request url is printed, and it works fine in the browser.
However, the request always 404's when made through the sdk.
Subject of the issue
I'm making a simple transactions lookup with the v2 indexer, via algoexplorer's access point. In the example code, the request url is printed, and it works fine in the browser.
However, the request always 404's when made through the sdk.
Your environment
OpenJDK 17.0.2
Steps to reproduce
Expected behaviour
The program should print the same json as the browser, when accessing the printed request url
Actual behaviour
The program always prints response code 404, even though the printed request url works in the browser.
Example output:
Also, when debugging it is revealed that Client#getHttpUrl constructs a url that repeats itself, see attached image
The text was updated successfully, but these errors were encountered: