How to make a Webservice request after a redirect?

My application gets access to the third part web service. Recently, they have implemented a load balancer that is redirected to the server. Because of this, webservice gets error 302 - Redirect error as a response.

In SOAPUI, I was able to enable the Follow Redirect property, and because of this service, server redirection and maintenance followed.

Now is there a similar project that can be included in the code that forces the web service to follow the request?

(the calling code is java and webservice in .net)

+3
source share
1 answer

, -, .

+1

Source: https://habr.com/ru/post/1739737/


All Articles