Problem
Users and applications request URLs that policy must steer elsewhere: enforce SafeSearch on major search engines, send traffic from deprecated hosts to approved destinations, or hide internal redirection from the browser. Without proxy-level redirection, administrators rely on client-side settings or DNS tricks that users can bypass.Benefits
Administrators expect SafeSquid to rewrite or redirect requests and responses consistently. HTTP 302 mode exposes the target URL to the client; internal redirection keeps the original address bar while the proxy fetches alternate content—useful for compliance and seamless steering.Advantages
Confirmed: SafeSquid supports two modes (HTTP 302 vs internal) from one 302 Redirect toggle, combined with Access Restriction and Profiling Engine for scoped application. Missing: Quantitative comparison to other SWG redirection features is not documented here—escalate to CTO if needed for external messaging.Call to action
In the Configuration Portal, open Real Time Content Security → URL Redirection. Choose 302 or internal mode per policy, then follow Enforce SafeSearch or Redirect One Website to Another. Verify behavior in Native logs.Redirection Modes
SafeSquid supports two redirection modes controlled by the 302 Redirect toggle:HTTP Redirection (302 Redirect Enabled)
When enabled, SafeSquid sends an HTTP 302 redirect response to the client browser. The browser sees the redirect and follows it to the new destination. This mode:- Shows the redirect in browser history
- Allows the client to see both original and target URLs
- Uses standard HTTP redirect mechanisms
Internal Redirection (302 Redirect Disabled)
When disabled, SafeSquid performs the redirection internally without informing the client. The proxy fetches content from the target URL and serves it transparently. This mode:- Hides the redirect from the end user
- Maintains the original URL in the browser address bar
- Performs the redirection at the proxy level

