Link to home
Start Free TrialLog in
Avatar of blinker82
blinker82

asked on

ERROR 411 , chunked transfer encoding

 hey everyone,
  I am trying to post an audio file from a CISCO Voice Gateway to Apache Server using VXML.I am getting a http 411 error.
  I know that While doing the POST, the gateway uses Chunk Transfer Encoding ( Not really clear on what it means)
  Could my web server not being able to handle chunk transfer Encoding be a reason for http 411 ( content lenght reqd)?
 I am trying to find out why my POST is not working, If it is what I am thinking ....my problem can be solved .......just want to make sure........i am thinking in the right direction..........Would appreciate some explaination about this.

Avatar of blinker82
blinker82

ASKER

how do I enable chunk transfer Encoding in Apache Server?
blinker82,

I have moved this to the Routers topic whre I think you will have a better chance of getting a solution.

COBOLdinosaur
Page Editor, Web Development
hulo anybody there
SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hi,

I am working on the phisical / mac layers on hardware for years,

maybe the "chunk" overflow the MRU (max recieved unit = 1522 bytes)
check for the "frame_size_limit" in your system.

another option, maybe the "chunk" packets are dropped because of bad CRC at the end of the packets
please refer to the question :-

Apache 2.0.54, Enabling Chunk transfer Encoding