ASP.NET Core 2.0
I have a problem with catching the final url after all redirects. There are a redirect using js as shows photo below, so HttpClient contains only first page url as RequestUri. It's also true for HttpWebRequest and SimpleBrowser.
Look here
I need to get https://oauth.vk.com/blank.html#access_token=bee0e251e716bd3ece938db0ab47c2bf530ccc856710c51d357b4ec0d3da2865a3a0fd93f7393a177c14c&expires_in=86400&user_id=301771062
Token is expired, don't try to use it
UPDATE ResponseUri and RequestUri are the same