Page 2 of 2
Re: HTTP Post help - Part 2
Posted: Fri Jul 13, 2012 9:36 pm
by TrevorDowdle
Perfect! Thank you.
Re: HTTP Post help - Part 2
Posted: Fri Jul 13, 2012 9:43 pm
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.
Re: HTTP Post help - Part 2
Posted: Fri Jul 13, 2012 10:10 pm
by TrevorDowdle
Alright, i'll be sure to test it out.
Great info.
Thanks