1. given().
redirects().allowCircular(true).when().get(URL)2. // RestAssuredConfig cfg = RestAssuredConfig.newConfig().httpClient(HttpClientConfig.httpClientConfig().setParam("http.protocol.allow-circular-redirects", false));then passing this cfg to config method but still facing same issue
But still same issue.
--
You received this message because you are subscribed to the Google Groups "REST assured" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rest-assured...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
given().redirects().allowCircular(false). ..