How to determine which encryption rule is executed for a requestThe timing metric log statements print a lot of information about each request. Included in that information are the request URL (request_uri field) and the encryption rule that was executed (rule_executed field). This KB will explain how to set timing metric logging to debug level and how to use the log statements to determine the rule that was executed for a request. Set timing metric logging to debug level for the edge proxy. See How to increase debug logging for the Edge Encryption proxy for instructions on enabling timing metric logging Execute the request through the edge proxy, where timing metric logging has been set to debug level Inspect the $proxy_installation_directory/logs/edgenetwork.log file and find the request. The metric timing log entry for the request will include which encryption rule was executed for this request Example timing metric log statements Request that matched an encryption rule In this example the "Rest JSON" rule was executed for the requested URL /api/now/v1/batch. 2022-07-26 10:49:48,641 [CloudEdgeProxy-652a7737-80] DEBUG request_uri=/api/now/v1/batch request_method=POST client_request_received="2022-07-26 10:49:48,048" proxy_request_processing_time=7 all_rules_processing_time=0 rule_executed="REST JSON" rule_execution_time=0 proxy_instance_round_trip=6 proxy_response_processing_time=4 total_time_from_proxy=17 reponse_code=200 glide_user=SCv3_1:5bV7BgmMXI/3IxSMFqLJHYwfyQkTPA7qptAtC9U1LvY=:mdpvKgBFCE5H9K26fjDTrQ4Iwm32m+PF/xMzQ/4MSmM=:6816f79cc0a8016401c5a33be04be441 jsessionid_suffix=ACB1A0 In this example the "Form Post" encryption rule was executed for the requested URL /sys_user_group.do. 2022-07-26 10:56:19,616 [CloudEdgeProxy-652a7737-28156] DEBUG request_uri=/sys_user_group.do request_method=POST client_request_received="2022-07-26 10:56:19,019" proxy_request_processing_time=25 all_rules_processing_time=0 rule_executed="Form Post" rule_execution_time=20 proxy_instance_round_trip=121 proxy_response_processing_time=1 total_time_from_proxy=147 reponse_code=302 glide_user=SCv3_1:5bV7BgmMXI/3IxSMFqLJHYwfyQkTPA7qptAtC9U1LvY=:mdpvKgBFCE5H9K26fjDTrQ4Iwm32m+PF/xMzQ/4MSmM=:6816f79cc0a8016401c5a33be04be441 jsessionid_suffix=ACB1A0 Request that did not match any encryption rule When no encryption rule was executed for a request, the rule_executed field will be empty. 2022-07-26 10:49:51,593 [qtp1971991758-43366] DEBUG request_uri=/amb/ request_method=POST client_request_received="2022-07-26 10:49:51,051" proxy_request_processing_time=5 all_rules_processing_time=0 rule_executed= rule_execution_time=0 proxy_instance_round_trip=1 proxy_response_processing_time=0 total_time_from_proxy=6 reponse_code=200 glide_user=SCv3_1:5bV7BgmMXI/3IxSMFqLJHYwfyQkTPA7qptAtC9U1LvY=:mdpvKgBFCE5H9K26fjDTrQ4Iwm32m+PF/xMzQ/4MSmM=:6816f79cc0a8016401c5a33be04be441 jsessionid_suffix=ACB1A0