To keep my dev environment as close as possible to prod, I use https locally.
That's particularly useful when working with sessions and cors settings.
Dev studio doesn't detect the endpoint when I have https on, even though I can query it through the browser.
I was able to get it working by only reverting to http which is not desirable.