I'm using a local development server, which doesn't work over http. Yet Squid always loads everything over https. I see there's a usesSecureProtocol property but that has to be specified per request, not on the HttpService level. Am I missing something? 🤔
I'm using a local development server, which doesn't work over http. Yet Squid always loads everything over https. I see there's a
usesSecureProtocol
property but that has to be specified per request, not on theHttpService
level. Am I missing something? 🤔