Merge master

This commit is contained in:
Pieter Vander Vennet 2021-07-18 18:44:25 +02:00
commit 88cddd2367
63 changed files with 3914 additions and 2536 deletions

View file

@ -56,7 +56,8 @@ export default class ScriptUtils {
const urlObj = new URL(url)
https.get({
host: urlObj.host,
path: urlObj.pathname,
path: urlObj.pathname + urlObj.search,
port: urlObj.port,
headers: {
"accept": "application/json"