#lmifflen

1 messages · Page 1 of 1 (latest)

visual thistleBOT
sharp vector
#

typically you should not redirect POST requests, you might want to use GET instead, which allows redirect, or you can return the URL and redirect client side

sick breach
#

Is this not the proper way to set up the customer billing portal?

sharp vector
#

Are you doing the POST with a form submit like that example shows?

#

Or using a javascript request?

sick breach
#

I am using an axios post request from my client application (React/JS)

sharp vector
#

Right, you shouldnt be redirecting that -- you'll need to modify the integration to either GET or return the URL to be redirected, then direct client side

#

(obviously not express/node, but the logic is the same)