呼叫門將Web API返回Http Status 413錯誤碼。
呼叫Web API的Http Content長度超過設定允許的大小。
詳細說明可參閱
https://learn.microsoft.com/en-us/answers/questions/946210/413-request-entity-too-large
<system.web> <httpRuntime maxRequestLength="1000000000" /> </system.web>如下圖
最後檢閱日期:2024/11/14 適用門將版本號:4.4含以上 問題編號:2024111401