You can configure ProxySG(SWG Edge) to perform simple HTTP 302 redirect from one URL to another.
define action ReturnRedirect
request_redirect( 302, ".*", "https://www.bbc.com" )
end
<Proxy>
url.domain=//www.abc.com/ action.ReturnRedirect(yes)
Caveats: