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();
|
super();
|
||||||
|
|
||||||
|
this.Secured = false;
|
||||||
|
|
||||||
this.SetUrl( Url );
|
this.SetUrl( Url );
|
||||||
|
|
||||||
this.Method = "GET";
|
this.Method = "GET";
|
||||||
this.Headers = Headers || {
|
this.Headers = Headers || {
|
||||||
"User-Agent": "BotanSS HttpRequest"
|
"User-Agent": "BotanSS HttpRequest"
|
||||||
};
|
};
|
||||||
|
|
||||||
this.Secured = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SetUrl( Url )
|
SetUrl( Url )
|
||||||
|
Loading…
Reference in New Issue
Block a user