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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tHttpRequest component Content Length error when using POST method

Hi All,

I am getting the follwing error while running a job :

tHttpRequest_3 Request failed:411 Content Length Required
Exception in component tHttpRequest_3 .

Please suggest.

 

(Is there any section where the length can be set?)

 

Thanks

skp22

Labels (2)
4 Replies
akumar2301
Specialist II
Specialist II

Try to use Content-Length

 

https://stackoverflow.com/questions/2773396/whats-the-content-length-field-in-http-header/2773412#27...

 

If you are sending empty Request Body use Content-Length:0

Otherwise the length of form data

Anonymous
Not applicable
Author

Hi Abhishek Kumar,

@uganesh Where exactly do I need to place the 'content-Length' ?

 

Thanks

Suman

akumar2301
Specialist II
Specialist II

as Header Key ,"Content-Length" 

EGuarato1648206044
Contributor III
Contributor III

Has nobody found a solution?

I'm stuck.

 

Even if i put in the header content-length = "0" or "10"