Skip to content

Update model.js#17

Open
boris-kr wants to merge 1 commit into
koopjs:masterfrom
boris-kr:patch-1
Open

Update model.js#17
boris-kr wants to merge 1 commit into
koopjs:masterfrom
boris-kr:patch-1

Conversation

@boris-kr

Copy link
Copy Markdown

Just encountered a data source (Azure Blob storage) that doesn't support HTTP but supports HTTPS only. So it's solved by switching to HTTPS in this case, but probably a rollback to HTTP should be added in a case that HTTPS is not supported.

Just encountered a data source (Azure Blob storage) that doesn't support HTTP but supports HTTPS only. So it's solved by switching to HTTPS in this case, but probably a rollback to HTTP should be added in a case that HTTPS is not supported.
@boris-kr boris-kr closed this Dec 28, 2021
@boris-kr boris-kr reopened this Dec 28, 2021
@haoliangyu

Copy link
Copy Markdown
Member

I think a better approach is to use a full URL with a protocol (like HTTP, HTTPS). In the code, it can add the http:// if the URL doesn't start with a protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants