in reply to Re^2: Content-Length for HTTP Header.
in thread Content-Length for HTTP Header.
<?xml version="1.0" encoding="UTF-8"?> <Response> <QuickResponse HcsTcsInd="T" Version="2"> <ProcStatus>20412</ProcStatus> <StatusMsg StatusMsgLth="52">Precondition Failed: Security Informa +tion is missing</StatusMsg> </QuickResponse> </Response>
The Content-length: 239 that you were seeing is the length of THEIR response, not your request. I think that Content-Length isn't the problem here - the problem is that you're not providing authorization details perhaps?
Clint
|
|---|