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>