iobroker.parcel 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/io-package.json +3 -3
- package/main.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
package/io-package.json
CHANGED
package/main.js
CHANGED
|
@@ -697,10 +697,10 @@ class Parcel extends utils.Adapter {
|
|
|
697
697
|
"Accept-Language": "de-de",
|
|
698
698
|
"X-Selected-Language": "DE",
|
|
699
699
|
"Content-Type": "application/json",
|
|
700
|
-
Origin: "https://gls-one.de",
|
|
701
|
-
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",
|
|
700
|
+
Origin: "https://www.gls-one.de",
|
|
701
|
+
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 GLS_App.iOS/v1.3.1",
|
|
702
702
|
"X-Client-Id": "iOS",
|
|
703
|
-
Referer: "https://gls-one.de/de?platform=iOS",
|
|
703
|
+
Referer: "https://www.gls-one.de/de?platform=iOS",
|
|
704
704
|
},
|
|
705
705
|
data: JSON.stringify({
|
|
706
706
|
username: this.config.glsusername,
|