In firefox use LiveHttpHeaders. In IE you can use HTTPHeadersWatch basic. You can use any proxy like Fiddler with either browser Sometimes you can use the response tab in JMeter and use render response as HTML. You may be able to use the error message , if present, to detect what you are doing wrong regards deepak
On Fri, Dec 4, 2009 at 11:28 AM, Oguz Yarimtepe <[email protected]> wrote: > On Fri, Dec 4, 2009 at 8:55 PM, Deepak Shetty <[email protected]> wrote: > > If it works from the browser the problem isnt your application. Your > Jmeter > > isnt sending exactly the same thing as your browser (it might be a > session > > id or a cookie which is dynamic, did you add a cookie manager?). You need > to > > I am using cookie manager. > > > compare each request from the browser with the corresponding request from > > jmeter and identify differences > > How can i check the the browser requests? I can see that jmeter shows > the requests and responses but i am not sure the browser part. > > > regards > > deepak > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

