From 4ba1b6b496d86df5f112e2546342e634bca0e2ea Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Thu, 25 May 2023 23:04:56 +0700 Subject: [PATCH] Test pathValidation cookies --- src/app/[...path]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[...path]/page.tsx b/src/app/[...path]/page.tsx index e867051..aafe3bb 100644 --- a/src/app/[...path]/page.tsx +++ b/src/app/[...path]/page.tsx @@ -108,7 +108,7 @@ async function FilePage({ params }: Props) { )}`, { headers: { - Cookie: `${Constant.cookiePassword}=${passwordCookies}`, + Cookie: `${Constant.cookiePassword}=${passwordCookies};test=IsThisTheProblem`, }, }, ).then(