Request method: POST
Request URI:<url for post>
Proxy: <none>
Request params: <none>
Query params: region=USA
Form params: <none>
Path params: <none>
Headers: accept=*/*
Content-Type=application/json; charset=UTF-8
Cookies: <none>
Multiparts: <none>
Body:
{
"seq": "1",
"userid": "4",
"hmac": "hmac"
}
Response:
Response Status => 200
Response Content Type => application/json;charset=UTF-8
Response Body =>blank or empty
where as
POSTMAN:
Hi Here is the details of request
Request method: POST
Request URI: <url>
Proxy: <none>
Request params: <none>
Query params: region=USA
Form params: <none>
Path params: <none>
Headers: accept=*/*
Content-Type=application/json; charset=UTF-8
Cookies: <none>
Multiparts: <none>
Body:
{
"seq": "1",
"userid": "4",
"hmac": "abc"
}
Response from rest assured:
<Blank>
Post man:
--
You received this message because you are subscribed to a topic in the Google Groups "REST assured" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rest-assured/3G5sIJ9O_3A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rest-assured...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rest-assured/87ba5b9e-97ab-4861-8336-877a97631cfen%40googlegroups.com.