From 0397e09e498bd61008fdea36dc55f2438b1c96a4 Mon Sep 17 00:00:00 2001 From: AnanJaser Date: Sun, 8 Oct 2023 20:49:30 +0400 Subject: [PATCH] samfirm: fix 403 Client Error: Forbidden * cloud-neofussvr.sslcs.cdngc.net no longer works for downloading but still works fine for nonce. --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 92730ec..9c84732 100755 --- a/index.ts +++ b/index.ts @@ -168,7 +168,7 @@ const main = async (region: string, model: string): Promise => { await axios .get( - `http://cloud-neofussvr.sslcs.cdngc.net/NF_DownloadBinaryForMass.do?file=${binaryModelPath}${binaryFilename}`, + `http://cloud-neofussvr.samsungmobile.com/NF_DownloadBinaryForMass.do?file=${binaryModelPath}${binaryFilename}`, { headers, responseType: "stream",