Open bizz84 opened 4 months ago
Hmm, to be honest, I don't even know how big of change this would be. Does Dart support HTTPS natively? I'll have to investigate. Also, any help would be greatly appreciated, as I'm currently not focusing on this package.
I did a bit of debugging and found out that this getter returns true because my statusCode
is null
:
bool get isBroken =>
statusCode != 200 && !wasDeniedByRobotsTxt && !isUnsupportedScheme;
Oddly, this works fine if I point to a non-localhost URL.
I'll report back if I get a chance to look closer.
My localhost site is hosted on https:
However, when I run the tool, I get this:
Is it possible to enable https on localhost?