On 20/05/2008, Arunthomas <[EMAIL PROTECTED]> wrote: > > After executing the script I am getting following Request: > > Content-Disposition: form-data; name="dDocType" > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 8bit > > Is it possible to change 8bit to 64bit? >
As far as I know, there is no such transfer-encoding. > In the response I am getting "Unable to get response from server: 10053" > (My script is trying to submit a Form having couple of fields. I think this > response is because of 'Content-Transfer-Encoding: 8bit'. Because requests > can not accomodate values with size more than 8bit.) That is not what the transfer-encoding means. I suggest you use a protocol sniffer or recording proxy to check what a browser sends, and make sure you set up JMeter to do the same. > > -- > View this message in context: > http://www.nabble.com/Is-it-possible-to-change-%22Content-Transfer-Encoding%3A-8bit%22-to-64bit-tp17340581p17340581.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

