Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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