#kd - redirects

1 messages · Page 1 of 1 (latest)

near torrent
#

Are you trying to redirect to an endpoint that's only configured for POSTs? If so, no that's not possible

upbeat dew
#

I am trying to redirect to a payment link as in the example url above.

near torrent
#

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

upbeat dew
#

In your first reply, did you mean to say: "Are you trying to redirect to an endpoint that's only configured for GETs?"

near torrent
#

No

#

But based off of what you're saying and the error message, it seems like your form is just trying to post to that payment link url

#

I would have to see code to confirm though