New Member
Since ‎04-01-2020
‎06-22-2021

My Stats

  • 25 Posts
  • 1 Solutions
  • 4 Likes given
  • 0 Likes received

sartajsisodiya's Bio

Badges sartajsisodiya Earned

View all badges

Recent Activity

I am trying to assign the required permissions for data-masking to a custom role but always its returning 403 permissions I have used for masking as below - /maskconfig ["GET", "PUT"] /maskconfigs/* ["GET", "PUT", "DELETE"] /applications/*/maskconfig...
Hi, Can someone please give me the exact payload examples which will satisfied the pattern define in the RegularExpressionProtection policy here https://docs.apigee.com/api-platform/reference/policies/regular-expression-protection#samplesPlease pass ...
There is API to fetch the certificate from the key-store as below - https://apidocs.apigee.com/docs/keystores-and-truststores/1/routes/organizations/%7Borg_name%7D/environments/%7Benv_name%7D/keystores/%7Bkeystore_name%7D/aliases/%7Balias_name%7D/cer...
How we can defence against CSRF attack on the apis which are exposed on the apigee ? domain level restriction can be added in CORS but what about apis ? any suggestion allowed-domain-only
We are using the below logic to route the traffic on the configured regions, this logic we kept in the common-shared-flow which is used by each proxy to get the region where they need to route the traffic.It is working as expected with the one proxy....