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

My Stats

  • 16 Posts
  • 1 Solutions
  • 0 Likes given
  • 3 Likes received

sethdickerson's Bio

Badges sethdickerson Earned

View all badges

Recent Activity

I am looking to filter response headers from the back end using JavaScript policy. I realize I can accomplish this with Apigee policies, but am looking to see the latency differences between the two methods. Currently, I am able to grab all of the re...
I have a proxy which will POST up to 100 productId's and get a return on each productId. How can I extract each productId as a separate variable to be sent to the backend. Below is the request payload for 1 product:Request Payload 1 Id: { "customerId...
In Edge Cloud, I have a proxy which accepts requests (GET & POST) then formats them in an AssignMessage to the backend service. I would like to add functionality for "If Modified Since" header to be passed to the back end service if the client decide...
What am I doing:Client sends request with multiple query parameters. If a parameter does not exist (key & value) I will supply them with a defaulted value. To determine if the client has sent in the correct query parameter I am using JavaScript to ru...
What are you doing:I am attempting to fill in defaulted Apigee variables within a client request in the event the client does not provide them. If the client does provide them, then I will use what the client provides over the default. The JS policy ...
Likes from