On 23 January 2014 18:58, RiqLightBringer <[email protected]> wrote:
> Hi Zk, sebb.
>
> Thanks for your answers.
>
> I already have done what you guys are suggesting, and i can assure you that
> headers or values from http request are not my problem.  I even have
> isolated jmeter request and copying it to fiddler and fiddler gets full
> response, but jmeter doesn't.  Im aware of cookies and hidden viewstate
> values, so im handling them as needed.  Is there some special header or
> configuration to jmeter to emule at full the request from a common browser
> using HTTP 1.1?  When i try with a RAW request using jmeter plugins, when i
> force HTTP 1.0 i have the same response from the IIS, chunked and truncated.
>
> Any ideas?

The server does not know whether it is talking to a browser or JMeter
or Java app.
It only sees the HTTP requests.

Provided that JMeter sends the same requests as a browser, the server
will return the same responses as it does to a browser.

As already advised, you need to compare the JMeter requests with the
browser requests.
If there are differences, change the JMeter script to fix them

> Enrique Guadalupe._
>
>
>
> --
> View this message in context: 
> http://jmeter.512774.n5.nabble.com/HTTPS-IIS-COMPRESSION-and-JMeter-tp5719160p5719173.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]

Reply via email to