Is there any way to get JMeter to send out dynamic If-Modified-Since headers?
Our application uses JS and CSS pages. A normal browser will get them once, and then send subsequent requests for the same page back with an 'If-Modified-Since' header set to the date/time of the original get in that session. The server then responds with a 304(?) if it has not been modified since then, in which case the browser grabs it from the cache. So, I was wondering how to simulate this in JMeter. I could put the If-Modified-Since in an HTTP Header Manager node, but then it won't get it the first time (assuming I manually input the current date/time in each test run), or it might get it every time (if I use some constant value that happens to be before when the page was last modified). Neither of these are desirable. I guess I was looking for something like the HTTP Cookie Manager, that receives the cookies and spits them back out intelligently. Any ideas? -- 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]

