cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BTP CI-Invalid request received by HTTP proxy: An HTTP line is larger than 8192 bytes.

satsunros
Participant
0 Likes
1,894

Dear Community.

I am calling ODATA API( API_SALES_ORDER_SRV) from BTP CI via Cloud Connector.
It worked very well while retrieving sales Order information from the API.

Now, I have added addtional entity structure(to_SubsequentProcFlowDocItem) to retreive some Invoice  information from the API. while calling the API now, I get exception always with this entity.

Exception : Invalid request received by HTTP proxy: An HTTP line is larger than 8192 bytes.

Coudl you please provide your inputs on this issue. Thank you very much.

 

With Best REgards,

Sateesh N

 

Accepted Solutions (1)

Accepted Solutions (1)

Ryan-Crosby
Active Contributor
0 Likes

You would need to evaluate what you are doing and find a way to trim your URL below the 8,192 bytes threshold because it's a hard limit for your proxy, or you can try without the proxy but I think you would experience the same issue.

 

Regards,

Ryan Crosby

Answers (1)

Answers (1)

Kishan_D
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Sateesh,

May I request you to check SAP Note 3146809 - Error "HTTP header is larger than 8192 bytes" using Cloud Integration HTTP Receiver Adapte... and see if only the required request headers are configured. Removing any unwanted headers may help bring down the header size to <8Kb.

Regards, Kishan 

satsunros
Participant
0 Likes

Hi Kishan. Thank you for your input. yes I already read it. This SAP Note is relevant  for HTTP Receiver Adapter and not for OData Receiver Adapter.

and exception is also littel different than this note exception : Invalid request received by HTTP proxy: An HTTP line is larger than 8192 bytes

The actual issue is, upto some level only  I could able to use the entities to retrieve info from API, if I added addtional entities, I get this error.
If the issue is limitations of size, then where to and how to extend size ?

 

 

Thank you 

Sateesh

satsunros
Participant
0 Likes
Hello Community, once again I am following upon this topic if I can see any addtional inputs/hints here on this issue