Thanks, I should have been more specific. What I'm seeing is that, as I'm recording, if I hit my app and get re-directed, all requests recorded thereafter will have a pragma: co-cache header recorded with it. If I hit the app without redirection (going to the URL directly), all requests recorded thereafter do *not* have that pragma header.
As I understand things, and it is quite likely to be flawed, when JMeter sees a "Last-modified" response, it interprets that and turns it into a "If-modified-since" header. I was wondering if something like that was happening with my pragma, where the response includes XYZ, and JMeter is interpreting it and turning it into a "Pragma: no-cache" header. Or, will JMeter only record that when it gets it in the response? Thanks! -- Regards, joe Joe Casadonte Global Logistics Technologies, Inc. [EMAIL PROTECTED] 1016 West Ninth Avenue King of Prussia, PA 19406 610-491-9881 > -----Original Message----- > From: Jonathan Easterling > [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 4:40 PM > To: JMeter Users List > Subject: RE: Pragma: no-cache in Browser-derived headers > > > Usally something like: > <head> > ... > <!--META HTTP-EQUIV="Pragma" CONTENT="no-cache"--> > <!--META HTTP-EQUIV="Expires" CONTENT="-1"--> > ... > </head> > You may even see this again at the end of the document. > What this means is that the browser is not suppoesed to cache > this image so it would be re-loaded each time. Usally for > security concerns or data that changes each time but the > graphic may be same size. > > > -----Original Message----- > From: Casadonte, Joe [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 4:31 PM > To: 'JMeter Users List' > Subject: Pragma: no-cache in Browser-derived headers > > > When I record a script, I'm seeing this set sometimes and not at other > times, for things like .gif and .jpg files. Any idea what it > is in the > response code that causes this to be set? > > -- > Regards, > > > joe > Joe Casadonte > Global Logistics Technologies, Inc. > [EMAIL PROTECTED] > > 1016 West Ninth Avenue > King of Prussia, PA 19406 > 610-491-9881 > > > --------------------------------------------------------------------- > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

