Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow import VM from URL with redirects #3953

Closed
3DCoded opened this issue Apr 30, 2022 · 6 comments
Closed

Allow import VM from URL with redirects #3953

3DCoded opened this issue Apr 30, 2022 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@3DCoded
Copy link

3DCoded commented Apr 30, 2022

I have a UTM file online that is a .utm.zip but the URL doesn't show it. How would I go to utm://downloadVM?url=. It says failed to parse download URL.

@osy
Copy link
Contributor

osy commented Apr 30, 2022

Maybe provide the URL to @conath who can look into it.

@conath
Copy link
Contributor

conath commented Apr 30, 2022

The link you shared redirects to a .utm.zip, but UTM doesn't recognize this. The download feature doesn't follow redirects currently.

@conath conath added the enhancement New feature or request label Apr 30, 2022
@conath conath changed the title Allow import VM from URL that doesn't end in .utm.zip Allow import VM from URL with redirects Apr 30, 2022
@osy
Copy link
Contributor

osy commented Apr 30, 2022

Shouldn’t be hard to implement right?

@conath
Copy link
Contributor

conath commented Apr 30, 2022

According to this it might already work if we just remove the .utm.zip check, don't have time to check right now.

@3DCoded
Copy link
Author

3DCoded commented Apr 30, 2022

I made a fork and fixed it in the fork. I will submit a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants