whitelist and blacklist

Not applicable

Hi, is it possible to set a list of whitelist and/or blacklist on Apigee Edge? Like for example it is possible in Apache.

many thanks.

Solved Solved
0 6 699
1 ACCEPTED SOLUTION

6 REPLIES 6

You can whitelist or blacklist IPs using this policy - http://docs.apigee.com/api-services/reference/access-control-policy

thanks lot.

@Mukundha Madhavan i was wondering if a policy to check the message size exist?

thanks lot.

you should be able to get the content-length of request or response using the following variables,

request.header.content-length or response.header.content-length

more info on the predefined variables here - http://docs.apigee.com/api-services/reference/variables-reference

thanks lot

Not applicable

@Mukundha Madhavan i was wondering if a policy to check the message size exist?

thanks lot.