Accessing the final URL with a redirected WebInputStream

I need to access the final redirected url, so that I can get access to the parameters passed with it. Is that something that could be added to WebInputStream? This would be like the value returned in WebBrowserComponent::pageFinishedLoading.

1 Like

Any feedback from the JUCE team? @ed95 @t0m @jules

I can see other WebInputStream related functionality being useful alongside OP’s request:

  • knowing if there were redirects at all
  • what the original URL was.
1 Like