Page 1 of 1

Display redirected URL on user's browser using CURL redirect

Posted: Tue Apr 06, 2010 8:44 pm
by Juz
Greetings,

Am encountering images not displaying and javascripts not working properly after doing a CURL redirection with POST variables, is there any ways to 'completely' redirect the user to the website?

Or is there any ways to secure the pre-defined form values?

The reason am doing this is because the form need to send sensitive data (Example, login name and password) over to a HTTPS URL and the user's browser needs to be redirected there as well. After 2 days of google-ing and try-and-error, am still stuck with this issue.

Anyone has any better suggestions?

Any help will be appreciated.

Re: Display redirected URL on user's browser using CURL redi

Posted: Mon Apr 12, 2010 10:55 am
by katierosy
You have to compromise with javascript and design of the site when you post data using curl.As here main purpose is post data to the server, not the display/look of the site

Re: Display redirected URL on user's browser using CURL redi

Posted: Mon Apr 12, 2010 1:03 pm
by AbraCadaver
Not sure if I am understanding you correctly, but if you are trying to post data and redirect the user you must use javascript for the post. Check this post:

viewtopic.php?f=1&t=113435&p=595834&hil ... pt#p595847