Redirect Problem with Query String Only
This is a question about a bug/fix enhancement to the Safari browser. The problem is that Safari does not properly interpret a URL with a query string only -- this happens especially when the browser is redirected via program code on the web server response. For example, a redirect with the URL:
"?var=29", should be routed to the default file in the directory, for example, "index.cfm?var=29". If I specify "?var=29", it works fine all other major browsers (IE, Firefox, etc.), but not in Safari. I have to specify "index.cfm?var=29".
Are there any plans to fix this issue in Safari?
"?var=29", should be routed to the default file in the directory, for example, "index.cfm?var=29". If I specify "?var=29", it works fine all other major browsers (IE, Firefox, etc.), but not in Safari. I have to specify "index.cfm?var=29".
Are there any plans to fix this issue in Safari?
Windows XP