Closed JordanVerasamy closed 6 years ago
I think this should be a major version bump as it will break compatibility with older config files.
Alternatively, we could check whether the url has http[s] in it already and only append https
if it is not already in the url. This would maintain compatibility with existing config files.
Thoughts?
I'm not too keen on making ultra smart config file readers when we have lots of other more impactful work. I'm ok with a slightly breaking change as long as theres a bold sentence in the changelog. CMV.
What it does and why:
Instead of passing
magento-sandbox.myshopify.io
as the hostname, passhttps://magento-sandbox.myshopify.io
instead. This allows users to specify eitherhttp
orhttps
as their transfer protocol, for example.Checklist:
Related issues:
Closes: