[twsocket] header too long HTTP_MIME_TOO_LONG

2009-07-14 Thread wayne forrest
I am receiving an error: "header too long" HTTP_MIME_TOO_LONG when I call my php file, from HttpCli, *How shoud one I get the vars from php?* I think that there is some kind of limit in the amount of data that can fit into the header. $alist does hold a long list of SQL data. -- C: 076 337

Re: [twsocket] header too long HTTP_MIME_TOO_LONG

2009-07-14 Thread Francois PIETTE
I am receiving an error: "header too long" HTTP_MIME_TOO_LONG when I call my php file, from HttpCli, *How shoud one I get the vars from php?* Not sure about what you mean by this sentence... I think that there is some kind of limit in the amount of data that can fit into the header. $alist do

Re: [twsocket] header too long HTTP_MIME_TOO_LONG

2009-07-16 Thread wayne forrest
I will try my best to describe the problem I am experiencing a bit better; My PHP side I have this: On Dlephi side I have this: var aString1,aString2 : String; begin aString1 := HttpCli1.RcvdHeader.Values[xx: xx']; aString2 := HttpCli1.RcvdHeader.Values[yy: yy']; aLongString1 is very l