response= given().relaxedHTTPSValidation()
.contentType(ContentType.URLENC)
.queryParam("userId", "00528000000OEppAAG")
.queryParam("orgId", "00D28000000VXOREA4")
.queryParam("signature", "k8eL+T8QYQGlsT3TDIU9yMxcMgfFl6ROhi1aAgz7P0Y=")
.queryParam("timestamp", "2016-07-24T14:8:7.798Z")
.when().urlEncodingEnabled(true).post("https://abc.in/test/testAccountInfo").andReturn();
restassuredコードからの応答:郵便配達員から
<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
Resposneは私のためにverysuprisingされて正常に動作している
私はContentTypeをして、withoutcontenttype
あなたはそれを解決できましたか? – Venom