InetC and URL redirect
Hello,
As far as I know inetc::get will not deal with url redirection.
How I can deal with URL redirection so:
1. $last_stop_url = get_last_url_stop (url)
2. inetc::get /silent $last_stop_url "$PLUGINSDIR\test.exe" /END
My main issue is that I need to get the final destination before I run inetc::get.
Thank you in advance.