Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

tHttpRequest POST - Error 413 - Request Entity Too Large

Hi,
I am having some issues with using thie tHttpRequest component to post. We have some forms that I download using the tHttpReuqest, using the GET method, with the write response to file checked.
Once I successfully retrieved this form, I then proceed to Mark the forms using the tHttpRequest using the POST method.
I would look like this tHttpRequest_1(GET) -> onSubjobOk -> tHtthRequest_2(POST)
I have set up a very simple sample job with just the tHttpRequest Component with the following:
URI: 
Method: POST
Needs Authentication: Checked
User: Test_User
Password: *****
My issue is when Talend tries to POST to the specified URI, I first get the error "411 Length Required".
However, when I added in the Header Key:Value "Content-Length:0" I then encounter the error "Error 413 - Request Entity Too Large".
Am I doing something wrong here?
Any help appreciated.
Regards
Dat

Labels (2)
1 Reply
Anonymous
Not applicable

Hi,

Could you please show us your screenshot of    tHttpRequest_2(POST)? What does  "post parameter" look like?


Are you sending empty Request Body in Post method when you set Content-Length:0?

Best regards
Sabrina