n8n-nodes-jygse-vw-weconnect 0.2.16 → 0.2.17
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.
|
@@ -187,9 +187,9 @@ const VW_CLIENT_ID = 'ac42b0fa-3b11-48a0-a941-43a399e7ef84@apps_vw-dilab_com';
|
|
|
187
187
|
const VW_SCOPE = 'openid profile address email phone';
|
|
188
188
|
const VW_REDIRECT_URI = 'vwconnect://de.volkswagen.vwconnect/oauth2redirect/identitykit';
|
|
189
189
|
const VW_RESPONSE_TYPE = 'id_token token code';
|
|
190
|
-
// We Connect Go headers
|
|
191
|
-
const VW_USER_AGENT = '
|
|
192
|
-
const VW_APP_PACKAGE = ''; //
|
|
190
|
+
// We Connect Go headers - use browser User-Agent to pass browser check
|
|
191
|
+
const VW_USER_AGENT = 'Mozilla/5.0 (Linux; Android 13; SM-G960F Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36';
|
|
192
|
+
const VW_APP_PACKAGE = 'de.volkswagen.vwconnect'; // VW Connect Go app package
|
|
193
193
|
const VW_ACCEPT_LANGUAGE = 'en-US,en;q=0.9';
|
|
194
194
|
function generateTraceId() {
|
|
195
195
|
// Generate UUID v4 format
|
package/package.json
CHANGED