APIGEE Edge private cloud : PUT verb not working

Hi All,

I am developing API in Apigee edge private cloud, using GET and POST verb is working fine, But When i am using PUT verb getting below mentioned error and trace is not coming in APIGEE, This error i received in POSTMAN:

{
    "code": "401",
    "message": "Unauthorized"
}

Can someone help me and guide me how to resolve this.

 

@dchiesa1 

1 1 50
1 REPLY 1

I would need more context and the chance to check your proxy definition, regardless, the issue seems to be a 401, a straight forward one.

Just ensure that the client credentials are setup correctly and the path exists, this will change depending on your auth method, OAuth JWT...

Hope this helped, if you're still struggling, share your proxy definition and make sure the path you're trying to access has the same auth policy as the POST method path and credentials are the same.