Bronze 4
Since ‎04-08-2023
Friday

My Stats

  • 27 Posts
  • 0 Solutions
  • 6 Likes given
  • 21 Likes received

repo's Bio

Badges muq_ash Earned

View all badges

Recent Activity

Hi,I am currently working on a migration project involving the transition of API proxies from Apigee OPDK to Apigee X. As part of this process, I am reviewing the documentation to identify differences at the policy level.I came across this link that ...
Hi. I have created an API proxy that accepts form-data in request payload. I am trying to expose the API on the integrated developer portal. I have created the yaml file and uploaded on the portal. However, there is no option to edit the fields in wh...
I have created an API proxy where I am setting the target endpoint dynamically using the JS Policy. The URL does not contain any path (i.e https://example.com). I can think of hacks to resolve this, but I want to know why am I getting this error. Wha...
I have a target endpoint which is up and running. When I try to map the endpoint on Apigee, I am getting junk response with 403 http status code as follows:My assumption as per this article is that the error is occurring because Apigee is unable to p...
Is there any flow variable that holds the size of payload of incoming request in Apigee? I know there is the Content-Length header, but I need to calculate the size in bytes/MBs. If there isn't any flow variable, how else can I calculate the payload ...