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 »

Perfect! Thank you.
mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3582
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: HTTP Post help - Part 2

Post by mwieder »

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 »

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

Great info.

Thanks
Post Reply