Mistakenly set the secured connection to false
This commit is contained in:
parent
cbf2246b52
commit
5119363569
@ -31,14 +31,14 @@ class HttpRequest extends EventEmitter
|
||||
{
|
||||
super();
|
||||
|
||||
this.Secured = false;
|
||||
|
||||
this.SetUrl( Url );
|
||||
|
||||
this.Method = "GET";
|
||||
this.Headers = Headers || {
|
||||
"User-Agent": "BotanSS HttpRequest"
|
||||
};
|
||||
|
||||
this.Secured = false;
|
||||
}
|
||||
|
||||
SetUrl( Url )
|
||||
|
Loading…
Reference in New Issue
Block a user