Use request_content for large post data in the Web Proxy

Source: Internet
Author: User

Software Version: 7.0, 6.5, 6.0

In versions earlier than Lotus Domino 7.0, the maximum size of post data processed by the request_content field is 64kb. In 7.0.1
Version. Domino can process post data larger than 64 kB in the request_content domain.

This issue is submitted to quality engineering, where the problem number is SPR # snis6akolap.

Background:
The request_content field is designed to obtain all the http post data submitted in an HTTP request.

Notes 6:
The maximum data that can be processed by the request_content field is 64 KB. When 64kb is exceeded
You cannot use this domain. In this way, problems may occur for applications that need to use this domain.

Notes 7:
This restriction is deleted. Domino can process a post with a request_content Domain value greater than 64kb.
Data. Follow these steps:

If the post data is smaller than 64 KB-
Use request_content to access post data.

If the post data is larger than 64 KB-
Use request_content_000 to access the first 64 KB
And request_content_001 to access the second 64kb block, and request_content_002 to access the third 64kb block.

Application developers can use notesdocument. hasitem ("request_content") to test request_content.
Whether the domain exists. If yes, post data is smaller than 64 KB.

Note: For server documentation settings, "Max Post Data" indicates whether the maximum number of post data that Domino can accept is in this domain (Internet Protocol
--> Domino web engine) does not affect the request_content domain.

This document is based on the following software problem report (SPR ):

Snis6akolap
Mben69xn7t

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.