How to replace sensitive data in request URL with 4 digit number

Not applicable

We need to mask the Organisation ID of a client/customer when sending it so we meet security guidelines.

When Apigee sends the request to the target server, instead of {OrgId} it should send a four-digit number we have assigned to the organisation instead.

Could someone suggest the best way to accomplish this please? Dynamically replace the OrgId header with a number associated with it stored in a KVM?

0 1 138
1 REPLY 1

Yes, you can use the Key-Value-Map operations to replace the incoming OrgID (key) with the short code (value) before sending it to backend. If this information is sensitive, you could use the encrypted KVM.