Description
While executing the REST API Curl commands in secure cluster ,
Steps to reproduce:
Try to change the HTTP methods(GET/PUT/POST) to OPTIONS/TRACE
Execute the commad
Actual output:
Command is getting executed and giving out the 200Ok status with the result
Expected output :
Should not accept the other methods and throw 403 error