#bryan-connect-returnurl
1 messages · Page 1 of 1 (latest)
bryan-connect-returnurl
I think in Test mode we accept HTTP no? But otherwise I use https://ngrok.com for a lot of those things
Hm... let me try https and see if that works...
Nope... still not working. I don't think localhost is going to work for a URL. There must be a way to redirect from some other web site to my localhost session... maybe I'll have to look that up. Is that was ngrok is?
I mean the first thing to debug is why that URL doesn't work
what does your code look like for handling that /Banking/UpdateStripeAccount?
It's just a simple HttpPost tag.
Hm... thought I tried that... let me try again.
I thought it might be a Post event like Webhooks.
Yeah, still doesn't work as a HttpGet either.
So I think localhost can't deal with external sites accessing it.
or something. I'll need to do so research on hitting localhost from an external site I think.
nah it works totally fine
it's purely your code/config right now
1/ Does that URL work when you load it yourself? If not, it's really your own code right now not properly answering the request right?
Hm... OK. Yes the URL works when I enter it in my browser with IIS running the app.
Okay so now try again and look at the exact requests that happen on your server by logging
OK, I appreciate your help. Can we pick this up later? I need to eat something ... my brain hurts. 🙂