on 2024 Dec 25 8:46 AM
Hi,
I am using sap bo rest apis. I get the document paramaters then user fills this parameters after that I am redirecting to open document url. I add parameters and token to the open document url then redirect users to this open document url.
However, If some parameters have to many values, I am getting request header is to large error. How can I fix this issue?
Request clarification before answering.
In %TomcatDir%\Conf is a file called server.xml. For the connector ports, (80, 443, or whichever you use) there is a parameter that is added to support Single Sign-on called maxHttpHeaderSize.
If you don't have this parameter for your connector port(s), you can add it. The setting used for Single Sign-on is maxHttpHeaderSize="65536" added at the end of the line.
If you already have this parameter, try increasing it.
I'm not sure if this parameter is set anywhere else besides this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.