Description
HTTP Postprocessor only can handle 200 response codes. This should be can handle any successful response 2xx
To Reproduce
Steps to reproduce the behavior:
Change the logic for responseHandler to also include any reponse code 2xx to execute successsHandler
Expected behavior
Http Postprocessor can handle any successful response code 2xx