response request redirect off-site?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

response request redirect off-site?

ryan-116
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


Reply | Threaded
Open this post in threaded view
|

Re: response request redirect off-site?

Bilgin Ibryam
Ryan,

try with type="url"

Bilgin