HTTP Post help - Part 2

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

TrevorDowdle
Posts: 16
Joined: Tue Jul 10, 2012 4:37 pm

Re: HTTP Post help - Part 2

Post by TrevorDowdle » Fri Jul 13, 2012 9:36 pm

Perfect! Thank you.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: HTTP Post help - Part 2

Post by mwieder » Fri Jul 13, 2012 9:43 pm

The following may help:

http://article.gmane.org/gmane.comp.ide ... h=redirect

It sounds like the headers returned from the server might have a 302 response, which will redirect the browser to the new url. If that's the case, then setting libUrlFollowHttpRedirects to true should follow the redirection command. If it doesn't then you may be on your own: get the redirection url and handle it yourself. Hopefully just setting the property will do the trick.

TrevorDowdle
Posts: 16
Joined: Tue Jul 10, 2012 4:37 pm

Re: HTTP Post help - Part 2

Post by TrevorDowdle » Fri Jul 13, 2012 10:10 pm

Alright, i'll be sure to test it out.

Great info.

Thanks

Post Reply