wimpie3 Well-Known Member Licensed User Longtime User Mar 8, 2011 #1 How to get the current URL from a HttpClient? I thought doing this would do it: response.GetHeaders.Get("Location") But it's not working... Any help?
How to get the current URL from a HttpClient? I thought doing this would do it: response.GetHeaders.Get("Location") But it's not working... Any help?
Erel B4X founder Staff member Licensed User Longtime User Mar 9, 2011 #2 Unfortunately there is no simple way to do it when the HttpClient handles the redirection automatically (as done in the Http library). Upvote 0
Unfortunately there is no simple way to do it when the HttpClient handles the redirection automatically (as done in the Http library).