設定 HTTP 要求/回應標頭限制

Edge for Private Cloud 4.16.05 版

Edge Router 和訊息處理器對要求/回應的大小設有預先定義的限制 標頭和行大小

針對處理來自 API 傳入要求的路由器,編輯下列屬性 在 /<inst_root>/apigee/customer/application/router.properties 變更這些預設值:

conf_router_HTTP.request.line.limit=4k
conf_router_HTTP.request.header.limit =8k
conf_router_HTTP.response.line.limit=4k
conf_router_HTTP.response.header.limit =8k

如果該檔案不存在,請建立該檔案。

變更這些屬性後,您必須重新啟動路由器:

> /<inst_root>/apigee/apigee-service/bin/apigee-service edge-router restart

如果是處理傳送至後端服務的要求的訊息處理器,請編輯 下列屬性:/&lt;inst_root&gt;/apigee/customer/application/message-processor.properties 變更這些預設值:

conf/http.properties+HTTPRequest.line.limit=7k
conf/http.properties+HTTPRequest.headers.limit=25k 
conf/http.properties+HTTPResponse.line.limit=2k 
conf/http.properties+HTTPResponse.headers.limit=25k

如果該檔案不存在,請建立該檔案。

變更下列屬性後,您必須重新啟動訊息處理器:

> /<inst_root>/apigee/apigee-service/bin/apigee-service edge-message-processor restart