New Member
Since ‎04-04-2019
‎06-22-2021

My Stats

  • 5 Posts
  • 0 Solutions
  • 3 Likes given
  • 0 Likes received

vincemcgaj's Bio

Badges saurabhsrivasta Earned

View all badges

Recent Activity

I have 2 target end points. How can I use Java script policy to route conditionally? Something like -if(response.status.code = "404 || 400 || 502") {route to Target End point 1} else {// Defaultroute to Target End point 2}