Bronze 2
Since ‎04-03-2023
‎03-26-2024

My Stats

  • 7 Posts
  • 0 Solutions
  • 1 Likes given
  • 1 Likes received

zaheen555's Bio

Badges zaheen555 Earned

View all badges

Recent Activity

Hi team,I have an inbound GET request like thisexample.com?name=abc&id=123&age=29I need to set the target url to the followingexample2.com/abc/123/29in the inbound request, some query parameters are mandatory, some can be empty so its a bit tricky to...
Hi team,I see there are two ways add a flow condition in apigee.One is using 'MatchesPath' and other one is using ":=" For example (proxy.pathsuffix MatchesPath "/employees") and (request.verb = "GET")(proxy.pathsuffix := "/employees") and (request.v...
Hi,Is it possible to modify target response properties/fieldnames in response flow before sending back to consumer.Lets say the response from target is the json below. { "name" : "Alex" "address" : "street A, New York" } I would like to transform it ...
Hi,I have a requirement to validate a query param if it exists in the urlConsider the below examplewww.example.com/employees?name=alexI wanted to check if query parameter 'name' exists in the url and if it exists check whether query parameter 'name' ...
Hello,I have a requirement where I have to call a target endpoint with commas in its query string. The target url is set using 'target.url' in a js policyFor example. https:// example.com/v1/employee?prompt=100,200This is getting replaced as https://...
Likes from