Optum / mockiato

A web-based platform for API virtualization
Apache License 2.0
24 stars 9 forks source link

Rest Client Obs: Nothing happens when clicking on send button when we are adding two request headers in the Rest Client #594

Open pkotha5 opened 4 years ago

pkotha5 commented 4 years ago

1.Create any service

  1. Open REST Client 3.Add one more request header 4.Give request payload of service 5.Click on "Send" Actual Result : Nothing happens

restclient-request headers

Pradeep298 commented 4 years ago

Fixed. This will be available in 15-20 mins on Dev. env.

pkotha5 commented 4 years ago

There are two scenarios to replicate this issue Scenario 1:

  1. Add One more request header in the REST client 2.Select some header key and remove it and click on "Send"

Actual Result : Nothing happens

Scenario 2:

1.Add one more request header in the REST client

  1. Select some header key, value and remove both 3.Click on "Send"

Actual Result : Displaying "Request bodies don't match" error.

Comment : It should not consider the second header

Pradeep298 commented 4 years ago

I have fixed these 2 scenarios. you can test on Dev. env.