blob: 4814ee479dd80e178703c00fd23c817a41f1ae58 (
plain)
1
2
3
4
5
6
|
<!--#set var="ERRORPAGE_CODE" value="413" -->
<!--#set var="ERRORPAGE_TEXT" value="Payload Too Large" -->
<!--#include file="header.shtml" -->
<div>The request method, with which the server has been requested does not allow the data transmitted, or the data volume exceeds the capacity limit.</div>
<!--#include file="footer.shtml" -->
|