Skip to content

Commit

Permalink
cHash not required in Download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andygruber authored Nov 16, 2023
1 parent 7aecfca commit a142339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OUTPUT_FILE="WinCC_OA.zip"

PATCH_NUM="p007"

curl -o "$HTML_FILE" -c cookie.txt -d "user=${USERNAME}&pass=${PASSWORD}&logintype=login" -X POST "${BASE_URL}/index.html?tx_felogin_login%5Baction%5D=login&tx_felogin_login%5Bcontroller%5D=Login&cHash=c7468a0d2aa90b33b574ad5ad452c085"
curl -o "$HTML_FILE" -c cookie.txt -d "user=${USERNAME}&pass=${PASSWORD}&logintype=login" -X POST "${BASE_URL}/index.html?tx_felogin_login%5Baction%5D=login&tx_felogin_login%5Bcontroller%5D=Login"

curl -o "$HTML_FILE" -b cookie.txt "${BASE_URL}/downloads/detail/wincc-oa-319-${PATCH_NUM}-debian-11-bullseye.html"

Expand Down

0 comments on commit a142339

Please sign in to comment.