0
에 액세스 할 때 자신의 내선에서 비활성화 cHash는 오류가 발생합니다 오류 :TYPO3 내가 cHash를 비활성화 할 수 있습니다 link.action에 noCacheHash = "1"을 추가하면 기록
Uncaught TYPO3 Exception
#1509296606: Failed to fetch error page "domain/index.php?id=72", reason: Client error: `GET domain/index.php?id=72` resulted in a `401 Unauthorized` response: <script>window.location.href='domain/access-denied/';</script><noscript>Error 401 - Access Deni (truncated...)
20 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("domain/index.php?id=72", "HTTP/1.0 404 Not Found", "Request parameters could not be validated (&cHash empty)")
cHash를 비활성화 할 때 어떻게 올바르게 액세스 할 수 있습니까?
: plugin.tx_yourextension.features.requireCHashArgumentForActionArguments = 0 그러나이 안정적이고 안전합니까? –