Hello All, I'm a newbie to APIgee. I'm encountering "301 Moved Permanently" error (see below the complete HTML) in the APIgee Trace when API proxy (with auth token / basic authentication) hits the target server/service. When I hit the same target service from a REST client with the same authentication token I do get a valid response (200 status code). Can any one point me where I'm missing?
I'm using the trial APIgee cloud version.
<html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Solved! Go to Solution.
My bad - Targetserver was configured to http port(80) instead of https port(443) in the test env.