Bronze 3
Since ‎03-10-2023
2 weeks ago

My Stats

  • 12 Posts
  • 0 Solutions
  • 3 Likes given
  • 10 Likes received

hiramannan's Bio

Badges hiramannan Earned

View all badges

Recent Activity

Can I validate my Json Payload for special characters using regular expression policy. below is my code snippet. Also, if I want to check the data type like customer_id cannot be in alphabets. Is this possible ?. If yes, how can I add the regular exp...
I am trying to extract variables of request payload using extract variable policy. below is the code I am using. EV-Payloadtrue$.MillId $.Quantity requestapigee But the policy is not extracting values. Can anyone identify the error I made. Thanks,Hir...
Hi,I have a scenario, in which I need to accept JSON format request and convert into XML before sending to backend server. I was looking into XSLTransform Policy. I plan to do a JSONToXML Convert policy to convert request object in XML and then use X...
I wanted to save user credentials in KVM, and in the password I have a special character (+) plus. When I save password the KVM remove plus sign with space. Can someone please help if they have encounter the same issue. how can I resolve this. KVM
Can I cache response for a day, is this the best approach ?