macadmins / installapplications

A tool for dynamically using installapplication
Apache License 2.0
286 stars 62 forks source link

Add HTTP redirect option #77

Closed bfreezy closed 3 years ago

bfreezy commented 3 years ago

Follow up to https://github.com/macadmins/installapplications/issues/76

Introduces --follow-redirects argument option to InstallApplications.

If this flag is passed, InstallApplications will follow redirects from the web server to the remote URL. By default, InstallApplications will not follow redirects. Thus, existing implementations should be unaffected by this feature addition.

I made an update to the README for this change. Let me know if anything else is needed.

erikng commented 3 years ago

LGTM!