You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps : 1. Create a service with POST RR, GET RR Pair
2. Blank out Request payload and Uncheck “Add Request Payload for GET” in the GET method
3. Click on “update”
4.Open REST Client and give GET Request Payload , Click on “Send”
Actual Result : Getting response here.
The text was updated successfully, but these errors were encountered:
Yes you should get response here. There is no issue and this is fine. With get request it doesn't matter what body or headers you set with request. Get HTTP request only need an api url. You will always get the response. That's it. If you test same scenario with POSTMAN or any other client. Get request will always give you a response irrespective of header or request payload.
Steps : 1. Create a service with POST RR, GET RR Pair
2. Blank out Request payload and Uncheck “Add Request Payload for GET” in the GET method
3. Click on “update”
4.Open REST Client and give GET Request Payload , Click on “Send”
Actual Result : Getting response here.
The text was updated successfully, but these errors were encountered: