Hi Team,I have a scenario where I need to login onto the portal and then visit a few pages after login user. I have recorded the script using Blazemeter as well as tried recording from Jmeter itself. While executing the script it is logging in every time but for the other pages, 403 error is coming.
Hi,
Normally 403- Forbidden is triggered because the logged user don't have enough permissons to access that screen/functionality. Did you already checked if the authenticated user have permissions (checked roles) to access it?
Hope this can help.
Best regards,
Ricardo
Hi Ricardo Pereira,Thank you for the prompt reply.Yes, I have checked from the browser and this login user has all the permission required to access the pages.My suspect for this 403 error will be some token that is not passing after login on the page access. and those tokens/parameters need to automate.Regards,Manish