I am using JMeter version 3.2 to perform load testing on a page with HTTPS protocol and I am getting 503 HTTP response code. On the other hand, when I type the URL on Browser the page is loaded. Using Chrome Browser I can see the result of the request:
The page has been shown. My problem is that I am using HTTP response code on JMeter script to evaluate the response code.
Fistly, does anyone know why I am getting 503 response code even I can see the page? Secondly, how can I overcome this issue to get Jmeter script rightly done ?
Thanks. Marcos