When making a GET request is there a way produce the fully formatted final URL for debugging purposes?
With this we could output the URL in the debugger and paste it into the browser for testing purposes.
Looks like it would have to be a combination of client and request...