I am preparing a jmeter script for SQL server report services. I am able to execute the script for other operations like login but I am unable to execute the API which is specifically generated for the Report. The API is in .aspx extension and shows 401 error code in view results tree
First I added 1 HTTP Header Manager in the script by which my login operation started working fine, but still the report API is not working which is .aspx extension.
I am expecting that the APIs with any extension(.aspx,.axd etc) should work in jmeter successfully so that the performance of report can be monitored on SSRS Reports.
Use View Results Tree listener to inspect responses, especially for "operations like login" as it might be the case your login operation fails and you're just hitting the login page all the times.
The steps are: