#kd - redirects
1 messages · Page 1 of 1 (latest)
Are you trying to redirect to an endpoint that's only configured for POSTs? If so, no that's not possible
I am trying to redirect to a payment link as in the example url above.
Oh so it seems your code is set up to post to that payment link then. I would just have a listener for form submit then do a Javascript redirect to that payment link url
In your first reply, did you mean to say: "Are you trying to redirect to an endpoint that's only configured for GETs?"