Hello,
Is there a possibility to perform a physical redirect to a page instead
of getting the response? I want to post data to a remote server but I
don't want a response, I just want to go to that website! The problem is
that I don't want to use a form as I want to perform some actions after
a user clicks the submit button. A quick search on the internet learns
me that a lot of people just output a form and then quickly send it with
javascript, but this doesn't look right to me.
I was hoping that Curl's FOLLOW_LOCATION could help me out, but that
also didn't seem to do the trick.
Is there any way Zend_Http can help me out? Or an other way?
Thanks and a merry Christmas in advance,
Dimitri