I am performing a POST call in Rest Assured, after a GET (with Basic Authorization, which is pre-req for all my web service calls). This POST call yields a 302 instead of 201.
Note: I have tried the solution mentioned below, but to no avail: get-the-url-of-a-redirect-with-rest-assured