LENGTH not set - WeOnlyDo Discussion board

LENGTH not set (wodHttpDLX)

by dirk, Friday, June 29, 2012, 16:07 (4318 days ago)

I'm using the HTTPDLX component from VB6.
When using one of the provided examples the post I'm trying works fine.
When I try to incorporate the code into a COM object I'm writing, the call fails due to the LENGTH missing in the request that is send. Also the vars that I'm posting to not show in the logfile (generated by the .debugfile property).


Any thoughts on what I should check?

Re: LENGTH not set

by woddrazen, Friday, June 29, 2012, 16:30 (4318 days ago) @ dirk

Hi Dirk,


In order to deal with this issue we will need to duplicate it somehow on our side. Is there any chance you can show us some code snippet that will duplicate this problem?


Regards,
Drazen

Re: LENGTH not set

by dirk, Friday, June 29, 2012, 16:47 (4318 days ago) @ woddrazen

Hi Dirk,


In order to deal with this issue we will need to duplicate it somehow on our side. Is there any chance you can show us some code snippet that will duplicate this problem?


Regards,
Drazen


Think I found a solution. If I don't force the .request.filename and .response.filename then it seems to work fine.
Will test more and if needed update this posT.

Thanks


dirk