#bryan-connect-returnurl

1 messages · Page 1 of 1 (latest)

weak lightBOT
hallow compass
#

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

chilly reef
#

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?

hallow compass
#

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?

chilly reef
#

It's just a simple HttpPost tag.

hallow compass
#

that's your problem

#

the redirect is a GET request

chilly reef
#

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.

hallow compass
#

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?

chilly reef
#

Hm... OK. Yes the URL works when I enter it in my browser with IIS running the app.

hallow compass
#

Okay so now try again and look at the exact requests that happen on your server by logging

chilly reef
#

OK, I appreciate your help. Can we pick this up later? I need to eat something ... my brain hurts. 🙂