#fletchstud
1 messages · Page 1 of 1 (latest)
Not sure I understand. Can you elaborate?
Here is a stackoverflow I posted:https://stackoverflow.com/questions/73877079/redirect-url-truncates-after-connection-state-changes-to-http-2-from-http-1-1
I have a spring boot application where an endpoint responds with a url for the client to redirect to. This correct url looks something like:
https://checkout.stripe.com/c/pay/stuff#morestuff which is
Im following this documentation from stripe: https://stripe.com/docs/billing/quickstart
On my server, I correctly get back a URL from stripe.... However, when I try to redirect my client to the URL I get back, it truncates everything up to the # in the url (the fragment).... Is there a way to get the url back with the fragment encoded (so instead of # it is %23)?
Let me take a look. Might take a bit since Discord is busy and that'a a lot to read over
no rush, appreciate the help
Oh I just read it. So that's not a Stripe API question, correct? Mostly just a Spring Boot question if I'm reading it right?