我想向我的noir服務器發送一個post請求,但我有太多的參數,服務器只是響應413狀態碼。我想知道是否可以提高發布請求的字符數限制。我讀它可能與其他服務如What is the size limit of a post request?和Clojure/Ring: Using the ring jetty adapter, large requests give me a 413: FULL H
規則我有動態生成的形式,所以我試圖驗證他們這樣說: (defn valid? [media-id data] ;media-id it's just a number, data is the form input
(let [fields (common/get-fields-to-show media-id)] ; list of strings (the field names)