It sounds like you have the Security Component enabled. If that's correct, try disabling it and then running JMeter again to see if you stop getting 404 errors.
...alternatively, you might be able to use a different system instead of JMeter (such as LoadSim: http://jobmanager.sourceforge.net/openware_pub/loadsim/index.html ...or... JCrawler: http://jcrawler.sourceforge.net/, ...or... Selenium: http://seleniumhq.org/) if it works better for you. (Note: I haven't used any of these.) On Jan 21, 9:20 am, toby1kenobi <[email protected]> wrote: > Hi all, > > Simple question I think - can I benchmark my CakePHP, including > forms built using the FormHelper, app using JMeter? I recorded a > sample user journey that included things like logging in, but when I > test using JMeter form posts fail (404), which I guess would be > because the tokens sent with the posts (as recorded originally) will > be invalid, which will look to CakePHP like potentially malicious > behaviour. > > Does that sound about right, and if so is there a way around it? > > Thanks, > > Toby Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
