You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this script assumes it is going to get a URL that is the Solace download link in the format "http://em.solace.com/xxxx", and so proceeds to deal with the redirect handling.
Can this be enhanced to have a test of the URL and if it already ends with ".tar.gz", to forego the redirect handling step?
The user may have downloaded the file already and decided to host it at their own location. It seems needlessly prohibitive to assume it will always be a link direct from the download site.
The text was updated successfully, but these errors were encountered:
Currently this script assumes it is going to get a URL that is the Solace download link in the format "http://em.solace.com/xxxx", and so proceeds to deal with the redirect handling.
Can this be enhanced to have a test of the URL and if it already ends with ".tar.gz", to forego the redirect handling step?
The user may have downloaded the file already and decided to host it at their own location. It seems needlessly prohibitive to assume it will always be a link direct from the download site.
The text was updated successfully, but these errors were encountered: