Hello,
In controller.xml, in the request-map, is it possible to configure a
response that redirects the user to an external site?
eg:
<response name="success" type="request-redirect"
value="
https://example.com"/>
currently what the above does is append
https://example.com to the main
url.
regards,
-Ryan