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?Solved1.4KViews0likes2CommentsSpecifying Oauth2 Redirect URI in SwaggerHub
Hello... I'm new to SwaggerHub and have been stuck on this issue for a while. I'm using an OAuth2.0 flow to allow client access to an AWS Cognito User Pool. In Cognito, client owners are able to configure multiple callback urls. This basically adds them to a whitelist of approved callback URLs (screenshot attached - though doesn't have to be localhost) - although the callback url must be specified when calling theauthorize (oauth2/authorize/) endpoint using the redirect_uri query parameter. It appears that this parameter is fixed when using the access code oauth2 security scheme. Is it at all possible to change this parameter via SwaggerHub? If so, can it also be made a configurable parameter? Thanks much.Solved2.8KViews0likes1CommentHow to Access Htttp Log from SOAP UI using the soap ui API
Hi, I am using the following code for capturing the http log from SOAP UI : def logArea = com.eviware.soapui.SoapUI.logMonitor def logPanel logPanel = logArea.getLogArea("http log") which works fine when run from SOAP UI itself. How can we access the http log when running the groovy script when SOAP ui interface is not open. For ex: I am running this fromANT. Is there any way I can use the SAOP UI API to capture this http log ? Basically I want to capture request/responses between redirects. Any help appreciated.Thanks1.5KViews0likes2Comments