I am issuing a https POST request with valid credentials for a log in flow and it involves sending few parameters and request headers. I have compared POST data and Request Headers between Jmeter and Firefox (using Firebug) but I have not found any differences except for cookies not being sent through jmeter in Request headers as I have already included the Cookie manager in the test plan.
Login url(status code 302) from firefox redirects me to home page url(status code 200).Now the problem is that Jmeter script is redirecting me to same resource url as login page as if I am not sending valid credentials or request headers. I have searched a lot for root cause but can't seem to figure out what could be the problem. Any insights/suggestions is appreciated.