What is the CPL to disable detect_protocol for a specific target website only for iPhone / iPad devices?
search cancel

What is the CPL to disable detect_protocol for a specific target website only for iPhone / iPad devices?

book

Article ID: 167739

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

 Input the following CPL under your local policy (bottom).

 <proxy>
   request.header.User-Agent="(iPhone)|(iOS)" url.domain=www.example.com detect_protocol(no)
   request.header.User-Agent="(iPad)|(iOS)" url.domain=www.example.com detect_protocol(no)
 
 
NOTE: This CPL will match ONLY while the iPhone/iPad device is accessing the www.example.com website.

 

.