Alex2021
4 years agoNew Contributor
Redirect after Post-request not working / possible Post-request is wrong
Hello all
I tried to do a post-request and after that I need to follow that redirect to get proper get actually.
So I have a login request with "application/x-www-form-urlencoded" data, it's working perfectly in Postman. Now I'm trying to re-produce the same in ReadyApi (wish i could do this on soapui too), but something goes wrong.
What's wrong, which settings should I change to follow the redirects and get proper response from server?