एचटीटीपी अनुरोध/रिस्पॉन्स हेडर की सीमाएं सेट करना

Edge for Private Cloud v. 4.16.09

Edge राऊटर और मैसेज प्रोसेसर पर, अनुरोध/रिस्पॉन्स के साइज़ की सीमाएं पहले से तय होती हैं हेडर और लाइन साइज़ तक.

आपके एपीआई से आने वाले अनुरोधों को मैनेज करने वाले राऊटर के लिए, इन प्रॉपर्टी में बदलाव करें /<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