Bronze 5
Since ‎07-08-2022
a week ago

My Stats

  • 49 Posts
  • 0 Solutions
  • 15 Likes given
  • 15 Likes received

Jwitty163's Bio

Badges Rohit_Kancharla Earned

View all badges

Recent Activity

Hi @dchiesa1 ,API proxy is receiving JWT which is not dispensed by Apigee. Request header is "Auth-1: Bearer {JWT}".I want to decode the JWT and extract claims. Only when "Bearer" is in the request header, Apigee throws: Invalid JWS header: Invalid J...
Hi @dchiesa1 ,Apigee is receiving request payload greater than the default limit that MP is set to process (10MB) due to which I am receiving: "413 Request Entity Too Large: {"fault":{"faultstring":"Body buffer overflow","detail":{"errorcode":"protoc...
Hi,I want to update the configure a set of credentials with an expiry date.I used the below cURL, only the credentials are configured, but the expiry of the credentials is set to "Never".How can I achieve to configure both the credentials and it's ex...
Hi @dchiesa1 ,I have two environments of Apigee Edge. In one environment, when a request is made towards a base path that is not deployed, I am receiving Status Code: 404 Not Found{ "fault": { "faultstring": "Unable to identify proxy for host: secure...
Hi @dknezic ,I am making a request to create Developer App in Apigee edge with the below request. curl -X POST -v -u abc@xyz.com -H "Content-Type:application/json" localhost:8080/v1/organizations/org/developers/abc@xyz.com/apps -d '{"name":"Test-App3...