[awc] How to get the URL after a redirection? #3387
Unanswered
rharish101
asked this question in
Q&A
Replies: 1 comment
-
It's not currently possible, but it's a good idea! I've created a feature request issue for this: #3403 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I request a webpage with a URL, and the website redirects to another page, how do I get the URL of the new page once awc returns from a
ClientRequest::send
? This is when redirections are allowed (i.e. not disabled when building the client) in the client.Beta Was this translation helpful? Give feedback.
All reactions