HTTP Post help - Part 2
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 16
- Joined: Tue Jul 10, 2012 4:37 pm
Re: HTTP Post help - Part 2
Perfect! Thank you.
Re: HTTP Post help - Part 2
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.
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.
-
- Posts: 16
- Joined: Tue Jul 10, 2012 4:37 pm
Re: HTTP Post help - Part 2
Alright, i'll be sure to test it out.
Great info.
Thanks
Great info.
Thanks