I want intercept the request body and request headers before the reuqest sended from rest-assured(http://rest-assured.io/). But i'm not fund a method? somebody help me ?
Asked
Active
Viewed 1,665 times
0
-
1what code do you have so far? – Taras Velykyy Sep 25 '17 at 10:16
-
yes , I have modified the rest-assured source code. but i want use the rest-assured API – runlittlesun Sep 25 '17 at 11:06
-
could you please describe your initial task? Some examples, of desired request/response entities? What do you want to achieve? – Taras Velykyy Sep 25 '17 at 11:13
-
io restassured is has new group idcompared to Jayway restassured. https://stackoverflow.com/questions/42016076/what-is-the-difference-between-io-rest-assured-vs-jayway-rest-assured For interceptor check whether this helps https://github.com/rest-assured/rest-assured/wiki/usage#interceptors – HaroonIsmailbasha Apr 01 '18 at 19:12