Hi Community,
I hope you are doing well, I need your help I’m trying to make a GET call to my API server if I used postman it works perfectly but when I try to use Katalon to make the call with the wizard or manually it fails I just received a 400 error, after verified the logs in the server this is what it saw:
http.query.params=ParameterMap{[param1=[value], =[], param2=[value]]}
as you can see among the param1 and param 2 there is an extra parameter, Do you have any idea why that happens? Thank you much in advance.