Forum Discussion

dhruv81_312417's avatar
dhruv81_312417
Icon for Nimbostratus rankNimbostratus
Mar 03, 2017

BigIP redirects https request

White testing a rest API using if we specify the port as 443 we are being redirected, however just using the host works fine. This works fine using a curl command too in both the scenarios i.e. with using host+post and just the host.

 

SOAPUI logs show :

 

Fri Mar 03 13:50:51 EST 2017:DEBUG:<< "HTTP/1.0 302 Found[\r][\n]" Fri Mar 03 13:50:51 EST 2017:DEBUG:<< "Location: [\r][\n]" Fri Mar 03 13:50:51 EST 2017:DEBUG:<< "Server: BigIP[\r][\n]" Fri Mar 03 13:50:51 EST 2017:DEBUG:<< "Connection: Keep-Alive[\r][\n]" Fri Mar 03 13:50:51 EST 2017:DEBUG:<< "Content-Length: 0[\r][\n]"