Safari will not redirect to querystring URL
Posted
by alooficha
on Stack Overflow
See other posts from Stack Overflow
or by alooficha
Published on 2010-04-07T22:03:11Z
Indexed on
2010/04/07
22:53 UTC
Read the original article
Hit count: 425
I have a site built with PHP that does a redirect after certain actions are performed.
header("Location: http://example.com/accountArea/?v=updated");
I then show a message based on the value of the query string value. In safari (and only in Safari) after the redirect, you will only see a blank page. I have tried using absolute URL and relative URL in my redirect, neither work.
I was unable to find a solution by searching the web so I hope someone here is familiar with this.
© Stack Overflow or respective owner